mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
chore: version bump for 1.14.0 [skip ci]
This commit is contained in:
parent
b079a535da
commit
7c2a8cf711
43
CHANGELOG.md
Normal file
43
CHANGELOG.md
Normal file
@ -0,0 +1,43 @@
|
||||
# CHANGELOG
|
||||
|
||||
<!--- next entry here -->
|
||||
|
||||
## 1.14.0
|
||||
2019-08-04
|
||||
|
||||
### Features
|
||||
|
||||
- Adding go-semrel-gitlab to automate releases. (c93a168a68ddf002d4cf17576b083f3578930349)
|
||||
- **developers:** Allow developers to create tabs using options_data.json. (90e15811c3d3d56eb2a7c49f5dd65895c2aff649)
|
||||
- Reorganize tabs based on option performance impact. (43e50e0bd3de73d71c5612392c243f4641d26508)
|
||||
- #3 Auto start on windows session login. (b5b9b3c839f1b27d45e3e73804951eb66c58520b)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Avoid sentry noise by shortening source file path. (ad199c3faa0bdda1829a561b7957993d97e93c4b)
|
||||
- Notify user when no options are selected when applying settings. (58a8b608265aaabc5d2d8b1589d758b1a8b38d23)
|
||||
- Enhanced README with videos. (8fd02203c7d3de0d09ab918f360d3a1146d84816)
|
||||
- Wider window as there is a new tab. (67fc8ae650218cc2b7a7305b4a9d5835f581041b)
|
||||
- Avoid Sentry noise by creating a random user id. (1a1990b9ad4ed670525e0ffb6f337104c0558bff)
|
||||
- Better build-exe alive message. (56c9d827bbbc58104ab931ad92b26226d4564aa6)
|
||||
- Release tab content is now appearing after opening windows from minized start. (b079a535dabe5667d586da0a537ed0c0a934339b)
|
||||
|
||||
## 1.14.0
|
||||
2019-08-04
|
||||
|
||||
### Features
|
||||
|
||||
- Adding go-semrel-gitlab to automate releases. (c93a168a68ddf002d4cf17576b083f3578930349)
|
||||
- **developers:** Allow developers to create tabs using options_data.json. (90e15811c3d3d56eb2a7c49f5dd65895c2aff649)
|
||||
- Reorganize tabs based on option performance impact. (43e50e0bd3de73d71c5612392c243f4641d26508)
|
||||
- #3 Auto start on windows session login. (b5b9b3c839f1b27d45e3e73804951eb66c58520b)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Avoid sentry noise by shortening source file path. (ad199c3faa0bdda1829a561b7957993d97e93c4b)
|
||||
- Notify user when no options are selected when applying settings. (58a8b608265aaabc5d2d8b1589d758b1a8b38d23)
|
||||
- Enhanced README with videos. (8fd02203c7d3de0d09ab918f360d3a1146d84816)
|
||||
- Wider window as there is a new tab. (67fc8ae650218cc2b7a7305b4a9d5835f581041b)
|
||||
- Avoid Sentry noise by creating a random user id. (1a1990b9ad4ed670525e0ffb6f337104c0558bff)
|
||||
- Better build-exe alive message. (56c9d827bbbc58104ab931ad92b26226d4564aa6)
|
||||
- Release tab content is now appearing after opening windows from minized start. (b079a535dabe5667d586da0a537ed0c0a934339b)
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ryzencontroller",
|
||||
"version": "1.13.5",
|
||||
"version": "1.14.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ryzencontroller",
|
||||
"productName": "RyzenController",
|
||||
"version": "1.13.5",
|
||||
"version": "1.14.0",
|
||||
"description": "A minimal Electron application to use ryzenAdj through a friendly interface.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user