Serhiy Mytrovtsiy
3d0bfa456d
fix: moved DispatchSource.MemoryPressureEvent to custom RAMPressure enum. Fixed the crashes on some macs ( #2212 )
2024-11-14 17:00:19 +01:00
Serhiy Mytrovtsiy
354698a389
feat: adjusted Stack widget static width to fit Wh a little bit better ( #2172 )
2024-11-11 16:35:24 +01:00
Luke Hamburg
27216355d9
feat: adjusted Text parser to support char in the string ( #2189 )
...
Current implementation does not handle e.g.
```
$type $interface.displayName ($interface.BSDName)
```
This changes to a regex parser that does allow this.
Signed-off-by: Luke Hamburg <1992842+luckman212@users.noreply.github.com >
2024-10-27 12:21:18 +01:00
Serhiy Mytrovtsiy
bd3da697cd
lang: added missing translations
2024-10-26 16:56:22 +02:00
Serhiy Mytrovtsiy
905ce8fa3d
feat: cleaned up Speed widget by refactoring download/upload to input/output to make better logic for both modules: Disk and Network which have different meanings for these values.
2024-10-26 16:11:39 +02:00
Serhiy Mytrovtsiy
68c45ab604
feat: added a new option to the Speed widget that specifies what to show in the widget ( #2186 ). This new option removes the old "Reverse order" option since the new one includes it.
2024-10-25 21:42:19 +02:00
Serhiy Mytrovtsiy
9ed4ee5749
fix: fixed swiftlint error that appears in the new version of swiftlint
2024-10-18 16:44:03 +02:00
Serhiy Mytrovtsiy
359db0f0d0
feat: added an option to show the power state icon (lightning or power plug) near the battery widget ( #2008 )
2024-10-17 16:57:26 +02:00
Serhiy Mytrovtsiy
8d677d0e77
feat: added calendar to the Clock module that could be hidden in the settings ( #2170 )
2024-10-15 18:25:41 +02:00
Serhiy Mytrovtsiy
11b34498c4
fix: fixed menu bar icons color on inactive screen ( #2131 ), thx to @KizzyCode for fix
2024-10-14 18:13:16 +02:00
Serhiy Mytrovtsiy
97e00dcc82
fix: changed App Group name to fit the requirements. It fixes widgets in macOS 15 but could break macOS 14. Since in the macOS 14 it was not working properly with the team ID prefix ( #2115 )
2024-09-28 19:58:42 +02:00
Serhiy Mytrovtsiy
0e90175ce6
fix: fixed macOS Sequoia events
2024-09-20 18:04:52 +02:00
Serhiy Mytrovtsiy
f053555492
feat: added Text widget to the Network module with a description of the value that could be used in it ( #1868 )
2024-09-13 19:08:40 +02:00
Serhiy Mytrovtsiy
6fc3b58779
feat: added help button to the Preferences Row
2024-09-12 22:41:24 +02:00
Serhiy Mytrovtsiy
4b213c4392
feat: added a new Text widget that allows to visualize custom values in the menu bar
2024-09-10 18:14:46 +02:00
Serhiy Mytrovtsiy
5e342553b2
feat: added total IO in the Network module when the app is started ( #2087 )
2024-09-07 17:41:10 +02:00
Serhiy Mytrovtsiy
16678796ab
fix: removed the tooltip feature for the IO chart ( #2080 )
2024-09-06 17:50:41 +02:00
Cornelius Roemer
d90f7a0208
fix: made log scale graph have a better dynamic range ( #2090 )
...
* fixup
* Apply suggestions from code review
Signed-off-by: Cornelius Roemer <cornelius.roemer@gmail.com >
---------
Signed-off-by: Cornelius Roemer <cornelius.roemer@gmail.com >
2024-09-01 17:00:54 +02:00
Serhiy Mytrovtsiy
94352723aa
fix: fixed MacBookPro16,4 year, fixed negative height for the disk popup
2024-08-31 18:09:41 +02:00
Serhiy Mytrovtsiy
3c6856b169
feat: added missing MacBookPro16,4 to the devices list ( #2093 )
2024-08-29 19:03:32 +02:00
Serhiy Mytrovtsiy
bcabd48fa4
feat: added Mini widget to the Sensors module. It has quite a lot of limitations and only one sensor could be visualized (I hope understandable why) ( #2029 )
2024-08-23 20:34:10 +02:00
Serhiy Mytrovtsiy
bdbaeb8c4d
feat: disabled bar chart widget if there is no data to visualize
2024-08-22 17:45:18 +02:00
Serhiy Mytrovtsiy
6fd89fe54c
feat: removed logic that will disable module when no widgets are enabled. It makes more sense since there is a combined module view and details can be seen even if no widget is enabled. ( #2072 )
2024-08-20 20:19:02 +02:00
Serhiy Mytrovtsiy
14d177fdc0
feat: small rearrange in the Network popup ( #2045 )
2024-08-16 14:21:33 +02:00
Serhiy Mytrovtsiy
62db63df4f
feat: added an option to hide disks in the popup view ( #1862 )
2024-08-15 12:15:37 +02:00
Serhiy Mytrovtsiy
e2a5f5c1c4
feat: added an option to enable xl size of the battery widget
2024-08-14 17:25:11 +02:00
Serhiy Mytrovtsiy
0a1e4f1163
feat: added an option to specify icon and value color in the speed widget ( #1862 )
2024-08-12 17:16:33 +02:00
Serhiy Mytrovtsiy
aae9bda92d
feat: adjusted process view icon spacing
2024-07-25 22:15:54 +02:00
Serhiy Mytrovtsiy
598dc2d5dd
feat: small cleanup in the popup views
2024-07-24 19:15:15 +02:00
Serhiy Mytrovtsiy
51555db270
feat: adjusted battery widget size ( #2042 )
2024-07-23 22:04:13 +02:00
Serhiy Mytrovtsiy
80d7789ef7
feat: added macOS widget for GPU module
2024-07-17 19:34:51 +02:00
Serhiy Mytrovtsiy
be9d55119a
feat: added option to specify pictogram alignment for speed widget ( #2030 )
2024-07-15 20:14:52 +02:00
Serhiy Mytrovtsiy
b4ce41c3ce
fix: adjusted tooltip to show the float number when the value is less than 1 ( #2025 )
2024-07-12 18:51:06 +02:00
Serhiy Mytrovtsiy
d85f148cc3
feat: renamed Color and Widget to SColor and SWidget to be compatible with SwiftUI
2024-07-04 19:52:52 +02:00
Serhiy Mytrovtsiy
e39584241e
feat: initialized first widget for the CPU module
2024-07-02 21:09:37 +02:00
Serhiy Mytrovtsiy
24f37249e5
feat: adjusted switch view height
2024-06-28 10:14:16 +02:00
Ryan Cao
0b2ff43b3d
feat: added macOS 15 (Sequoia) string ( #1992 )
...
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com >
2024-06-16 12:13:16 +02:00
Serhiy Mytrovtsiy
75a7416b7e
fix: fixed crash when calculating text width for a monospaced font ( #1988 )
2024-06-10 21:20:53 +02:00
Serhiy Mytrovtsiy
5105d7cdb9
fix: updated monospaced font for stack widget ( #1978 )
2024-06-08 10:23:26 +02:00
Serhiy Mytrovtsiy
d8c127e4d2
fix: removed check that prevents updates of line chart when the same value
2024-06-07 20:21:58 +02:00
Serhiy Mytrovtsiy
7a0eb5ac87
feat: moved from writing each read from reader to the db. From now every 10th read will be written, also the last read will be saved to the db before the app is closed.
2024-05-21 21:02:24 +02:00
Serhiy Mytrovtsiy
74da91ff59
fix: fixed showing the default value of update interval for all modules even after the change ( #1942 )
2024-05-12 11:27:12 +02:00
Serhiy Mytrovtsiy
2b70064eb5
feat: moved RAM notification settings to the new selectors
2024-05-09 17:34:33 +02:00
Serhiy Mytrovtsiy
eb882774bb
feat: small codebase refactoring (mostly removed unused code and changes in access control)
2024-05-08 17:21:58 +02:00
Serhiy Mytrovtsiy
9e26cc36ba
feat: moved CPU and GPU notification settings to the new selector that allows specifying custom threshold and not from a predefined list
2024-05-06 19:04:25 +02:00
Serhiy Mytrovtsiy
2c2689eed0
feat: enabled selecting public IP address in portal view ( #1927 )
2024-05-03 13:24:55 +02:00
Serhiy Mytrovtsiy
7ee3d9673e
fix: fixed upload/download positions in the Network widget ( #1916 )
2024-05-01 15:59:49 +02:00
Serhiy Mytrovtsiy
d5d70a299e
feat: added fixed scale option for Network popup ( #1787 )
2024-04-29 21:56:12 +02:00
Serhiy Mytrovtsiy
bfadf4eb9b
feat: moved widgets settings to the new design
2024-04-25 18:04:19 +02:00
Serhiy Mytrovtsiy
f873fdaa3d
feat: moved all modules settings to the new design
2024-04-24 06:10:27 +02:00