Serhiy Mytrovtsiy
1a8bd2e657
feat: added a title to the popup view to allow control of it via 3d party apps ( #2295 )
2025-01-08 20:06:05 +01:00
Serhiy Mytrovtsiy
847de8d8c5
fix: fixed crash when arrows option is enabled in disk module in speed widget ( #2297 )
2025-01-07 19:59:56 +01:00
andrewr
713eb73787
fix: fixed some memory leaks ( #2306 )
2025-01-05 16:23:19 +01:00
Serhiy Mytrovtsiy
9aaffea7af
fix: limited the label width in the popup view to fix the value when the label is too long and cannot fit in the row ( #2288 )
2024-12-31 14:56:52 +01:00
Ben
70900b18b8
feat: added M1 / M2 Mac Mini Icon ( #2274 )
2024-12-22 16:54:53 +01:00
Serhiy Mytrovtsiy
d68d691b18
feat: added efficiency and performance cores frequency and total cores frequency
2024-12-20 17:07:27 +01:00
Serhiy Mytrovtsiy
e103111c20
feat: moved from custom byte formatter to the internal
2024-12-18 11:43:11 +01:00
Serhiy Mytrovtsiy
3887157a7c
feat: moved from binary to metric based size units to have the same calculation as macOS ( #2230 )
2024-12-17 14:13:58 +01:00
Serhiy Mytrovtsiy
1093b27fb2
feat: changed the icon and behavior of the button in the popup header for the calendar module to open the default macOS calendar app ( #2227 )
2024-12-13 12:49:30 +01:00
Serhiy Mytrovtsiy
6d1baa5926
fix: fixed hiding all settings for combined modules
2024-12-10 22:49:14 +01:00
Serhiy Mytrovtsiy
ab34735381
fix: fixed mac mini 2024 icon name ( #2246 )
2024-12-02 17:18:40 +01:00
Serhiy Mytrovtsiy
f51e19ae69
feat: added M4 support
2024-11-26 20:46:14 +01:00
Serhiy Mytrovtsiy
8d8a51e57c
feat: added new M4 Macs (MacBook Pro and new Mac Mini)
2024-11-25 16:14:40 +01:00
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