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
|
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 |
|
Serhiy Mytrovtsiy
|
d298d8a199
|
fix: added queue to GPU list to prevent data race (#2417)
|
2025-03-04 20:49:52 +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
|
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
|
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
|
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
|
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
|
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 |
|
Serhiy Mytrovtsiy
|
6c991de101
|
feat: removed check for macOS 10.14
|
2023-01-31 18:27:43 +01: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
|
3e48f80c1f
|
feat: added a notification to the GPU usage (#913)
|
2022-07-05 20:22:50 +02:00 |
|
Serhiy Mytrovtsiy
|
476ddf912b
|
feat: added better GPU name, render, and tiler utilization for Apple Silicon graphics
|
2022-01-14 17:26:06 +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
|
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
|
918a07150b
|
feat: change value type from Double to ColorValue in the BarChart (#441)
|
2021-08-02 20:11:48 +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
|
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
|
b3dd770d6a
|
fix: show both GPUs info when the same model (#329). Fixed by recognizing processed GPU with model and index of accelerator. Not with model only.
|
2021-02-20 18:54:02 +01:00 |
|
Serhiy Mytrovtsiy
|
38e064d183
|
fix: correct widget ordering after restart (return reader readyHandler) (#347)
|
2021-02-16 20:01:46 +01:00 |
|
Serhiy Mytrovtsiy
|
7b2b786b86
|
feat: now few widgets can be enabled for one module
|
2021-02-13 16:39:11 +01:00 |
|
Serhiy Mytrovtsiy
|
28155fb9df
|
feat: rewrite GPU popup view from scratch. Was added more information about each GPU (#191). Only available chart (temperature and usage) will be visible for GPU.
|
2021-01-09 12:37:15 +01:00 |
|
Serhiy Mytrovtsiy
|
fb08e621ab
|
feat: added Apple Graphics to the GPU module (#260)
|
2020-12-31 11:57:25 +01:00 |
|
Serhiy Mytrovtsiy
|
a93994f0f2
|
feat: added the option to show a GPU type when Mini widget selected (#111, #232);
fix: duplicating GPU the toggle the module
|
2020-12-19 19:38:39 +01:00 |
|
Serhiy Mytrovtsiy
|
aa2cd64f88
|
feat: added Automatic option in the GPU to show setting. Allow showing the currently active GPU when selected. (#232)
|
2020-12-19 17:25:11 +01:00 |
|
Serhiy Mytrovtsiy
|
91c32d8ad2
|
- fix GPU popup initialization (GPU not showing in the popup) (#185)
|
2020-11-26 15:35:30 +01:00 |
|
Serhiy Mytrovtsiy
|
d62ebabb2b
|
- fix GPU detecting when 2 cards have the same driver (#143)
- processing GPUs with a generic model name (#109)
- add debug argument which allows saving some logs to the file (/Documents/log.txt)
|
2020-11-06 08:40:48 +01:00 |
|
Serhiy Mytrovtsiy
|
f9b90bc3ba
|
- move from core graphics to CALayout in Mini widget
|
2020-11-05 13:24:20 +01:00 |
|
Serhiy Mytrovtsiy
|
ab1f7ff86e
|
- fix crash when GPU module is enabled (#74)
|
2020-08-26 12:45:15 +02:00 |
|
Serhiy Mytrovtsiy
|
95f941149f
|
- fix unnecessary popup interface update (when popup closed)
GPU module MVP
|
2020-08-17 22:51:21 +02:00 |
|
Serhiy Mytrovtsiy
|
98fb84163e
|
add GPU reader and settings
init GPU popup
|
2020-08-17 20:37:20 +02:00 |
|
Serhiy Mytrovtsiy
|
0d63ae1061
|
init gpu module
|
2020-08-17 17:30:09 +02:00 |
|