Serhiy Mytrovtsiy
9325e2001c
v2.11.27
2025-01-26 14:33:31 +01:00
Serhiy Mytrovtsiy
06155beac7
feat: added option to disable SMART reads ( #2294 )
2025-01-15 17:19:47 +01: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
f873fdaa3d
feat: moved all modules settings to the new design
2024-04-24 06:10:27 +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
754f220567
feat: added 90, 120, 180, 240, and 300 seconds to the update interval for the Disk reader ( #1710 )
2023-12-05 17:08:51 +01:00
Serhiy Mytrovtsiy
1a9a5e7839
feat: added speed base selector to the disk module when speed widget is enabled
2023-10-21 18:45:24 +02:00
Serhiy Mytrovtsiy
d810915e54
fix: removed the old way to read the disk capacity because of the very high CPU impact (revert of 0e4df5d)
2023-04-27 17:44:37 +02:00
Serhiy Mytrovtsiy
a1758c3233
feat: added top processes to the Disk module ( #1370 )
2023-04-06 18:17:25 +02:00
Serhiy Mytrovtsiy
eceb304a8d
feat: added a notification to the Disk usage ( #913 )
2022-07-07 19:12:07 +02:00
Serhiy Mytrovtsiy
1fcfcbcac0
fix: fixed blank list of disks when toggling widgets in the Disk module
2021-11-20 18:27:59 +01:00
Serhiy Mytrovtsiy
b6c45c53b9
feat: redesigned settings view. Each module has two views: module settings and widget settings. The previous widget settings view was too complicated and weird
2021-11-04 17:38:53 +01: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
Serhiy Mytrovtsiy
cd689999ac
feat: moved from UnsafePointer<Store> to sharable instance (Store.shared)
2021-03-20 16:33:14 +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
d1818523c7
- fix update interval in Disk module when speed widget selected ( #182 )
...
- fix initial disk read/write stats
2020-11-28 14:54:34 +01:00
Serhiy Mytrovtsiy
147d3ee2cc
- fix disk read/write stats on Big Sur ( #175 )
2020-11-20 16:59:51 +01:00
Serhiy Mytrovtsiy
e7a57ca64e
- update readers update interval (moved to one list of intervals)
2020-10-23 15:17:51 +02:00
Serhiy Mytrovtsiy
a424dc871e
i18n ( #77 )
...
* - initialize localization with English
- add i18n to app settings
* - add translation to widget settings
* - add translation to CPU
* - add translation to GPU
* - add translation to Memory
* - add translation to Disk
* - add translation to Sensors
- add translation to Network
* - add translation to Battery
* - add Polish language
- small fixes in translation
* - add Ukrainian language
2020-08-30 13:23:40 +02:00
Serhiy Mytrovtsiy
98fb84163e
add GPU reader and settings
...
init GPU popup
2020-08-17 20:37:20 +02:00
Serhiy Mytrovtsiy
6a3b5afc8a
- write Disks reader from scratch
...
- add disk read/write state to popup
2020-08-14 00:04:51 +02:00
Serhiy Mytrovtsiy
2904b090a4
- disk IO stats (mvp)
2020-08-08 20:42:53 +02:00
Serhiy Mytrovtsiy
e24a9ef2a2
- update settings view (moved all view to one scroll view)
2020-08-01 19:56:57 +02:00
Serhiy Mytrovtsiy
8dbafa40ac
- add option to set up update interval for CPU module
...
- add setInterval() to reader protocol
- update reader start process (run initStoreValues() before start())
- add option to select update interval for RAM module
- add option to select update interval for Disk module
- small refactoring in cpu and ram settings
- add option to select update interval for Sensors module
2020-07-11 13:40:59 +02:00
Serhiy Mytrovtsiy
cb8ab6365c
- add option to show removable disks in Disk module
...
- add notification when popup view size must be recalculated
2020-07-06 20:34:29 +02:00
Serhiy Mytrovtsiy
5e51770cbc
- add an option to select a network interface
...
- update logic when the module is not available (now reader initializing after the module is initialized)
- update a Network popup view
2020-07-06 19:25:41 +02:00
Serhiy Mytrovtsiy
c5ba0f885e
- sensors module mvp
...
- improve module settings responsibility
- change labelText color to textColor
2020-06-24 00:23:06 +02:00
Serhiy Mytrovtsiy
4d6f759d3b
v2.0.0 ( #34 )
...
* v2.0.0
* rewritten application from scratch
* new Settings
* new custom popup view
* moved to own implementation of chart
* added more option to configure a widget
* now each module has own widget in the menu bar
* a lot of new features...
2020-06-07 12:22:32 +02:00