Commit Graph

782 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
499a30ff89 fix: fixed switching sensor in the settings (#1923) 2024-05-02 17:46:58 +02:00
Serhiy Mytrovtsiy
c37585d4b3 feat: moved widget activation threshold slider to the input with a base that allows specifying the threshold more accurate 2024-04-30 22:43:39 +02:00
Serhiy Mytrovtsiy
d5d70a299e feat: added fixed scale option for Network popup (#1787) 2024-04-29 21:56:12 +02:00
Serhiy Mytrovtsiy
f873fdaa3d feat: moved all modules settings to the new design 2024-04-24 06:10:27 +02:00
Serhiy Mytrovtsiy
ab4dcbfd94 feat: added option to hide public IP section from the Network popup (#1877) 2024-04-23 17:46:06 +02:00
Serhiy Mytrovtsiy
bd810e87b8 feat: added system uptime to the CPU popup (#1398) 2024-04-22 12:54:49 +02:00
Serhiy Mytrovtsiy
368be82837 v2.10.10 2024-04-21 12:44:14 +02:00
Serhiy Mytrovtsiy
0f54422992 feat: added colorize option to the Memory widget (#1856) 2024-04-20 20:25:01 +02:00
Serhiy Mytrovtsiy
b016113447 fix: fixed bug with line chart offset in the menu bar (#1894) 2024-04-15 19:14:10 +02:00
Serhiy Mytrovtsiy
2ec21de043 feat: moved network chart to the network chart widget. Replaced NetworkChart with NetworkChartV2. 2024-04-09 18:42:28 +02:00
Serhiy Mytrovtsiy
f2d9a491fa feat: added a new NetworkChartViewV2 chart. Which merges 2 line charts. Moved the disk and network charts in the popup to the new chart. 2024-04-08 16:44:26 +02:00
ShigemoriHakura
d40c2e231f fix: fixed Sensors align in combined view and added localizedString to PortalHeader (#1879)
* [fix] fix Sensors align

fix the align in Sensors combined view

* [feat] add localizedString to header
2024-04-07 12:43:36 +02:00
Serhiy Mytrovtsiy
27891b0d5a feat: added main chart scale setting to the Network popup settings 2024-04-06 16:00:50 +02:00
Serhiy Mytrovtsiy
2a529f008c lang: added missing translations and fixed some names 2024-04-06 12:07:11 +02:00
Serhiy Mytrovtsiy
c5ea8563dd feat: added chart scale setting to the RAM popup settings 2024-04-06 11:35:21 +02:00
Serhiy Mytrovtsiy
9d828bb663 feat: added chart scale setting to the CPU popup settings 2024-04-05 18:54:37 +02:00
Serhiy Mytrovtsiy
4f05504c9e lang: added missing translation 2024-03-30 21:01:01 +01:00
Serhiy Mytrovtsiy
05c35c6d1e v2.10.5 2024-03-24 12:49:10 +01:00
小明
5b51ef1b6a fix: fixed nettop CPU abnormal usage in some cases (#1854) 2024-03-24 12:36:05 +01:00
Serhiy Mytrovtsiy
a2b1573bee feat: added read and written data to the disk view (#1804) 2024-03-22 21:45:08 +01:00
Serhiy Mytrovtsiy
a48832b852 feat: reverted 134a42f, looks like the problem was fixed in the new version of macOS 2024-03-21 21:29:45 +01:00
Serhiy Mytrovtsiy
6482a43dea feat: added public IP address to the network portal view (#1842) 2024-03-20 19:26:48 +01:00
Serhiy Mytrovtsiy
c54e68201f lang: added translation for chart duration 2024-03-09 22:06:11 +01:00
Serhiy Mytrovtsiy
01ada2ff6e fix: fixed data race in the Disk module (#1823) 2024-03-08 16:54:45 +01:00
Serhiy Mytrovtsiy
c2419f62e1 feat: added an option to select chart history range for line chart in the popup view for RAM module 2024-03-07 17:25:16 +01:00
Serhiy Mytrovtsiy
79ec0ed00f feat: added an option to select chart history range for line chart in the popup view (CPU module only for now) 2024-03-05 19:04:02 +01:00
Serhiy Mytrovtsiy
fb63ece91b fix: fixed GPU temperature converting in the popup chart (#1809) 2024-02-23 19:15:27 +01:00
Serhiy Mytrovtsiy
82fd30668e fix: adjusted sensors portal width per row (#1819) 2024-02-20 20:12:20 +01:00
Serhiy Mytrovtsiy
90ef1b1818 feat: added filter for fans in the portal view based on the popup settings 2024-02-19 22:15:38 +01:00
Serhiy Mytrovtsiy
7e833176d9 feat: moved all modules to the new way of reader mode with a small refactoring 2024-02-10 17:03:47 +01:00
Serhiy Mytrovtsiy
d6a88e5d78 feat: updated Disk portal view 2024-01-27 21:22:59 +01:00
Serhiy Mytrovtsiy
a2a9b1aee3 feat: updated RAM portal view 2024-01-26 18:44:48 +01:00
Serhiy Mytrovtsiy
b392a9732c feat: updated GPU portal view 2024-01-23 19:12:14 +01:00
Serhiy Mytrovtsiy
3b9a9f4bd6 feat: added details to the CPU portal view 2024-01-20 19:05:12 +01:00
Serhiy Mytrovtsiy
4c35eafd00 feat: added portal view (combined view mode) to the sensors module 2024-01-19 21:05:48 +01:00
Serhiy Mytrovtsiy
35839cea6a feat: rearranged network main view in the popup (download/upload stats) 2024-01-13 21:10:02 +01:00
Serhiy Mytrovtsiy
d2f080e104 feat: moved all popups to new ProcessesView for top processes 2024-01-06 10:29:43 +01:00
Serhiy Mytrovtsiy
b21630218c feat: initialized ProcessesView that will be common for all popups 2024-01-05 21:02:29 +01:00
Serhiy Mytrovtsiy
a34f83a9de fix: fixed disk label name in the widgets 2024-01-02 19:24:33 +01:00
Serhiy Mytrovtsiy
ec4510643f lang: added translation for left, right and fastest fans 2023-12-30 19:49:07 +01:00
Serhiy Mytrovtsiy
72e38f426c feat: added portal to the Clock module (#1748) 2023-12-30 18:08:41 +01:00
Serhiy Mytrovtsiy
3d214a3571 feat: added an option to hide the clock in the popup view 2023-12-29 16:04:08 +01:00
Serhiy Mytrovtsiy
ae91574704 feat: moved Power Delivery Brightness sensor from temperature to the power type (#1749) 2023-12-29 12:53:24 +01:00
Serhiy Mytrovtsiy
98b1b1afb6 feat: added an option to hide a fan in the popup view (#1741) 2023-12-28 18:21:14 +01:00
Serhiy Mytrovtsiy
85c84be610 fix: fixed battery high level notification ID (#1743) 2023-12-27 17:13:05 +01:00
Serhiy Mytrovtsiy
c3ee6c6b29 fix: fixed RAM pressure level notification key 2023-12-26 17:59:33 +01:00
Serhiy Mytrovtsiy
c1737548a0 feat: updated m2 SoC CPU temperature sensors (#1703) 2023-12-25 15:37:02 +01:00
Chiroyce
1ff7986396 lang: fixed typo in Power Delivery Brightness (#1735)
* Fix typo in Power Delivery Brightness

* Capitalization
2023-12-24 14:07:01 +01:00
Serhiy Mytrovtsiy
96f007641a lang: added translation for notifications menu 2023-12-23 15:41:52 +01:00
Serhiy Mytrovtsiy
ff878e2421 feat: removed Media engine sensors (#1712) 2023-12-22 18:35:40 +01:00