Commit Graph

34 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
2a23ab8493 fix: fixed bug on macOS 26 when settings autosaveName to menu bar item prevents it from loading (#2768) 2025-11-05 19:46:41 +01:00
Serhiy Mytrovtsiy
439dcda5da fix: moved contribution popup to the main thread (#2408) 2025-02-21 18:58:58 +01:00
Serhiy Mytrovtsiy
d9ac3cd504 fix: save the last timestamp when the support window showed that prevents it from showing that every time the app is open (#2404) 2025-02-21 16:04:03 +01:00
Serhiy Mytrovtsiy
024ccfacd9 feat: disabled support alert when launching the app for the first time 2025-01-31 17:37:06 +01:00
Serhiy Mytrovtsiy
58ad6c568b feat: added feature to set keyboard shortcut to open/close popup window (#1976) 2025-01-20 17:04:55 +01:00
Serhiy Mytrovtsiy
4886054d28 feat: added support window that will appear every month 2025-01-18 15:56:28 +01:00
Serhiy Mytrovtsiy
7c8baef330 fix: fixed a bug in the setup process that set "Start at login" to on even if the user chooses to not turn that on. 2024-04-10 17:11:53 +02:00
Zhizhen He
001f787e41 fix: fixed some typo (#1373) 2023-03-25 23:01:46 +01:00
Serhiy Mytrovtsiy
e86c677463 feat: added an error window when the update failed 2023-03-17 18:31:44 +01:00
Serhiy Mytrovtsiy
03e37cfc4a feat: removed macOS 10.14* checks 2023-02-16 19:44:10 +01:00
Serhiy Mytrovtsiy
6c991de101 feat: removed check for macOS 10.14 2023-01-31 18:27:43 +01:00
Serhiy Mytrovtsiy
f5d708d103 feat: added a new API (SMAppService) that starts the application when login (available on macOS 13, for the oldest version the legacy API is using) 2023-01-14 07:19:50 +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
aba18eafae feat: initialized the setup window with a first screen (welcome screen) 2022-07-22 17:32:54 +02:00
Serhiy Mytrovtsiy
f0781c8fdf feat: hide the notification about the new version installed automatically after 10 seconds 2022-05-07 08:39:14 +02:00
Serhiy Mytrovtsiy
e82ace6595 feat: hiding the low/high battery level notification when the battery is charged or discharged (#893) 2022-05-03 19:56:30 +02:00
Serhiy Mytrovtsiy
6007c3d17f feat: disable post-update notification if the silent option is enabled 2022-01-31 18:24:10 +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
edfb564bab feat: moved from NSUserNotification to the User Notification 2022-01-23 00:06:49 +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
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
e7a57ca64e - update readers update interval (moved to one list of intervals) 2020-10-23 15:17:51 +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
6a609c6f04 CPU top processes MVP 2020-07-27 20:57:16 +02:00
Serhiy Mytrovtsiy
5a659dc437 fix misspelling 2020-07-19 16:08:00 +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
706e8219ce - add low battery notification with option to select battery level (disabled/3%/5%/10%/15%/20%/30%/40%/50%) 2020-07-15 22:18:24 +02:00
Serhiy Mytrovtsiy
eaeeb476ac check for update if automatic check is not disabled 2020-07-15 16:55:59 +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