100 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy 685c7ab9fc feat: moved ANE utilization from read to calculation from power usage 2026-04-24 20:45:45 +02:00
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 ed88a5d0d3 feat: added display FPS to the GPU module 2026-04-14 17:24:06 +02:00
Serhiy Mytrovtsiy 5bd091f74d feat: refactored Charts 2026-04-11 16:14:46 +02:00
Serhiy Mytrovtsiy abbdfc1e75 feat: added ANE utilization to the GPU module (#2897) 2026-04-09 17:46: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 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 5a8d3b0545 feat: disabled tooltip for the GPU popup charts (#2651) 2025-08-23 18:42:28 +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 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 d298d8a199 fix: added queue to GPU list to prevent data race (#2417) 2025-03-04 20:49:52 +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 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 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 d7cb4f5ddc feat: added module label to the macOS widgets 2024-07-30 19:46:14 +02:00
Serhiy Mytrovtsiy 80d7789ef7 feat: added macOS widget for GPU module 2024-07-17 19:34:51 +02:00
Serhiy Mytrovtsiy 71207f29fc feat: added macOS widget for Disk module 2024-07-16 20:17:43 +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 68d1a0c86f fix: fixed GPU temperature value in the chart (#1984) 2024-06-13 18:25:31 +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 f873fdaa3d feat: moved all modules settings to the new design 2024-04-24 06:10:27 +02:00
Serhiy Mytrovtsiy fb63ece91b fix: fixed GPU temperature converting in the popup chart (#1809) 2024-02-23 19:15:27 +01:00
Serhiy Mytrovtsiy 7e833176d9 feat: moved all modules to the new way of reader mode with a small refactoring 2024-02-10 17:03:47 +01:00
Serhiy Mytrovtsiy b392a9732c feat: updated GPU portal view 2024-01-23 19:12:14 +01:00
Serhiy Mytrovtsiy af010230ed feat: added notifications for the GPU module 2023-12-12 20:43:37 +01:00
Serhiy Mytrovtsiy 48322fc7e8 fix: fixed circles charts in the new version of Cocoa 2023-09-28 17:33:55 +02:00
Serhiy Mytrovtsiy 9115329767 fix: changed reference from unowned to weak in the modules (prevents crash in some cases) 2023-08-13 13:15:27 +02:00
Serhiy Mytrovtsiy 32bd6ff32c feat: added module types to the readers 2023-06-29 17:46:40 +02:00
Serhiy Mytrovtsiy 1e0ba3b61f feat: moved all reader's values to the Codable protocol 2023-06-27 17:09:38 +02:00
Serhiy Mytrovtsiy ff6b0ed865 feat: moved from the HEX colors to the RGB 2023-06-20 16:51:19 +02:00
Serhiy Mytrovtsiy 5a974e38cf feat: added a header with title and settings button to the portals (#1467) 2023-05-19 18:13:06 +02:00
Serhiy Mytrovtsiy 3c9a3722bf fix: fixed swiftlint warnings (#1386) 2023-04-01 16:58:05 +02:00
Serhiy Mytrovtsiy 5105c8c20d feat: created PopupWrapper for the popup view 2023-03-25 14:54:30 +01:00
Serhiy Mytrovtsiy b8c0844d10 feat: added portal view to the GPU module
feat: added portal view to the Network module
feat: added portal view to the Disk module
2023-02-25 11:46:59 +01:00