Commit Graph

304 Commits

Author SHA1 Message Date
Daniel Derbenev
f8134daae3 feat: added Ukrainian lng, declared configs 2020-03-26 13:14:31 +00:00
Quentin “Storm1er” Decaunes
6b600ccc38 fix: The app was unable to load the settings in some case. 2020-03-26 08:24:47 +01:00
Daniel Derbenev
f78e3c52b8 feat: Added Russian Translation. 2020-03-23 14:04:11 +01:00
Quentin “Storm1er” Decaunes
6f6250aaa0 chore: version bump for 2.1.2 [skip ci] 2020-03-21 16:17:36 +00:00
rikoopa
70989bf77e fix: #74 Better DA and TR locales.
Also sort them.
2020-03-20 21:28:28 +01:00
Quentin Decaunes
c41cefab5e chore: Cleaned up todo that has already been done. 2020-03-19 16:55:46 +01:00
Quentin Decaunes
5629f8034a fix: Auto apply presets wasn't working as expected in some cases. 2020-03-19 16:55:44 +01:00
Quentin Decaunes
347b05bad7 fix: Unable to change language while loading system signature in some case. 2020-03-19 16:55:43 +01:00
Quentin “Storm1er” Decaunes
df2d7d6357 fix: #74 Reduce freezes due to translation. 2020-03-19 16:55:41 +01:00
Quentin “Storm1er” Decaunes
2cf1007b5d fix: Unable to initialize persistent data in some cases. 2020-03-19 08:15:01 +00:00
Quentin “Storm1er” Decaunes
2388d4b974 fix: Ensure storage upgrade path from any version to above. 2020-03-18 10:18:22 +01:00
Quentin “Storm1er” Decaunes
13bcd78473 chore: version bump for 2.1.1 [skip ci] 2020-03-17 22:51:01 +00:00
Quentin “Storm1er” Decaunes
1eaeb29730 fix: The app was unable to start in some case. 2020-03-17 22:00:56 +00:00
Quentin “Storm1er” Decaunes
9f507bfa5d chore: version bump for 2.1.0 [skip ci] 2020-03-17 18:57:49 +00:00
Quentin Decaunes
0b6a74632d fix: Updated language selector's icon in topbar. 2020-03-17 15:53:34 +01:00
Quentin Decaunes
e178e86062 fix: Handle storage correctly on software upgrade.
On 2.0.0 the persistent data was inconsistently stored with electron-settings.
It is now saved separately for each version and an upgrade path is defined for each upgrade.
2020-03-17 15:53:15 +01:00
Quentin “Storm1er” Decaunes
8dd94fd126 feat: Added Spanish translation.
Contributor: @ivanbalseirogarcia
2020-03-16 22:25:19 +00:00
Quentin “Storm1er” Decaunes
775ac86f35 feat: Display a preset compatibility note for each online preset. 2020-03-16 17:45:49 +00:00
Quentin “Storm1er” Decaunes
e5e0724871 style: New icon in top bar. 2020-03-16 17:45:49 +00:00
Quentin “Storm1er” Decaunes
adf7155800 fix: Avoid crash when an error exist in upload preset request response. 2020-03-16 17:45:49 +00:00
Quentin Decaunes
6ac94535c0 fix: #70 Unable to display tray icon on windows.
The icon filename was wrong in 4bbd770f.
2020-03-16 18:10:09 +01:00
Quentin “Storm1er” Decaunes
c36c657d04 fix: Avoid crash when an error exist in preset server response. 2020-03-16 14:21:17 +00:00
Quentin “Storm1er” Decaunes
40e63d5021 fix: #68 Preset page is now fully translated. 2020-03-16 14:16:27 +00:00
Quentin “Storm1er” Decaunes
605741b9c1 fix: Display an friendly message instead of loading indefinitely online presets.
Translations update consequently, they may not be accurate as I used google translate.
2020-03-16 09:54:54 +01:00
Quentin “Storm1er” Decaunes
8fcbfc57a2 fix: Going to preset tabs does not load online preset anymore. 2020-03-16 09:51:25 +01:00
Quentin “Storm1er” Decaunes
79144f4168 fix: Translation minor performance improvement. 2020-03-16 09:27:10 +01:00
Quentin “Storm1er” Decaunes
e87538940c fix: Increased temperature limit to 110°C instead of 100°C. 2020-03-16 09:25:50 +01:00
Quentin “Storm1er” Decaunes
4cb89941f7 fix: New release sentence was missing in translations files. 2020-03-16 09:06:39 +01:00
Quentin “Storm1er” Decaunes
4bbd770ffd style: Updated icons: separated tray, app and installer icons.
Thanks @Sylvie_Em#2700 @clebbington.
2020-03-16 09:00:37 +01:00
Quentin “Storm1er” Decaunes
769ebc9da1 fix: Hide splash screen's scrollbars on litlle screens. 2020-03-16 08:28:25 +01:00
Quentin “Storm1er” Decaunes
e440692dc9 chore: version bump for 2.0.0 [skip ci] 2020-03-14 16:16:58 +00:00
Quentin “Storm1er” Decaunes
7a829f184f refactor: 💥 v2.0.0 Beta.
BREAKING CHANGE: ⚠ Please avoid using v1 and v2 simultaneously.

