Commit Graph

431 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
a07f5078bb feat: added an option to set ICMP host for the connectivity reader. The empty host will disable this feature 2022-10-01 19:20:08 +02:00
Serhiy Mytrovtsiy
79839057b9 v2.7.36 2022-09-25 04:03:56 +02:00
Serhiy Mytrovtsiy
5eaac81d1e feat: added translations for State widget 2022-09-23 17:09:38 +02:00
Serhiy Mytrovtsiy
1e15d6590a fix: fixed Total System Consumption and Average System Total calculation. Omit if the time diff is less than 0 (#1092) 2022-09-21 17:33:53 +02:00
Serhiy Mytrovtsiy
409640b261 fix: fixed battery levels id for the Sensors widget (#1091) 2022-09-20 23:00:26 +02:00
Serhiy Mytrovtsiy
8524448192 feat: initialized a new State widget for the Network module (#1082) 2022-09-19 17:15:21 +02:00
Serhiy Mytrovtsiy
985322014b feat: added connectivity status to the Network popup view (#1082) 2022-09-17 19:34:13 +02: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
a7294802c7 fix: fixed data racing in the Network module 2022-09-16 16:50:41 +02:00
Serhiy Mytrovtsiy
36f2055f10 fix: remove battery level from the popup view if not longer available (#1083) 2022-09-15 16:59:15 +02:00
Serhiy Mytrovtsiy
76f85d0941 feat: added an option to sort the items in the Sensors widget (#928) 2022-09-06 17:42:20 +02:00
Serhiy Mytrovtsiy
8203afb31d fix: fixed typo in Thunderbolt (#1072) 2022-09-05 17:10:37 +02:00
Serhiy Mytrovtsiy
28a1b1987b feat: added Widget activation threshold option to the Network module (#931) 2022-09-03 13:32:01 +02:00
Serhiy Mytrovtsiy
7b9f7a667d feat: added translation for Autodetection 2022-09-02 17:49:44 +02:00
Serhiy Mytrovtsiy
135eacec90 feat: added M2 sensors support (#1012) 2022-08-27 15:35:26 +02:00
Serhiy Mytrovtsiy
7b77e9e445 fix: disable fan reset if the fan is in the automatic mode and the app does not have permissions (#1053) 2022-08-26 11:34:00 +02:00
Samuel Reed
400fbcfaee feat: add total energy consumption (#976) (#1037)
* feat: add total energy consumption (#976)

* feat: add average system total power
2022-08-21 12:53:42 +02:00
Serhiy Mytrovtsiy
a28a3b8ef6 feat: added a low power mode state to the Battery popup window (#1024) 2022-08-19 19:12:08 +02:00
Serhiy Mytrovtsiy
a7863f1c42 feat: change the fan mode to automatic when going to sleep. The fan control will be restored after sleep if "Save the fan speed" is enabled (#1002) 2022-08-16 22:47:17 +02:00
Serhiy Mytrovtsiy
682b7e1250 feat: moved ip request from the ipify service to the own server 2022-08-15 16:59:24 +02:00
Serhiy Mytrovtsiy
266bc0e3cf feat: added translation for efficiency and performance cores 2022-08-13 19:38:33 +02:00
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