113 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy 0c721a24c5 feat: added Disk preview (disabled for now) 2026-04-23 19:37:10 +02:00
Serhiy Mytrovtsiy b259d06726 feat: added GPU preview (disabled for now) 2026-04-17 19:20:56 +02:00
Serhiy Mytrovtsiy 5bd091f74d feat: refactored Charts 2026-04-11 16:14:46 +02:00
Serhiy Mytrovtsiy 731b8ba986 feat: added RAM preview (disabled for now) 2026-04-11 11:43:26 +02:00
Serhiy Mytrovtsiy 765ead915d feat: replaced HalfCircleGraphView with PieChart 2026-04-08 16:31:36 +02:00
Serhiy Mytrovtsiy 1c6bac476d feat: removed segment_color and moved to the ColorValue 2026-04-06 18:38:50 +02:00
Serhiy Mytrovtsiy 6a881aed28 fix: fixed Line Chart draw offset 2026-04-06 14:51:44 +02:00
Serhiy Mytrovtsiy 7fb5764f7d feat: added Dot widget to the RAM module to visualize the ram pressure level (#3042) 2026-04-04 18:49:35 +02:00
Serhiy Mytrovtsiy 4511a96c3a feat: added Enable in Settings text to all macOS widgets 2026-03-21 16:48:28 +01:00
Serhiy Mytrovtsiy 0f03dccc07 feat: changed minimum macOS version to macOS 11.15 (Big Sur) 2026-02-22 15:52:36 +01:00
Serhiy Mytrovtsiy 52d21619bf feat: changed the default value of macOS widgets to disabled to prevent heavy load on some systems, and added information text to the widgets (#2733) 2026-02-14 18:39:49 +01:00
Serhiy Mytrovtsiy 1b1a338d7d feat: add option to disable system-widget updates for users experiencing ongoing chronod issues (#2733) 2025-12-03 19:02:40 +01:00
Serhiy Mytrovtsiy 3cad4f49dd feat: added a check if the macOS widget is active before updating the read value in the user defaults. It will prevent unnecessary writes when the widget is not enabled (#2733) 2025-12-02 21:00:52 +01:00
Serhiy Mytrovtsiy 15075bc7f1 fix: reverted enabling macOS widget updates since there is still a problem with chronod (#2733) 2025-11-14 11:12:06 +01:00
Serhiy Mytrovtsiy cb744f8e99 feat: unlocked widgets updates since the chronod was fixed in macOS 26.1 (#2733) 2025-11-13 17:37:46 +01:00
Serhiy Mytrovtsiy a07c3cf323 fix: disabled widgets update for macOS 26 since there is a problem with chronod 2025-09-30 17:34:07 +02:00
Serhiy Mytrovtsiy 25201834da feat: added round style to some charts to have more Apple-like style charts 2025-09-26 15:38:23 +02:00
Serhiy Mytrovtsiy 3a59807044 feat: added a new United widget that visualizes: CPU, GPU, RAM, and disk utilization 2025-07-25 19:03:28 +02:00
Serhiy Mytrovtsiy 85ccc7bcdf feat: added a combined processes option to the RAM module 2025-06-26 19:50:10 +02:00
Serhiy Mytrovtsiy 4a3ebe0e61 fix: added a special rule for the docker process to show the name correctly 2025-06-23 16:24:19 +02:00
Serhiy Mytrovtsiy 1c8383d129 fix: fixed RAM memory format (#2586) 2025-06-05 23:48:34 +02:00
Serhiy Mytrovtsiy 348a8bfb91 fix: fixed text widget value in the RAM module 2025-05-17 22:56:00 +02:00
Serhiy Mytrovtsiy 9941af23ad feat: removed notification about Normal memory pressure since it never will be triggered (#2505) 2025-04-15 20:29:23 +02:00
Serhiy Mytrovtsiy f524f86429 feat: moved from JSON objects of metrics to simplified strings for the Stats Remote 2025-04-05 22:54:01 +02:00
WinTP 7e4f4ad0a9 lang: added seconds translation without breaking interval settings (#2412) 2025-03-23 11:43:47 +01:00
Serhiy Mytrovtsiy 9325e2001c v2.11.27 2025-01-26 14:33:31 +01:00
Serhiy Mytrovtsiy 58ad6c568b feat: added feature to set keyboard shortcut to open/close popup window (#1976) 2025-01-20 17:04:55 +01:00
Serhiy Mytrovtsiy 08c4ab9f97 feat: added tooltips to the missing elements and enabled accessibility on some not natively supported (#2321) 2025-01-17 18:32:29 +01:00
Serhiy Mytrovtsiy 687df76aeb fix: hidden public IP from combined view if public address disabled in the popup settings (#2330) 2025-01-14 16:54:31 +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 99cdd3c805 feat: added swapins and swapouts to the RAM module (#2222) 2024-11-28 18:38:57 +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 9ed4ee5749 fix: fixed swiftlint error that appears in the new version of swiftlint 2024-10-18 16:44:03 +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 5649f24d07 v2.11.7 2024-08-25 14:30:10 +02:00
Serhiy Mytrovtsiy 442e064d88 feat: added placeholder for RAM and Disk macOS widgets 2024-07-31 19:32:29 +02:00
Serhiy Mytrovtsiy d7cb4f5ddc feat: added module label to the macOS widgets 2024-07-30 19:46:14 +02:00
Serhiy Mytrovtsiy 598dc2d5dd feat: small cleanup in the popup views 2024-07-24 19:15:15 +02:00
Serhiy Mytrovtsiy 80d7789ef7 feat: added macOS widget for GPU module 2024-07-17 19:34:51 +02:00
Serhiy Mytrovtsiy 1d4b411ca0 fix: fixed CPU widget update for intel based Macs (#2024) 2024-07-08 13:14:50 +02:00
Serhiy Mytrovtsiy 376a64c42d feat: added widget for the RAM module 2024-07-05 19:47:18 +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 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 f873fdaa3d feat: moved all modules settings to the new design 2024-04-24 06:10:27 +02:00