This version is stable enough to be released but is still under heavy development,
**You may encounter bugs, if you encounter any, you can uninstall this version and go back to v1.**

For users:
- Users can now share presets and vote for them.
- New installer/uninstaller with customizable installation path
- #66 Add multi-language: English, Français, 简体中文, Deutsch, Türkçe.
- Presets triggers are now in preset tabs with more options
- Added splash screen
- Better night mode
- Release tab now open browser
- Notifications are now handled within the app/system accordingly to the app's minimized state

For developers:
- Now using React and TypeScript
- Switched from npm to yarn: https://github.com/electron-userland/electron-builder/issues/1147#issuecomment-276284477
- Updated Continuous Delivery

Contributors: @rikoopa @Jamiexhz @Silvaburn#3669
2020-03-14 15:26:51 +00:00
Quentin “Storm1er” Decaunes
04b556934d chore: version bump for 1.17.0 [skip ci] 2020-01-05 03:34:58 +00:00
Quentin “Storm1er” Decaunes
7040a31f1c feat: UI updated by @JamesCJ. 2020-01-02 09:38:14 +00:00
Quentin “Storm1er” Decaunes
4a827cc37d chore: version bump for 1.16.0 [skip ci] 2019-11-10 03:38:55 +00:00
James Craddock-Jones
1002880af7 fix: fixed save preset bug 2019-11-07 23:16:45 +00:00
James Craddock-Jones
ca1bb86e76 feat: Added Dark mode option and tutorial section.
Ryzen Controller now lives in the dark as well as the light (BETA).
2019-11-07 17:56:10 +01:00
Quentin “Storm1er” Decaunes
3e15ca9a68 fix: ✏️ Better notification sentence. 2019-11-06 10:51:55 +00:00
Quentin “Storm1er” Decaunes
99d0ffb156 chore: version bump for 1.15.1 [skip ci] 2019-08-25 02:59:06 +00:00
Quentin Decaunes
ebec1d047a refactor: Notification will now be displayed using system if available. 2019-08-18 12:36:44 +02:00
Quentin Decaunes
b967b36a62 fix: Keep settings on upgrade. 2019-08-18 12:23:39 +02:00
Quentin “Storm1er” Decaunes
3c04551722 chore: version bump for 1.15.0 [skip ci] 2019-08-18 02:58:42 +00:00
Quentin Decaunes
55d13e2c5a feat: #39 You can now define preset to be applied on AC status change. 2019-08-17 17:56:06 +02:00
Quentin Decaunes
2152f32b8f fix: Ensure preset exist when applying.
This fix an issue where you could apply a preset on ac status change after deleting it.
2019-08-17 17:52:27 +02:00
Quentin Decaunes
1a7fd0098a fix: Unable to detect dev mode properly. 2019-08-17 17:52:26 +02:00
Quentin Decaunes
d87abc4736 fix(developers): Display dev version while using development environment. 2019-08-17 17:52:24 +02:00
Quentin Decaunes
2442514c16 fix: Tiny notification when applying ryzenAdj. 2019-08-17 17:52:22 +02:00
Quentin Decaunes
89f9950b59 fix(developers): Refactor windows detection. 2019-08-17 17:52:20 +02:00
Quentin Decaunes
029ffc2be9 fix: Added discord link. 2019-08-16 15:40:55 +02:00
Quentin Decaunes
32e94d7fc2 fix(developers): Avoid recreate shortcut and enabling Sentry in development mode. 2019-08-16 12:37:57 +02:00