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 |
|
Serhiy Mytrovtsiy
|
0f54422992
|
feat: added colorize option to the Memory widget (#1856)
|
2024-04-20 20:25:01 +02:00 |
|
Serhiy Mytrovtsiy
|
2a529f008c
|
lang: added missing translations and fixed some names
|
2024-04-06 12:07:11 +02:00 |
|
Serhiy Mytrovtsiy
|
c5ea8563dd
|
feat: added chart scale setting to the RAM popup settings
|
2024-04-06 11:35:21 +02:00 |
|
Serhiy Mytrovtsiy
|
c54e68201f
|
lang: added translation for chart duration
|
2024-03-09 22:06:11 +01:00 |
|
Serhiy Mytrovtsiy
|
c2419f62e1
|
feat: added an option to select chart history range for line chart in the popup view for RAM module
|
2024-03-07 17:25:16 +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
|
a2a9b1aee3
|
feat: updated RAM portal view
|
2024-01-26 18:44:48 +01:00 |
|
Serhiy Mytrovtsiy
|
d2f080e104
|
feat: moved all popups to new ProcessesView for top processes
|
2024-01-06 10:29:43 +01:00 |
|
Serhiy Mytrovtsiy
|
b21630218c
|
feat: initialized ProcessesView that will be common for all popups
|
2024-01-05 21:02:29 +01:00 |
|
Serhiy Mytrovtsiy
|
c3ee6c6b29
|
fix: fixed RAM pressure level notification key
|
2023-12-26 17:59:33 +01:00 |
|