Commit Graph

45 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
ff707dbcdc feat: moved Combined modules settings to the separate container (#1084) 2023-02-07 17:38:11 +01:00
Serhiy Mytrovtsiy
6039d146e8 feat: added an option to set a spacing between modules in the combined view (#1084) 2023-02-06 17:59:40 +01:00
Serhiy Mytrovtsiy
2ea7e4172e feat: renamed OneView to the "Combined modules" (#1084) 2023-02-01 19:29:38 +01:00
Serhiy Mytrovtsiy
fdfbb0aac4 feat: added a view that allows rearranging modules in the OneView widget (#1084) 2023-02-01 17:57:41 +01:00
Serhiy Mytrovtsiy
81ca1059ff fix: added missing function to the application settings view (fixed prev commit) 2023-01-27 19:35:13 +01:00
Serhiy Mytrovtsiy
7e9b249a06 feat: added option to enable OneView. It's a feature that allows merging all widgets in one menu bar item. (#1084)
THIS IS AN VERY APHA FEATURE! do not propose anything till the issue with the feature will be closed!
2023-01-27 19:32:30 +01:00
Serhiy Mytrovtsiy
4bf9e38d83 feat: move the update window forward when clicking on the "Check for update" button in the App settings (#1240) 2023-01-26 16:15:21 +01:00
Serhiy Mytrovtsiy
58ec37e171 feat: moved the pause/resume button from the application settings to the menu navigation (#1263) 2023-01-20 19:32:26 +01:00
Serhiy Mytrovtsiy
d054da741e feat: added a button to uninstall the fans helper 2022-12-23 11:46:33 +01:00
Serhiy Mytrovtsiy
4056b61616 feat: added an option to pause/resume the application (#834) 2022-09-10 12:08:46 +02:00
Serhiy Mytrovtsiy
309bf50f42 feat: reload the app settings values when opening the app settings 2022-07-30 13:15:06 +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
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
75225f40a2 fix: fixed crashing when toggling app settings (#878) 2022-03-17 17:26:34 +01:00
Serhiy Mytrovtsiy
360f3539e3 feat: small redesign app settings
feat: added reset settings button to the app settings (#802)
2022-03-12 20:12:39 +01:00
Serhiy Mytrovtsiy
916d157ad6 feat: removed sharing the anonymous stats with the server
feat: removed checking the app signature via server
2022-02-28 17:17:17 +01:00
Serhiy Mytrovtsiy
55fbc4f7f6 feat: added silent app update option (default from now) 2022-01-23 13:24:24 +01:00
Serhiy Mytrovtsiy
edd3d97917 fix: fixed missing checkbox on the macOS 10.13 (#716) 2021-11-27 11:23:50 +01:00
Serhiy Mytrovtsiy
08d8d84ceb feat: init server plugin 2021-07-06 18:17:37 +02:00
Serhiy Mytrovtsiy
a3a002a2d3 feat: removed os.log and moved to NextLog 2021-06-26 13:38:45 +02:00
Serhiy Mytrovtsiy
13707090eb feat: combine StatsKit and ModuleKit in the one framework: Kit 2021-06-04 19:37:29 +02:00
Serhiy Mytrovtsiy
0c7f5699ed feat: initialized swiftlint and fixed warnings and errors 2021-05-22 14:58:20 +02:00
Serhiy Mytrovtsiy
647799b232 feat: remove global Store instance 2021-03-22 18:09:51 +01:00
Serhiy Mytrovtsiy
5c2301d79f feat: add translation for "Check for update" setting (#294) 2021-01-19 20:47:36 +01:00
Serhiy Mytrovtsiy
cfac890c0f v2.4.10 2020-12-27 17:18:40 +01:00
Serhiy Mytrovtsiy
a53c301b33 fix: toggle in the application settings on Big Sur 2020-12-26 22:02:38 +01:00
Serhiy Mytrovtsiy
40ef8c3ebf fix: adjust dashboard and settings scroll view height 2020-12-26 17:54:04 +01:00
Serhiy Mytrovtsiy
71a4de8148 fix: dashboard and app settings scroll position when init
fix: adjust dashboard and app settings height
2020-12-26 13:46:45 +01:00
Serhiy Mytrovtsiy
ec4fc1e2ec feat: separate dashboard and Stats settings 2020-12-26 13:02:32 +01:00
Serhiy Mytrovtsiy
b201cdf760 - move temperature units toggle from Sensors module to general settings (#219) 2020-12-12 13:35:40 +01:00
Serhiy Mytrovtsiy
d3ca8232ce - adjust new settings layout 2020-11-13 18:27:04 +01:00
Serhiy Mytrovtsiy
a3ff3f3658 - add Build version to the version toolTip 2020-11-05 23:09:07 +01:00
Serhiy Mytrovtsiy
51077508b2 - fix misspelling in the "Check for update" button 2020-10-25 21:51:42 +01:00
Serhiy Mytrovtsiy
e7a57ca64e - update readers update interval (moved to one list of intervals) 2020-10-23 15:17:51 +02:00
Serhiy Mytrovtsiy
2100c0b134 - move CPU frequency and temperature to the dedicated reader (less CPU consumption)
- add model identifier to the model name tooltip
2020-10-22 20:50:34 +02:00
Serhiy Mytrovtsiy
ebd901ec7b - fix crash when some information missing about battery (#88)
- add MacPro5,1 to the list of devices
2020-09-20 21:30:23 +02:00
Serhiy Mytrovtsiy
a424dc871e i18n (#77)
* - initialize localization with English
- add i18n to app settings

* - add translation to widget settings

* - add translation to CPU

* - add translation to GPU

* - add translation to Memory

* - add translation to Disk

* - add translation to Sensors
- add translation to Network

* - add translation to Battery

* - add Polish language
- small fixes in translation

* - add Ukrainian language
2020-08-30 13:23:40 +02:00
Serhiy Mytrovtsiy
ad604789a4 - update a download view
- add a progress bar to download new version view
- small refactoring in upgrader

- remove Sensors config from Stats target
2020-07-18 21:40:51 +02:00
Serhiy Mytrovtsiy
85fb2964fd - add option to select an application automatic checks for new version (at start/once per day/once per week/once per month/never)
- adjust select box y position
2020-07-14 17:28:46 +02:00
Serhiy Mytrovtsiy
3147453628 - add cron task to check if a new version exists (every 12 hours) 2020-07-04 14:00:08 +02:00
Serhiy Mytrovtsiy
ec8f7a5a73 - adjust processor row height to fix processor name
v2.1.0
2020-06-24 16:35:15 +02:00
Serhiy Mytrovtsiy
b22c74196b fix toggle button for 10.14 2020-06-18 11:16:08 +02:00
Serhiy Mytrovtsiy
4d6f759d3b v2.0.0 (#34)
* v2.0.0
* rewritten application from scratch
* new Settings
* new custom popup view
* moved to own implementation of chart
* added more option to configure a widget
* now each module has own widget in the menu bar
* a lot of new features...
2020-06-07 12:22:32 +02:00