203 Commits
Author SHA1 Message Date
Serhiy Mytrovtsiy 272062981d feat: removed custom icons and moved to the SF Symbols
feat: adjusted the radius in the popups
feat: small adjustments in all popups
feat: redesigned the sections title in the popups
feat: redesigned ColumnChartView
feat: redesigned GPU popup view, dropped multi GPU view, only selected GPU will be visible in the popup
feat: small redesign in the RAM popup
feat: redesigned Battery popup
feat: moved to macOS 12 as a minimum required version
2026-06-05 19:23:55 +02:00
Serhiy Mytrovtsiy 3dab98ab00 feat: deleted dead code from the project 2026-05-31 16:49:44 +02:00
Serhiy Mytrovtsiy 3f3255c4c4 feat: enabled CPU preview 2026-05-25 19:15:09 +02:00
Igor fe7332fc5f feat: added custom colors for widgets (#3165)
* feat: allow custom colors for widgets

* test: remove custom color tests

* fix: localize custom color option
2026-05-17 11:46:07 +02:00
Serhiy Mytrovtsiy c6255fadf2 feat: fixed stale CPU popup data when reopening the popup 2026-05-16 16:58:06 +02:00
Serhiy Mytrovtsiy 75fa7a7a8e fix: fixed possible memory leaks 2026-05-13 16:19:48 +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 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 f98f560ff5 feat: initialized CPU preview component (not active for now) 2026-03-31 20:01:40 +02:00
Serhiy Mytrovtsiy 867b3d4161 fix: fixed cases when cpu total freq will be NaN (#3086) 2026-03-28 13:39:10 +01:00
Serhiy Mytrovtsiy 9f201533b6 v2.12.5 2026-03-22 20:00:05 +01:00
Serhiy Mytrovtsiy 4511a96c3a feat: added Enable in Settings text to all macOS widgets 2026-03-21 16:48:28 +01:00
Serhiy Mytrovtsiy cbad11061b feat: improved support for new M5 gen (#3047, #3050) 2026-03-21 16:44:30 +01:00
Serhiy Mytrovtsiy e6bdb2df2b feat: renamed BarChart to ColumnChart 2026-03-16 21:42:15 +01:00
Serhiy Mytrovtsiy b94207c49f fix: fixed incorrect CPU tick calculation after UInt32 overflow (#3014) 2026-03-09 19:29:25 +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 e5b1566554 feat: added a fallback to the CPU core index when id not found when calculating the cores load (#2785) 2025-12-05 23:10:10 +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 5bf6f67ff0 feat: added CPU average load to the Remote protocol and moved from the list of Double to the struct 2025-09-27 19:28:42 +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 4d7c15365a fix: added a special rule for the docker process to show the name correctly (CPU process) 2025-07-01 19:14:29 +02:00
Serhiy Mytrovtsiy 2649d409c2 feat: changed CPU temperature and frequency readers to be read only when popup view is open (improved CPU usage) 2025-04-25 21:20:12 +02:00
Serhiy Mytrovtsiy eeb1012b6f v2.11.40 2025-04-13 19:01:48 +02:00
Serhiy Mytrovtsiy 0385e83673 fix: added self relation to the CPU widgets callback (#2492) 2025-04-11 18:53:05 +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 75912f513a fix: prevented multiple frequency readers runs at once (#2449) 2025-03-21 18:04:24 +01:00
Serhiy Mytrovtsiy feabfe6894 fix: fixed possible null pointer crash when reading CPU frequency 2025-03-03 19:18:43 +01:00
Serhiy Mytrovtsiy 9ae1388428 feat: added CPU, GPU, ANE, RAM, and PCI powers from IOReport (#2346) 2025-02-08 10:55:48 +01:00
Serhiy Mytrovtsiy d3cbf8d22c feat: added sensors for m4 SoC (#2249) 2025-02-01 17:41:42 +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 962bf749fa fix: fixed crashes on some M2 macs caused by frequency reader (#2317) 2025-01-13 18:57:09 +01:00
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 d68d691b18 feat: added efficiency and performance cores frequency and total cores frequency 2024-12-20 17:07:27 +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 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