Commit Graph

34 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
f873fdaa3d feat: moved all modules settings to the new design 2024-04-24 06:10:27 +02:00
Serhiy Mytrovtsiy
5a34aea381 feat: redesigned App Settings to new style (Ventura-like) 2024-04-12 20:28:02 +02:00
Serhiy Mytrovtsiy
2a529f008c lang: added missing translations and fixed some names 2024-04-06 12:07:11 +02:00
Serhiy Mytrovtsiy
9d828bb663 feat: added chart scale setting to the CPU popup settings 2024-04-05 18:54:37 +02:00
Serhiy Mytrovtsiy
82fd30668e fix: adjusted sensors portal width per row (#1819) 2024-02-20 20:12:20 +01:00
Serhiy Mytrovtsiy
45c1fc799d feat: added leveldb as a backend for historical data storage 2024-02-06 17:58:40 +01:00
Serhiy Mytrovtsiy
72e38f426c feat: added portal to the Clock module (#1748) 2023-12-30 18:08:41 +01:00
Serhiy Mytrovtsiy
4754b6144a feat: added reverse order to the network chart (#1721) 2023-12-19 23:05:33 +01:00
Serhiy Mytrovtsiy
fb4f57e0ae fix: fixed findAndCrop function that returns wrong remaining string after crop (#1725) 2023-12-16 12:41:53 +01:00
Serhiy Mytrovtsiy
de5b369839 fix: moved findAndCrop to non mutation function (#1700) 2023-12-06 17:55:35 +01:00
Serhiy Mytrovtsiy
d144aa68de fix: set color for efficiency and performance cores in the BarChart widget based on the selected color in the popup view settings (#1686) 2023-11-25 22:31:50 +01:00
Serhiy Mytrovtsiy
ff6b0ed865 feat: moved from the HEX colors to the RGB 2023-06-20 16:51:19 +02:00
Serhiy Mytrovtsiy
ac084bca28 feat: added missing time zones to the clock 2023-04-04 18:56:10 +02:00
Serhiy Mytrovtsiy
4314de533c feat: added Clock module (#929) 2023-03-31 20:17:36 +02:00
Serhiy Mytrovtsiy
d70b424211 feat: added fieldSettingRow for setting with text field 2023-03-25 17:29:06 +01:00
Serhiy Mytrovtsiy
03e37cfc4a feat: removed macOS 10.14* checks 2023-02-16 19:44:10 +01:00
Serhiy Mytrovtsiy
fa8a4d8d21 feat: added a new way to detect a mac model (if missed on the list) 2023-02-03 17:04:24 +01:00
Serhiy Mytrovtsiy
4f190e9168 feat: added a new connectivity reader to the Network module. It sends a low-level (ICMP) ping message to 1.1.1.1. (#1082) 2022-09-17 19:33:18 +02:00
Serhiy Mytrovtsiy
ad078dee4a feat: added an option to disable low power mode colorizing in the battery widget. This option is enabled by default 2022-08-22 19:29:15 +02:00
Serhiy Mytrovtsiy
c23375309b feat: added a low power mode colorizing to the Battery widget (#1024) 2022-08-20 13:27:44 +02:00
Serhiy Mytrovtsiy
a2a4b93db4 feat: added an Based on cluster colorize option. It will colorize efficiency and performance cores in the bar chart chart widget. 2022-08-12 18:56:43 +02:00
Serhiy Mytrovtsiy
64fffc07e8 fix: fixed wrong ram pressure levels colorizing. Moved from int to the internal levels variable (DispatchSource.MemoryPressureEvent) (#1010) 2022-07-26 18:00:59 +02:00
Serhiy Mytrovtsiy
108e85bec0 fix: fixed scroll view anchors in the settings. It fixes the scrollbar overlay over settings. 2022-07-12 19:12:58 +02:00
Serhiy Mytrovtsiy
6fba3c01d9 fix: fixed replacing PID string in the usage string (#910) 2022-04-16 12:29:20 +02:00
Serhiy Mytrovtsiy
360f3539e3 feat: small redesign app settings
feat: added reset settings button to the app settings (#802)
2022-03-12 20:12:39 +01:00
Serhiy Mytrovtsiy
50dd06c71d fix: fixed the NSButton width in the settings (#708) 2021-11-21 11:17:33 +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
585014cba1 feat: added monochrome (grayscaled) color to the Tachometer widget 2021-10-14 18:29:50 +02:00
Serhiy Mytrovtsiy
0320dfe709 fix: updated max file length in the swiftlint configuration 2021-10-05 19:14:09 +02:00
Serhiy Mytrovtsiy
cba36e70f8 fix: fixed switch buttons visibility on macOS 10.13 (#559) 2021-07-27 19:05:02 +02:00
Serhiy Mytrovtsiy
178b713353 feat: prepare to support macOS 10.13 2021-07-07 19:15:47 +02:00
Serhiy Mytrovtsiy
e3a6b68869 fix: fixed zones range in the BarChart when value if more than 1 (#510) 2021-06-18 19:15:32 +02:00
Serhiy Mytrovtsiy
36cc9107b7 feat: add a SMCHelper to work with SMC 2021-06-15 10:00:26 +02:00
Serhiy Mytrovtsiy
13707090eb feat: combine StatsKit and ModuleKit in the one framework: Kit 2021-06-04 19:37:29 +02:00