Commit Graph

7 Commits

Author SHA1 Message Date
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
1eaeb29730 fix: The app was unable to start in some case. 2020-03-17 22:00:56 +00: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 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
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
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