mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
7a829f184f
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
3.8 KiB
3.8 KiB
CHANGELOG
1.17.0
2020-01-05
Features
- UI updated by @JamesCJ. (
7040a31f1c
)
1.16.0
2019-11-10
Features
- Added Dark mode option and tutorial section. (
ca1bb86e76
)
Fixes
- ✏️ Better notification sentence. (
3e15ca9a68
) - fixed save preset bug (
1002880af7
)
1.15.1
2019-08-25
Fixes
- Keep settings on upgrade. (
b967b36a62
) - Notification will now be displayed using system if available. (
ebec1d047a
)
1.15.0
2019-08-18
Features
- #39 You can now define preset to be applied on AC status change. (
55d13e2c5a
)
Fixes
- Updated Sentry to 5.6.1. (
27b835c2c2
) - #42 revamped start on boot as it was still causing error for some users. (
9d01b070d3
) - #43 Stop trying to apply settings when ryzenadj has not been set. (
ef35ffe128
) - #44 Fixed an issue where exporting presets with non latin 1 character was impossible. (
22554b41dc
) - developers: Avoid recreate shortcut and enabling Sentry in development mode. (
32e94d7fc2
) - Added discord link. (
029ffc2be9
) - developers: Refactor windows detection. (
89f9950b59
) - Tiny notification when applying ryzenAdj. (
2442514c16
) - developers: Display dev version while using development environment. (
d87abc4736
) - Unable to detect dev mode properly. (
1a7fd0098a
) - Ensure preset exist when applying. (
2152f32b8f
)
1.14.2
2019-08-11
Fixes
- Linux was unable to start properly in some cases. (
417ae7e927
) - Added a donation link. (
39fc10a6d2
) - developers: #40 Removing sentry noise on preset import caused by malformed data. (
dbf6702873
) - #41 Disabling auto start was causing error in some cases. (
7d2578d9f6
) - developers: Removed and avoid duplicate entry in CHANGELOG.md. (
7c5485b37b
) - Avoid error when gitlab release api won't return a good response. (
10954f3fec
) - Typo in donation link title. (
105bedac29
)
1.14.1
2019-08-04
Fixes
- Old version was displayed. (
ebfdb864ef
) - developers: Sentry unable to retrieve stacktrace frames in some cases. (
f52edce8fc
)
1.14.0
2019-08-04
Features
- Adding go-semrel-gitlab to automate releases. (
c93a168a68
) - developers: Allow developers to create tabs using options_data.json. (
90e15811c3
) - Reorganize tabs based on option performance impact. (
43e50e0bd3
) - #3 Auto start on windows session login. (
b5b9b3c839
)
Fixes
- Avoid sentry noise by shortening source file path. (
ad199c3faa
) - Notify user when no options are selected when applying settings. (
58a8b60826
) - Enhanced README with videos. (
8fd02203c7
) - Wider window as there is a new tab. (
67fc8ae650
) - Avoid Sentry noise by creating a random user id. (
1a1990b9ad
) - Better build-exe alive message. (
56c9d827bb
) - Release tab content is now appearing after opening windows from minized start. (
b079a535da
)