Serhiy Mytrovtsiy
b48dd05543
feat: added an option to set colors for the State widget
2022-09-22 18:19:49 +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
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
dfa1553bf4
fix: fixed data race when accessing the reader status
2022-09-16 17:48:06 +02:00
Serhiy Mytrovtsiy
064840187a
fix: corrected the order of the colors in the Network chart after restart ( #1080 )
2022-09-12 16:58:53 +02:00
Serhiy Mytrovtsiy
4056b61616
feat: added an option to pause/resume the application ( #834 )
2022-09-10 12:08:46 +02:00
Serhiy Mytrovtsiy
347b606972
feat: added widget position restore when enabling/disabling the module
2022-09-09 19:10:49 +02:00
Serhiy Mytrovtsiy
a9ba0aae29
fix: fixed NSStatusItem (widget) id
2022-09-09 17:08:08 +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
28a1b1987b
feat: added Widget activation threshold option to the Network module ( #931 )
2022-09-03 13:32:01 +02:00
Serhiy Mytrovtsiy
4dbf23b48b
fix: adjusted network chart baseline
2022-09-03 13:31:49 +02:00
Serhiy Mytrovtsiy
d8f74bb8ca
feat: disable battery widget colorize when percentage inside icon is enabled
2022-09-02 17:49:38 +02:00
Serhiy Mytrovtsiy
22c84ff305
feat: added an option to separate download and upload scale in the Network chart ( #966 )
...
fix: restore the scale in the Network chart after a restart
2022-08-30 18:18:18 +02:00
Serhiy Mytrovtsiy
135eacec90
feat: added M2 sensors support ( #1012 )
2022-08-27 15:35:26 +02:00
Serhiy Mytrovtsiy
ab2b0efab2
feat: added platform detection to the SystemKit
2022-08-27 14:49:11 +02:00
Serhiy Mytrovtsiy
2871e98fda
feat: added a new additional information option to the battery widget - Percentage inside the icon ( #1034 )
2022-08-23 11:27:43 +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
798f087378
fix: removed "Based on cluster" from all colors list. It must be available only in Bar chart widget.
2022-08-12 19:33:52 +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
7d35e0f989
feat: added efficiency and performance cores to the dashboard
2022-08-09 20:54:53 +02:00
Serhiy Mytrovtsiy
94600961c3
feat: added information about efficiency and performance to the SystemKit
2022-08-09 20:53:34 +02:00
Serhiy Mytrovtsiy
64d7e4e8bf
fix: quick fix for the network chart that does not fit value in the range 0-1 (charts in the Disks and Network popups)
2022-08-07 20:38:07 +02:00
Serhiy Mytrovtsiy
0ba2af6c3a
feat: added an option to select a scaling for line chart and network chart widgets ( #844 )
2022-08-02 11:06:53 +02:00
Serhiy Mytrovtsiy
4635820530
feat: added different scaling types to the charts (none, square, cube, logarithmic) ( #844 )
2022-08-02 11:05:28 +02:00
Serhiy Mytrovtsiy
486d40670e
feat: added blurred background to the popup view (only when dark mode is enable) ( #964 )
2022-08-01 17:29:33 +02:00
Serhiy Mytrovtsiy
ec49193bcc
fix: fixed "Merge widgets" string key
2022-07-28 22:41:23 +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
mooons
129c67ca94
feat: added M2 MacBooks to the device list ( #1006 )
2022-07-24 11:20:17 +02:00
Serhiy Mytrovtsiy
76856da1ca
feat: removed mac year from the model name. A lot of models could have the same model but different years.
2022-07-19 19:01:43 +02:00
Serhiy Mytrovtsiy
35a25a050f
fix: fixed resizing the widget view when it was resized but waiting for the main thread
2022-07-18 17:29:36 +02:00
Serhiy Mytrovtsiy
3f95347d4a
fix: corrected the year of MacPro5,1 ( #998 )
2022-07-14 21:08:05 +02:00
Serhiy Mytrovtsiy
e6ab321c75
feat: show Merge widgets into one option only if more than 1 widget is available
2022-07-13 19:53:34 +02:00
Serhiy Mytrovtsiy
a83901d3a9
feat: added No available widgets to configure text when no widgets are available to configure in the widget settings
2022-07-13 18:37:34 +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
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
25732c1ec0
fix: fixed python script that check the translation. Added missing exit code when error found.
2022-07-07 19:27:30 +02:00
Serhiy Mytrovtsiy
1cb90efbb7
fix: fixed tachometer widget internal type
2022-07-05 22:50:29 +02:00
Serhiy Mytrovtsiy
bd2b25bf52
feat: added a notification to the CPU usage ( #913 )
2022-07-04 18:11:52 +02:00
Serhiy Mytrovtsiy
ea71cb6abc
feat: moved to the custom Repeater plugin
2022-06-30 20:39:03 +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
cc98e1bc6a
fix: reset the process lock when clearing the process view ( #977 )
2022-06-24 21:02:50 +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
8071a06896
feat: reverted f8c9eb987d
2022-06-10 20:27:24 +02:00
Serhiy Mytrovtsiy
f8c9eb987d
fix: reverted 3753ca92cd
...
This code makes app unuseful for users who ddos the server from what Stats takes the information about new version. So more useful from my side is to not have this code.
2022-06-07 17:08:10 +02:00
Serhiy Mytrovtsiy
3753ca92cd
fix: allow to check the newest version via button even if the last check was recently
2022-06-06 21:30:22 +02:00
Serhiy Mytrovtsiy
5b79e8df30
fix: prevent update loop by the TS when was the last check and the last installation ( #957 )
2022-06-06 20:52:16 +02:00
Serhiy Mytrovtsiy
168be5b080
feat: added value colorizing for the Speed widget ( #936 )
2022-06-03 18:28:24 +02:00
Serhiy Mytrovtsiy
b9ffa6fbb4
fix: fixed wrong temperature converting when default temperature is not Celsius ( #950 )
2022-05-30 23:00:16 +02:00