Commit Graph

73 Commits

Author SHA1 Message Date
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
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
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
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
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
eb882774bb feat: small codebase refactoring (mostly removed unused code and changes in access control) 2024-05-08 17:21:58 +02: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
3b9a9f4bd6 feat: added details to the CPU portal view 2024-01-20 19:05:12 +01:00
Serhiy Mytrovtsiy
c3c44652c2 feat: added powermetrics read to the SMC helper (maybe will be used in the feature) 2023-12-21 18:18:54 +01:00
Serhiy Mytrovtsiy
fb4f57e0ae fix: fixed findAndCrop function that returns wrong remaining string after crop (#1725) 2023-12-16 12:41:53 +01:00
Serhiy Mytrovtsiy
fcf4d461ab feat: added notifications for the CPU module 2023-12-12 20:16:27 +01:00
Serhiy Mytrovtsiy
d144aa68de fix: set color for efficiency and performance cores in the BarChart widget based on the selected color in the popup view settings (#1686) 2023-11-25 22:31:50 +01: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
5160554280 v2.9.1 2023-07-02 13:26:24 +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
0cce45e854 fix: fixed user color for the CPU widget (#1429) 2023-04-22 15:46:41 +02:00
Serhiy Mytrovtsiy
13b897f0ec feat: added portal view to the CPU module
feat: added portal view to the RAM module
2023-02-24 22:43:29 +01:00
Serhiy Mytrovtsiy
6c991de101 feat: removed check for macOS 10.14 2023-01-31 18:27:43 +01:00
Serhiy Mytrovtsiy
897432b909 feat: added CPU widgets colorizing according to the popup colors (#565) 2022-10-25 19:34:30 +02:00
Serhiy Mytrovtsiy
b465490972 feat: added an option to group CPU clusters in the Bar Chart widget (#1110) 2022-10-14 17:24:35 +02:00
Serhiy Mytrovtsiy
4f480a082a feat: show efficiency and performance cores usage in the popup view (#863) 2022-08-13 17:48:54 +02:00
Serhiy Mytrovtsiy
0b7be467e1 feat: added option to show all widgets per module as one item in the menu bar. It's an early feature, so there is a bugs. To work fine with this feature a lot of widgets must be adjusted. It supports organizing the elements right from the widget selector settings already. IT'S AN EARLY FEATURE! 2022-07-09 11:37:00 +02:00
Serhiy Mytrovtsiy
bd2b25bf52 feat: added a notification to the CPU usage (#913) 2022-07-04 18:11:52 +02:00
Serhiy Mytrovtsiy
da08c0f1fc fix: removed scheduler and speed limits for Apple Silicon (#749) 2022-01-14 20:31:16 +01:00
Serhiy Mytrovtsiy
8d6464419e feat: added CPU temperature for Apple Silicon 2022-01-14 20:30:05 +01:00
Serhiy Mytrovtsiy
4168862287 feat: added Tachometer widget to the CPU, GPU, and RAM module (#631) 2021-10-13 18:27:31 +02:00
Serhiy Mytrovtsiy
58be03d807 feat: added average CPU load to the details 2021-09-07 19:53:13 +02:00
Serhiy Mytrovtsiy
d2efc1f264 feat: added CPU scheduler and speed limits to the popup (#540) 2021-08-24 21:38:23 +02:00
Serhiy Mytrovtsiy
3f3b721140 feat: added CPU limit (scheduler and speed limits) reader (#540) 2021-08-23 18:40:26 +02:00
Serhiy Mytrovtsiy
f12b123e3d fix: fixed enabling widget when toggling some option in the settings when the module is disabled 2021-08-15 13:03:28 +02:00
Serhiy Mytrovtsiy
0fe2c0dd98 feat: add an option to enable split value (System/User) for CPU and RAM in the BarChart (#441) 2021-08-03 20:11:18 +02:00
Serhiy Mytrovtsiy
918a07150b feat: change value type from Double to ColorValue in the BarChart (#441) 2021-08-02 20:11:48 +02:00
Serhiy Mytrovtsiy
5853a2b4b8 feat: add an option to select update interval for top processes to the CPU (#552) 2021-07-26 20:32:24 +02:00
Serhiy Mytrovtsiy
13707090eb feat: combine StatsKit and ModuleKit in the one framework: Kit 2021-06-04 19:37:29 +02:00
Serhiy Mytrovtsiy
0c7f5699ed feat: initialized swiftlint and fixed warnings and errors 2021-05-22 14:58:20 +02:00
Serhiy Mytrovtsiy
e5832af9e8 fix: escape temperature read in CPU module for apple silicon (#445) 2021-04-30 17:29:00 +02:00
Serhiy Mytrovtsiy
adcb0da9ab feat: moved from UnsafePointer<SMCService> to sharable instance (SMC.shared) 2021-03-25 22:14:20 +01:00
Serhiy Mytrovtsiy
cd689999ac feat: moved from UnsafePointer<Store> to sharable instance (Store.shared) 2021-03-20 16:33:14 +01:00
Serhiy Mytrovtsiy
feb2c71118 fix: setup frequency reader when toggle on 2021-03-12 17:56:43 +01:00