Commit Graph

301 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
e9dde2530d fix: enabled network interface selector (#692) 2021-11-13 12:19:49 +01:00
Serhiy Mytrovtsiy
0a0fe3284d fix: added watcher for toggle button in the module settings (#693);
reverted (3006160);
2021-11-10 17:30:06 +01:00
Serhiy Mytrovtsiy
30061608db fix: fixed toggle button (enable/disable) in the Sensor module (#690) 2021-11-09 21:49:37 +01:00
Serhiy Mytrovtsiy
07ab25f9b1 feat: added Pie Chart widget to the Disk module (#682) 2021-11-08 18:07:08 +01:00
Serhiy Mytrovtsiy
ab48870e73 fix: prevent crash if mac does not have a serial number (#688) 2021-11-06 11:59:44 +01:00
Serhiy Mytrovtsiy
fa2f1d913e feat: changed the order of sensors in the settings 2021-11-05 19:12:31 +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
3bf846fa0f fix: fixed wrong components adjustment when changing the number of top processes (#673) 2021-10-26 17:02:44 +02:00
Serhiy Mytrovtsiy
23de767e53 feat: changed value of the sensor when read is not available. Was: read unsuccessful -> do not change the value (previous is visible). Now: read unsuccessful -> 0 value. (#668) 2021-10-21 18:25:42 +02:00
Serhiy Mytrovtsiy
77d1b5d274 feat: added Reachability plugin and moved Network module to it 2021-10-15 19:31:14 +02:00
Serhiy Mytrovtsiy
4168862287 feat: added Tachometer widget to the CPU, GPU, and RAM module (#631) 2021-10-13 18:27:31 +02:00
Serhiy Mytrovtsiy
ecd2209d4c feat: added connection status information to the network details view (#653) 2021-10-11 18:40:38 +02:00
Serhiy Mytrovtsiy
ec7b773860 feat: prevent disabling Sensor module when no sensors are enabled (only on start). It allows using module only with the Label widget. 2021-10-07 17:32:35 +02:00
Serhiy Mytrovtsiy
0320dfe709 fix: updated max file length in the swiftlint configuration 2021-10-05 19:14:09 +02:00
Serhiy Mytrovtsiy
6ad4701930 fix: update fan mode after waking up from sleep (#636) 2021-10-04 23:20:01 +02:00
Serhiy Mytrovtsiy
5d2c4c14ec feat: translated disabled status in the battery level notifications (#647) 2021-10-02 12:01:35 +02:00
Serhiy Mytrovtsiy
214fdcb8e3 fix: limit the sensor max value for Apple Silicon (#652) 2021-09-30 17:31:04 +02:00
Serhiy Mytrovtsiy
f7f6beb881 fix: limit the GPU utilization to 100% (#649) 2021-09-29 17:20:44 +02:00
Serhiy Mytrovtsiy
fc741b9bbc feat: added translation for Fan (#641) 2021-09-24 18:51:51 +02:00
Serhiy Mytrovtsiy
73f423f67d fix: temporarily disabled getting Bluetooth devices via CBCentralManager (#642) 2021-09-23 21:57:05 +02:00
Serhiy Mytrovtsiy
f7341e6702 fix: fixed access to the IOBluetoothDevice when reading device from the CBCentralManager (#628) 2021-09-18 17:09:32 +02:00
Serhiy Mytrovtsiy
e6ed7977ec feat: added a new option to the Network module which allows to auto reset data usage (#542) 2021-09-16 18:56:43 +02:00
Serhiy Mytrovtsiy
20e2d6a311 feat: added a new Apple Silicon sensor groups: Hottest CPU, GPU, and SOC (#610) 2021-09-10 15:56:59 +02:00
Serhiy Mytrovtsiy
58be03d807 feat: added average CPU load to the details 2021-09-07 19:53:13 +02:00
Serhiy Mytrovtsiy
a58077d817 fix: fixed duplicating sensor on Apple Silicon (#607, #608, #610) 2021-09-06 22:35:30 +02:00
Serhiy Mytrovtsiy
9193b49c1f feat: added average CPU load reader 2021-09-06 20:25:23 +02:00
Serhiy Mytrovtsiy
f31f3fbfb7 feat: added better sensors name for Apple Silicon sensors 2021-09-04 05:35:42 +02:00
Serhiy Mytrovtsiy
a8ea749afb feat: added average values for the CPU/GPU/SOC sensors (Apple Silicon) 2021-09-03 20:02:00 +02:00
Serhiy Mytrovtsiy
f880054af9 feat: changed the behavior of the Bluetooth module. Removed Mini and Battery widget (it will be reserved to the Battery module only). Added Sensors widget. Added an option to select a few devices to show. (#589) 2021-09-02 20:13:25 +02:00
Serhiy Mytrovtsiy
72d78bb718 fix: fixed Bluetooth device name (some devices have Unknown name) 2021-08-31 21:34:52 +02:00
Serhiy Mytrovtsiy
69a6ae92be feat: added cron job to refresh public IP address every hour 2021-08-28 16:48:05 +02:00
Serhiy Mytrovtsiy
a350bffaa6 feat: added init read in the battery top processes reader 2021-08-28 15:16:51 +02:00
Serhiy Mytrovtsiy
d49eef9020 fix: fixed race condition in the Bluetooth module (#591) 2021-08-27 18:11:43 +02:00
Serhiy Mytrovtsiy
787efb6b1a fix: fixed order of top processes in the CPU, RAM, and Battery modules (#594) 2021-08-26 19:49:40 +02:00
Serhiy Mytrovtsiy
d2efc1f264 feat: added CPU scheduler and speed limits to the popup (#540) 2021-08-24 21:38:23 +02:00
Serhiy Mytrovtsiy
3f3b721140 feat: added CPU limit (scheduler and speed limits) reader (#540) 2021-08-23 18:40:26 +02:00
Serhiy Mytrovtsiy
9ac3c4d638 feat: added an option to save the fan speed in the manual mode (#573) 2021-08-20 20:33:10 +02:00
Serhiy Mytrovtsiy
bf5b4c406e feat: redraw ProcessView to the NSStackView (#569) 2021-08-17 18:25:22 +02:00
Serhiy Mytrovtsiy
54fbe170c0 fix: fixed battery health for apple silicon (#222) 2021-08-16 18:46:34 +02:00
Serhiy Mytrovtsiy
3b8c468137 fix: hide Split the value option in the RAM module if bar chart is not enabled 2021-08-15 13:05:37 +02:00
Serhiy Mytrovtsiy
f12b123e3d fix: fixed enabling widget when toggling some option in the settings when the module is disabled 2021-08-15 13:03:28 +02:00
Serhiy Mytrovtsiy
d4e9148349 feat: adjusted disk read/write icons in the Disk popup view 2021-08-14 20:41:51 +02:00
Serhiy Mytrovtsiy
7b9598861b feat: rewrite BLE reader. Improve battery levels for Apple BLE devices (Mouse/Keyboard/Trackpad) (#557) 2021-08-13 11:33:04 +03:00
Serhiy Mytrovtsiy
abbcbf3a7e fix: fixed Sensors module availability when FNum is not present in the SMC (#580) 2021-08-09 14:01:07 +03:00
Serhiy Mytrovtsiy
74031a6e3c feat: moved Fans to the top at the Sensors. Refactor the Sensor type to be more generic. Added Fan structure to the Sensors module. (first steps to merge Fans and Sensors modules) 2021-08-07 12:33:23 +03:00
Serhiy Mytrovtsiy
bda7ad29b8 feat: fixed switching between Auto/Manual/Turbo modes in the Fans popup. 2021-08-06 14:12:19 +03:00
Serhiy Mytrovtsiy
0fe2c0dd98 feat: add an option to enable split value (System/User) for CPU and RAM in the BarChart (#441) 2021-08-03 20:11:18 +02:00
Serhiy Mytrovtsiy
918a07150b feat: change value type from Double to ColorValue in the BarChart (#441) 2021-08-02 20:11:48 +02:00
Serhiy Mytrovtsiy
4f841c3f11 feat: disable auto enabling min and max speed buttons 2021-07-31 19:53:46 +02:00
Serhiy Mytrovtsiy
4831777b19 fix: fix BLE level when the value in cache is 1 (#551)
feat: change UUID to address in the BLE device toolTip
2021-07-30 16:54:51 +02:00