Commit Graph

88 Commits

Author SHA1 Message Date
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
Serhiy Mytrovtsiy
96f007641a lang: added translation for notifications menu 2023-12-23 15:41:52 +01:00
Serhiy Mytrovtsiy
f7452dcb2d feat: added notifications for the RAM module 2023-12-13 22:08: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
8a98cfd645 feat: added releasing all processes when closing the popup view 2023-07-06 18:21:29 +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
94bf62ae70 feat: added information when network data was reset last in the Network popup (#1495) 2023-05-29 19:15:36 +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
5105c8c20d feat: created PopupWrapper for the popup view 2023-03-25 14:54:30 +01: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
25e7e38eb9 feat: added icons to the modules in the sidebar menu (starting from macOS 11.0) 2022-12-03 12:25:45 +01:00
Serhiy Mytrovtsiy
40535e2f41 fix: fixed RAM top processes reader regex (#1145) 2022-11-03 19:38:12 +01:00
Serhiy Mytrovtsiy
3229ec8a79 fix: adjusted RAM top process parser (when the process has 0 PID and 0 in the usage) 2022-10-29 11:12:41 +02:00