69 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
eb5fb353d9 feat: added an option to manually refresh disk space information (allow to reset cached purgable space) 2026-01-27 21:09:57 +01:00
Serhiy Mytrovtsiy
37701ac9da fix: fixed different percentage rounding in the Disk popup and widget (#2560) 2025-08-26 18:26:08 +02:00
Serhiy Mytrovtsiy
c04220a6fd feat: added total read/written that are from the disk stats itself and separate it from the SMART data (#2527) 2025-07-07 18:57:22 +02:00
Serhiy Mytrovtsiy
531b0cf282 feat: added total units read/written as a tooltip (#2431) 2025-03-19 20:49:55 +01:00
Serhiy Mytrovtsiy
24bca54fd3 feat: refactored disk SMART details 2025-03-13 19:33:45 +01:00
Serhiy Mytrovtsiy
858816107a fix: added placeholder to the disks list in the popup settings when no disks show because the module is disabled (#2383) 2025-02-07 21:21:34 +01:00
Serhiy Mytrovtsiy
c640ce2215 v2.11.28
fix: fixed ModuleType variable raw value (#2363)
2025-01-27 11:23:25 +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
WinTP
69be509d5e lang: added several missing localization strings (#2327)
Signed-off-by: Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>
Co-authored-by: Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>
2025-01-12 15:47:56 +01:00
Serhiy Mytrovtsiy
16678796ab fix: removed the tooltip feature for the IO chart (#2080) 2024-09-06 17:50:41 +02:00
Serhiy Mytrovtsiy
94352723aa fix: fixed MacBookPro16,4 year, fixed negative height for the disk popup 2024-08-31 18:09:41 +02:00
Serhiy Mytrovtsiy
d76ff86e7a fix: fixed height calculation for disk popup view (#2095) 2024-08-30 19:39:08 +02:00
Marc
ba816119b9 fix: fixed disk name label color. (#2084) 2024-08-25 14:21:43 +02:00
Serhiy Mytrovtsiy
12768627e1 feat: small redesign in the Disk popup with the option to toggle drive details (#2050) 2024-08-17 19:34:03 +02:00
Serhiy Mytrovtsiy
62db63df4f feat: added an option to hide disks in the popup view (#1862) 2024-08-15 12:15:37 +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
f873fdaa3d feat: moved all modules settings to the new design 2024-04-24 06:10:27 +02:00
Serhiy Mytrovtsiy
2ec21de043 feat: moved network chart to the network chart widget. Replaced NetworkChart with NetworkChartV2. 2024-04-09 18:42:28 +02:00
Serhiy Mytrovtsiy
f2d9a491fa feat: added a new NetworkChartViewV2 chart. Which merges 2 line charts. Moved the disk and network charts in the popup to the new chart. 2024-04-08 16:44:26 +02:00
Serhiy Mytrovtsiy
4f05504c9e lang: added missing translation 2024-03-30 21:01:01 +01:00
Serhiy Mytrovtsiy
a2b1573bee feat: added read and written data to the disk view (#1804) 2024-03-22 21:45:08 +01:00
Serhiy Mytrovtsiy
01ada2ff6e fix: fixed data race in the Disk module (#1823) 2024-03-08 16:54:45 +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
d6a88e5d78 feat: updated Disk portal view 2024-01-27 21:22:59 +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
62ac20a1c8 feat: reset the process if no data in the Disk popup view 2023-12-21 14:52:35 +01:00
Serhiy Mytrovtsiy
ff6b0ed865 feat: moved from the HEX colors to the RGB 2023-06-20 16:51:19 +02:00
Serhiy Mytrovtsiy
e5c5a39226 lang: changed Life to Health in the Disk popup view 2023-06-13 22:13:10 +02:00
Serhiy Mytrovtsiy
ba1672fa32 fix: hiding the Top processes separator when 0 processes is selected in the Disk settings 2023-05-01 20:47:16 +02:00
Serhiy Mytrovtsiy
9403de9bc6 feat: remove the SMART data (temperature and life) if no new value is available 2023-04-27 17:44:16 +02:00
Serhiy Mytrovtsiy
d02233ff2e feat: added temperature and life values to the Disks popup (#1407) 2023-04-20 18:14:43 +02:00
Serhiy Mytrovtsiy
7e4d36b569 feat: improved SMC helper service initialization 2023-04-15 21:20:32 +02:00
Serhiy Mytrovtsiy
a1758c3233 feat: added top processes to the Disk module (#1370) 2023-04-06 18:17:25 +02:00
Serhiy Mytrovtsiy
e40cf2112f feat: added an option to change read/write colors for the disk popup (#1374) 2023-04-03 20:06:53 +02:00
Serhiy Mytrovtsiy
5105c8c20d feat: created PopupWrapper for the popup view 2023-03-25 14:54:30 +01:00
Serhiy Mytrovtsiy
03e37cfc4a feat: removed macOS 10.14* checks 2023-02-16 19:44:10 +01:00
Serhiy Mytrovtsiy
8764c4bf5f fix: fixed disk bar updates. It wasn't active( 2022-11-19 19:54:02 +01:00
Serhiy Mytrovtsiy
7608e95352 feat: changed some colors in the Disk popup view for dark mode 2022-10-29 11:11:49 +02:00
Serhiy Mytrovtsiy
42515ca1b5 feat: initialized popup settings (#565) 2022-10-04 21:44:27 +02:00
Serhiy Mytrovtsiy
c7a1a92490 fix: fixed disks duplicating on startup (could also happen with Bluetooth and GPU devices) 2022-07-15 17:36:38 +02:00
Serhiy Mytrovtsiy
85de410ba2 fix: corrected a way of how disk data is matching with disk view. It has caused duplicating disks in the view 2022-06-21 19:33:20 +02:00
Serhiy Mytrovtsiy
fe6e1d9c8b fix: fixed view clean up after the disk was disconnected (#969) 2022-06-18 21:19:30 +02:00
Serhiy Mytrovtsiy
2e0b57118b feat: added activity chart per disk to the Disk popup (#827) 2022-06-10 20:29:35 +02:00
Serhiy Mytrovtsiy
72f616cdf6 feat: added saving the state of the disk used/free field in the popup view 2022-06-07 17:00:38 +02:00
Serhiy Mytrovtsiy
d4e9148349 feat: adjusted disk read/write icons in the Disk popup view 2021-08-14 20:41:51 +02:00
Serhiy Mytrovtsiy
178b713353 feat: prepare to support macOS 10.13 2021-07-07 19:15:47 +02:00
Serhiy Mytrovtsiy
ebbbe27df3 feat: add disk read/write throughput as tooltip to the red/blue icons in the popup view (#505) 2021-06-21 19:20:38 +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
f92edd4851 fix: fix access race in the network module (#485) 2021-05-20 19:12:05 +02:00