Commit Graph

410 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
4f480a082a feat: show efficiency and performance cores usage in the popup view (#863) 2022-08-13 17:48:54 +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
900600ce7b feat: adjusted RAM top process parser (#1029) 2022-08-11 18:00:48 +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
7cc17fe856 fix: corrected sensors value rounding for the widget (#1000) 2022-07-16 22:18: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
07b29a41cb fix: fixed swiftlint errors 2022-07-10 12:45:38 +02:00
Serhiy Mytrovtsiy
0b7be467e1 feat: added option to show all widgets per module as one item in the menu bar. It's an early feature, so there is a bugs. To work fine with this feature a lot of widgets must be adjusted. It supports organizing the elements right from the widget selector settings already. IT'S AN EARLY FEATURE! 2022-07-09 11:37:00 +02:00
Serhiy Mytrovtsiy
eceb304a8d feat: added a notification to the Disk usage (#913) 2022-07-07 19:12:07 +02:00
Serhiy Mytrovtsiy
31b68e439e feat: added a notification to the RAM usage (#913) 2022-07-06 20:26:12 +02:00
Serhiy Mytrovtsiy
3e48f80c1f feat: added a notification to the GPU usage (#913) 2022-07-05 20:22:50 +02:00
Serhiy Mytrovtsiy
bd2b25bf52 feat: added a notification to the CPU usage (#913) 2022-07-04 18:11:52 +02:00
Serhiy Mytrovtsiy
3e2e13e051 feat: added an option to synchronize the fans speed control (#975) 2022-06-28 18:28:09 +02:00
Serhiy Mytrovtsiy
cc96226008 feat: added an option to synchronize the fans (the mode only for now) control (#975) 2022-06-27 19:15:48 +02:00
Serhiy Mytrovtsiy
caccedc2b2 fix: convert battery temperature in the Battery module (#979) 2022-06-22 19:49:33 +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
5e51f1d1d4 feat: small sensors name correction (CPU core -> CPU Core) for TC%C sensors 2022-06-07 17:57:03 +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
d44dac0c06 feat: show a current temperature unit in the GPU chart toolTip (#947)
fix: return a current temperature unit for the temperature sensor
2022-05-27 16:38:50 +02:00
Serhiy Mytrovtsiy
e50d6aaf94 feat: added additional wifi information (standard, security, channel) in the Network module (#941) 2022-05-26 18:56:55 +02:00
Serhiy Mytrovtsiy
49164388ca feat: increased swiftlint file_length rule from 600 to 800 2022-05-24 23:26:53 +02:00
Serhiy Mytrovtsiy
c93f9f4e1e fix: removed GHz from the frequency value (#945) 2022-05-24 23:26:27 +02:00
Serhiy Mytrovtsiy
d474521f78 feat: added custom suffix to the line chart toolTip (#946) 2022-05-24 23:26:14 +02:00
Serhiy Mytrovtsiy
39e6d41b14 feat: omit current sensors with more than 100A (#943) 2022-05-22 19:03:36 +02:00
Serhiy Mytrovtsiy
e82ace6595 feat: hiding the low/high battery level notification when the battery is charged or discharged (#893) 2022-05-03 19:56:30 +02:00
Serhiy Mytrovtsiy
822f156a23 feat: hide the fan controls if the fan cannot be controlled (hackintosh)
(prev commit: feat: added a new battery level key to the Bluetooth battery reader (#920))
2022-04-28 20:16:46 +02:00
Serhiy Mytrovtsiy
f7a5526d5a feat: hide the fan controls if the fan cannot be controlled (hackintosh) 2022-04-28 20:16:09 +02:00
Serhiy Mytrovtsiy
946b8a4b2f fix: prevented asking for root when closing the app. It was a bug in the Sensors module that tries to reset the fan mode to the automatic. Now it will check if any of the fan mode was changed. 2022-04-26 07:36:31 +02:00
Serhiy Mytrovtsiy
19be55fd35 fix: restore the fan speed after sleep or app restart if the save option is enabled (#915) 2022-04-21 22:58:28 +02:00
Serhiy Mytrovtsiy
19603475f0 fix: reset the fan speed when closing the app 2022-04-21 19:44:08 +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
47f3722fdc fix: reset the usage when changing the reader type (#908) 2022-04-15 13:15:37 +02:00
Serhiy Mytrovtsiy
f55bcff535 fix: enabled new BLE battery level reader only for macOS 11+ 2022-04-09 11:50:56 +02:00
Serhiy Mytrovtsiy
332fcd25a5 feat: added a new way to fetch a BLE battery level from the system_profiler (#859) 2022-04-09 11:43:14 +02:00
Serhiy Mytrovtsiy
43a22909f5 fix: fixed CPU and GPU sensors list filtering when initialization average sensors (#892)
feat: added updates for average and hottest SOC
2022-04-07 20:06:23 +02:00
cake
a071a58e30 feat: changed 'efficient' to 'efficiency' core (#896)
Apple uses this term instead, and it makes the naming convention consistent with the sensor in the HIDSensorsList variable.
2022-04-03 10:58:50 +02:00
Serhiy Mytrovtsiy
6fb2c9b11b feat: changed function_body_length swiftlint rule from 60/80 to 80/100 2022-04-02 12:45:41 +02:00
Serhiy Mytrovtsiy
41a4dd6385 fix: append HID sensors keys to average sensors list when for macs with M1 (#892) 2022-03-29 20:14:07 +02:00
Serhiy Mytrovtsiy
8d81de1101 fix: update public IP address only when Network module is enabled (#886) 2022-03-24 16:17:37 +01:00
Serhiy Mytrovtsiy
809563d19f fix: fixed disabling average sensors when disabling HID sensors (#888) 2022-03-21 18:02:30 +01:00
Serhiy Mytrovtsiy
e39f4f731e fix: fixed updates of sensor chart 2022-03-14 18:34:58 +01:00
Serhiy Mytrovtsiy
fa266ffc32 fix: add a sensor value to the chart in the popup view even if the popup is closed 2022-03-11 19:02:40 +01:00
Serhiy Mytrovtsiy
c8904a27c5 feat: added No Bluetooth devices are available message to the Bluetooth module settings and popup view 2022-03-11 17:30:57 +01:00
Serhiy Mytrovtsiy
e422278791 feat: added Based on utilization color option for Bar chart widget in the Battery module (#865) 2022-03-10 18:50:07 +01:00
Serhiy Mytrovtsiy
833c210826 feat: added color zones to the Mini widget 2022-03-10 18:26:56 +01:00
Serhiy Mytrovtsiy
c261d85d48 feat: added Based on utilization color option for Mini widget in the Battery module (#865) 2022-03-10 18:16:06 +01:00
Serhiy Mytrovtsiy
69219a2902 feat: added Bar chart view to the Sensors module (for Fans only!) (#839) 2022-03-08 17:04:10 +01:00
Serhiy Mytrovtsiy
5d939588f6 fix: show fan speed in PRM when percentage cannot be calculated (max speed is not available) 2022-03-07 18:28:52 +01:00