795 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
5105c8c20d feat: created PopupWrapper for the popup view 2023-03-25 14:54:30 +01:00
Serhiy Mytrovtsiy
4ddb45e4e1 fix: added check if fan value is less than minimum value (#1365) 2023-03-21 18:22:24 +01:00
Marc
0e867e9b1c feat: increased DC In Voltage cutoff to match real world measurements (#1356) 2023-03-19 16:34:31 +01:00
Serhiy Mytrovtsiy
698357b57d feat: added an option to hide sensors in the popup view (#1216) 2023-03-18 19:23:51 +01:00
Serhiy Mytrovtsiy
7dd4e0ecf3 feat: added isBatteryPowered field to the Battery_Usage struct. It allows removing the check if the power source is Battery Power in the different parts of the Battery module 2023-03-16 18:00:52 +01:00
Serhiy Mytrovtsiy
c46aa38f3f feat: added portal for the Battery module 2023-03-16 17:50:29 +01:00
Serhiy Mytrovtsiy
f0fd2f961c feat: cut off low dc in voltage and current (#1343) 2023-03-10 20:25:38 +01:00
Serhiy Mytrovtsiy
3ee65acbcc feat: added an option to specify the public IP address auto-refresh interval. Never will be a default option. 2023-03-09 18:37:17 +01:00
Serhiy Mytrovtsiy
938554f738 feat: changed Sensor type to the Fan for the Fastest Fan. That allows showing RPM or percentage for the Fastest Fan based on the Fan value setting (#1335) 2023-03-07 20:54:50 +01:00
Serhiy Mytrovtsiy
eb3b6eb681 feat: changed RPM to the percentage for the hottest fan (#1335) 2023-03-07 18:22:39 +01:00
Serhiy Mytrovtsiy
78ca5d5793 feat: initialized battery details widget (#1293) 2023-03-03 19:52:10 +01:00
Vojtěch Svědiroh
4012529c16 lang: fixed typo in the unit (#1325) 2023-02-26 16:08:11 +01:00
Serhiy Mytrovtsiy
b8c0844d10 feat: added portal view to the GPU module
feat: added portal view to the Network module
feat: added portal view to the Disk module
2023-02-25 11:46:59 +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
03c30606cf fix: fixed BatteryWidget misspelling 2023-02-21 20:40:18 +01:00
Serhiy Mytrovtsiy
97fdf58e6b feat: added color tile to the efficiency and performance cores in the CPU popup view with the option to change the colors (#1313) 2023-02-20 19:57:42 +01:00
Serhiy Mytrovtsiy
03e37cfc4a feat: removed macOS 10.14* checks 2023-02-16 19:44:10 +01:00
Serhiy Mytrovtsiy
51ea8c3267 feat: changed temperature value from int to decimals in the sensors popup view (#1292) 2023-02-10 09:35:47 +01:00
Serhiy Mytrovtsiy
51ba576ccb fix: added intel based support for usage per core bar chart in the popup view (#1304) 2023-02-08 19:45:08 +01:00
Serhiy Mytrovtsiy
732fb5829c feat: added a new BarChart for usage per core visualization in the CPU popup 2023-02-04 16:45:46 +01:00
Serhiy Mytrovtsiy
6c991de101 feat: removed check for macOS 10.14 2023-01-31 18:27:43 +01:00
Serhiy Mytrovtsiy
6c4d3a913e feat: added an optimized charging state, it allows to hide additional information in the battery widget when enabled (#1213) 2023-01-16 22:37:26 +01:00
Serhiy Mytrovtsiy
fec946e58e fix: hide all sensors from the settings view when Unknown sensors is disabled (#1245) 2023-01-11 19:46:39 +01:00
Serhiy Mytrovtsiy
f76e10f104 fix: added alternative menu icons for macOS 11 (#1252) 2023-01-09 18:36:24 +01:00
Serhiy Mytrovtsiy
d054da741e feat: added a button to uninstall the fans helper 2022-12-23 11:46:33 +01:00
Serhiy Mytrovtsiy
1680b9331b fix: fixed a race condition when switching the Unknown sensors (#1241) 2022-12-22 18:13:34 +01:00
Serhiy Mytrovtsiy
a8d202d488 feat: added an option to select fan value for widget: rpm or percentage (#1236) 2022-12-21 19:47:17 +01:00
Serhiy Mytrovtsiy
810ec885ab feat: added current capacity value to the network popup view (#1235) 2022-12-20 17:31:31 +01:00
Serhiy Mytrovtsiy
51ebe2907e fix: improved network threshold logic (#1211) 2022-12-12 18:51:16 +01:00
Serhiy Mytrovtsiy
7ef48325dd feat: added button to install the fan helper 2022-12-10 09:27:00 +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
688dc9432e fix: changed volumeAvailableCapacityForImportantUsage to the volumeTotalCapacity when fetching the total disk space 2022-11-24 16:27:29 +01:00
Serhiy Mytrovtsiy
aa9abf3555 feat: added RSSI, noise, and transmit rate to the SSID tooltip (#1187) 2022-11-23 19:34:17 +01:00
Serhiy Mytrovtsiy
99e0f1427e fix: fixed that fans always control synchronously, even if the sync fans option was disabled (#1188) 2022-11-22 16:46:49 +01:00
Serhiy Mytrovtsiy
7fc4126419 feat: improved UI performance when toggling the HID and Unknown sensors options 2022-11-21 17:15:57 +01:00
Serhiy Mytrovtsiy
8764c4bf5f fix: fixed disk bar updates. It wasn't active( 2022-11-19 19:54:02 +01:00
Serhiy Mytrovtsiy
dea66ae900 fix: changed the way to get a disk capacity (#1180) 2022-11-19 16:40:49 +01:00
Serhiy Mytrovtsiy
e9bc4cc5d3 feat: moved from the AppleScript for asking a root access when manipulating the fans to the Helper (SMJobBless + XPC) (#1173) 2022-11-18 22:51:34 +01:00
Serhiy Mytrovtsiy
d5f01865c8 fix: prevent a crash when the sensors read is running, but the sensors list was changed (by enabling/disabling the unknown sensors) (quick fix) (#1171) 2022-11-15 16:12:33 +01:00
Serhiy Mytrovtsiy
fa15d267f8 fix: corrected the initialization of the calculated sensor 2022-11-14 17:53:55 +01:00
Serhiy Mytrovtsiy
91033585d1 fix: add fans to the sensors list when initializing the sensors list 2022-11-13 15:51:39 +01:00
Serhiy Mytrovtsiy
9948f6ea6f fix: changed the order of disk capacity reader because of tons of logs on m1 2022-11-12 11:30:00 +01:00
Serhiy Mytrovtsiy
ebde0239f1 feat: added an option to show unknown sensors 2022-11-11 14:27:31 +01:00
Serhiy Mytrovtsiy
9f38e0ba63 fix: updated build runner to macOS 12 and removed OWE and OWE Transition from the wifi encryption list to fix the build 2022-11-08 20:08:48 +01:00
Serhiy Mytrovtsiy
c8acb8877c feat: added new wifi encryption (OWE and OWE Transition) 2022-11-05 11:51:29 +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
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
2e7f00380c feat: added -n flag to the nettop (#1129) 2022-10-28 22:47:58 +02:00
Serhiy Mytrovtsiy
58cb255780 feat: added missing translation 2022-10-27 18:47:57 +02:00