195 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
aba18eafae feat: initialized the setup window with a first screen (welcome screen) 2022-07-22 17:32:54 +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
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
fa6c3a58f2 feat: added title and app icon to the update window (#874) 2022-04-02 12:46:42 +02:00
Serhiy Mytrovtsiy
75225f40a2 fix: fixed crashing when toggling app settings (#878) 2022-03-17 17:26:34 +01:00
Serhiy Mytrovtsiy
d4982380fa feat: added disk size info to the dashboard 2022-03-15 19:03: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
4eeeb75b80 hotfix: uncomment update install command when clicking on the install button (#828) 2022-02-07 11:57:38 +01:00
Serhiy Mytrovtsiy
88a3bd63d1 feat: added server option to the Updater
feat: small refactoring of Updater
feat: added an option to check the signature of downloaded update (disabled for now)
2022-01-27 22:16:18 +01:00
Serhiy Mytrovtsiy
55fbc4f7f6 feat: added silent app update option (default from now) 2022-01-23 13:24:24 +01:00
Serhiy Mytrovtsiy
6172cd9c49 feat: showing the window when a new update is available but notification is disabled 2022-01-22 21:27:53 +01:00
Serhiy Mytrovtsiy
d00cf32113 feat: small changes in fan view (Sensors module)
fix: fixed order of sensors in the popup view
2022-01-15 11:49:45 +01:00
Serhiy Mytrovtsiy
8555aefd61 fix: fixed settings widget control buttons position for macOS Monterey 2022-01-13 21:02:58 +01:00
Serhiy Mytrovtsiy
36a596422e feat: added cores number to the GPU information (Apple Silicon) 2022-01-12 17:06:06 +01:00
Serhiy Mytrovtsiy
1c7314a379 fix: fixed standard window button position for some RTL languages (#751) 2021-12-21 18:52:11 +01:00
Serhiy Mytrovtsiy
41eb8cef8e fix: adjusted menu background color for dark themes (#727) 2021-11-29 17:20:29 +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
6b6365ce28 feat: removed OpenCollective from sponsorship options 2021-10-23 16:45:55 +02:00
Serhiy Mytrovtsiy
e99eea53c6 feat: added Open Collective support option 2021-09-25 11:23:24 +02:00
Serhiy Mytrovtsiy
d22ab7a621 fix: showing the settings window when the module is enabled but no widget is selected 2021-09-18 18:59:42 +02:00
Serhiy Mytrovtsiy
fe170b77ef feat: added keyboard command to the settings window. cmd+c/cmd+w - will close the window. cmd+m - will miniaturize the window (#613) 2021-09-11 09:12:47 +02:00
Serhiy Mytrovtsiy
a5232bcebf feat: added a popover to the Support button which allows selecting a support provider (GH Sponsors, PayPal, Ko-fi, Patreon) 2021-09-01 23:01:54 +02:00
Serhiy Mytrovtsiy
4b9b519d0b feat: update support button link (now is GH sponsors page) 2021-08-01 11:38:27 +02:00
Serhiy Mytrovtsiy
178b713353 feat: prepare to support macOS 10.13 2021-07-07 19:15:47 +02:00
Serhiy Mytrovtsiy
08d8d84ceb feat: init server plugin 2021-07-06 18:17:37 +02:00
Serhiy Mytrovtsiy
f136a2f9c8 feat: add translation to the modules name (#496) 2021-07-01 21:22:59 +02:00
Serhiy Mytrovtsiy
a3a002a2d3 feat: removed os.log and moved to NextLog 2021-06-26 13:38:45 +02:00
Serhiy Mytrovtsiy
e2cde3f1d4 fix: adjust buttons size in the update view 2021-06-08 18:14:53 +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
1d04c5be5c feat: add changelog button to the update app window (#354) 2021-05-15 18:24:16 +02:00
Pablo Pizarro R
2528830a14 feat: fixed Spanish lang, network refresh button width fix (#393)
* Fixed spanish lang

* Compute refresh button width dynamically

* Added refresh button langs entries

* Fixed english lang update

* Fix update message vertical centering

* Format variable refresh name

Co-authored-by: Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>
2021-04-11 16:49:30 +02:00
Serhiy Mytrovtsiy
d3ea2fd030 fix: fixed multi gpu in the Dashboard (SystemKit) 2021-04-01 19:18:45 +02:00
Serhiy Mytrovtsiy
487619b82f fix: fixed RAM and GPU information on Apple Silicon (#394) 2021-04-01 18:41:51 +02:00
Serhiy Mytrovtsiy
5eb709ccf3 feat: init Label widget (#376)
feat: removed labels option from `Bar, Line and Pie chart` widgets
feat: added `Label widget` to the all modules
feat: removed another UnsafeMutablePointer
2021-03-30 20:34:50 +02:00
Serhiy Mytrovtsiy
647799b232 feat: remove global Store instance 2021-03-22 18:09:51 +01:00
Serhiy Mytrovtsiy
f6d460fb58 fix: remove settings view corner radius to prevent the crash on m1 (#315) 2021-01-28 20:26:04 +01:00
Serhiy Mytrovtsiy
fec31c2a2c feat: update README.md
fix: `Support app` -> `Support the application`
2021-01-24 13:23:39 +01:00
Serhiy Mytrovtsiy
5c2301d79f feat: add translation for "Check for update" setting (#294) 2021-01-19 20:47:36 +01:00
Serhiy Mytrovtsiy
6fab321884 fix: update uptime when open Dashboard 2021-01-04 18:06: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
2723153de6 fix: hide settings view when start 2020-12-26 13:47:34 +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