Commit Graph

705 Commits

Author SHA1 Message Date
andrewr
713eb73787 fix: fixed some memory leaks (#2306) 2025-01-05 16:23:19 +01:00
Serhiy Mytrovtsiy
68c71f18f1 fix: fixed CPU popup view resize when changing the number of top processes (#2288) and hide the frequency block if no frequency is read (#2285) 2025-01-04 15:26:46 +01:00
Serhiy Mytrovtsiy
c51303c2f2 feat: added additional wifi events listener that will read the connection details if something was changed (#2292) 2025-01-01 15:20:24 +01:00
dasebasto
12587d7409 fix: reorder 'Color of upload' and 'Color of download' in preferences for coherence with preferences (#2275)
Co-authored-by: lulo <lulo@classicwords.net>
2024-12-22 16:56:27 +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
8fac9e4eb3 fix: added check if the disk has valid UUID, if not - use disk BSDName instead (#2262) 2024-12-19 12:50:12 +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
99cdd3c805 feat: added swapins and swapouts to the RAM module (#2222) 2024-11-28 18:38:57 +01:00
Serhiy Mytrovtsiy
6a83b27bbb feat: added IDBR as Brightness current sensor (#2232) 2024-11-27 18:58:55 +01:00
Serhiy Mytrovtsiy
e32acb8c16 fix: fixed swap notification id (#2208) 2024-11-16 15:53:15 +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
5c85827abd feat: added a Text widget to the RAM module 2024-11-06 18:43:12 +01:00
Serhiy Mytrovtsiy
24e95fe945 v2.11.16 2024-10-27 12:26:14 +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
65fcc70fbb feat: added calendar reset and update mechanism when opening the popup view 2024-10-19 14:49:08 +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
4472960368 feat: small redesign analog clock in Clock module popup 2024-10-16 19:03:32 +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
Binh Nguyen
1dd84d49c8 feat: added timezone for Australia (#2174)
Signed-off-by: Binh Nguyen <blcsntb@gmail.com>
2024-10-13 14:45:33 +02:00
Serhiy Mytrovtsiy
bb26bf1d28 feat: adjusted ip v6 font size to fix in the container (#2163) 2024-10-06 16:49:17 +02:00
Serhiy Mytrovtsiy
ce92471f6c feat: added spa5 type to the SMC and a few new power sensors (#2161) 2024-10-05 17:31:41 +02:00
Serhiy Mytrovtsiy
a1ebc792d6 fix: added clock update in popup view if the name was changed. Also added updates to the popup settings lists (#2127) 2024-10-04 16:55:50 +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
109bc416b9 **HOT FIX v2.11.12**
fix: fixed non stopping fetching the wifi name that has a huge impact on network speed (#2146)
2024-09-25 13:02:19 +02:00
Serhiy Mytrovtsiy
7ec0c5c3fb feat: changed the default behavior of Network data reset from At start to Never. Added data reset when At start is enabled (#2129) 2024-09-24 20:36:40 +02:00
Serhiy Mytrovtsiy
0e90175ce6 fix: fixed macOS Sequoia events 2024-09-20 18:04:52 +02:00
Serhiy Mytrovtsiy
66bd4c9563 feat: added new mechanism for WiFi network name for macOS Sequoia 2024-09-19 18:09:03 +02:00
Serhiy Mytrovtsiy
57b381c11d fix: added omit for disk that have 0 total space (#2122) 2024-09-14 15:06:49 +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
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
Serhiy Mytrovtsiy
c44f089239 fix: fixed sensor value units in the Mini widget (#2102) 2024-09-03 18:29:04 +02:00
xaskii
eb92de7334 fix: restored "reset total network usage" button (#2098) 2024-09-01 16:59:36 +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
d76ff86e7a fix: fixed height calculation for disk popup view (#2095) 2024-08-30 19:39:08 +02:00
Serhiy Mytrovtsiy
67f8962099 feat: changed SEN label to FAN for bar chart widget in the Sensors module since they can show only fans 2024-08-27 19:31:52 +02:00
Serhiy Mytrovtsiy
45d571e19f feat: adjusted bluetooth device margins in the popup view (#2092) 2024-08-26 18:26:20 +02:00
Serhiy Mytrovtsiy
5649f24d07 v2.11.7 2024-08-25 14:30:10 +02:00
Marc
ba816119b9 fix: fixed disk name label color. (#2084) 2024-08-25 14:21:43 +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
9a72f3e01d feat: added temperature unit update on each read in the Sensors popup (#2078) 2024-08-19 18:36:53 +02:00
Serhiy Mytrovtsiy
12768627e1 feat: small redesign in the Disk popup with the option to toggle drive details (#2050) 2024-08-17 19:34:03 +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
af2261eb2b fix: added fastest fan to the popup view (#2056) 2024-08-03 21:45:04 +02:00
Serhiy Mytrovtsiy
d0f4354c05 feat: added macOS widget for Network module 2024-08-01 23:37:08 +02:00