mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
chore: version bump for 2.1.2 [skip ci]
This commit is contained in:
parent
70989bf77e
commit
6f6250aaa0
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
<!--- next entry here -->
|
<!--- next entry here -->
|
||||||
|
|
||||||
|
## 2.1.2
|
||||||
|
2020-03-21
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Ensure storage upgrade path from any version to above. (2388d4b97429784ee5a5f5f69c606e71719ef520)
|
||||||
|
- Unable to initialize persistent data in some cases. (2cf1007b5d82def2af6b712e2ffe3846b6dcb71f)
|
||||||
|
- #74 Reduce freezes due to translation. (df2d7d6357d9a9995b8c0f326b251d5bcc9681b7)
|
||||||
|
- Unable to change language while loading system signature in some case. (347b05bad7da0615fc887aff445d60cb05bba176)
|
||||||
|
- Auto apply presets wasn't working as expected in some cases. (5629f8034ae41d924d14887cdd28273934565a62)
|
||||||
|
- #74 Better DA and TR locales. (70989bf77e7af8d128531673b8b03a600f4cc44a)
|
||||||
|
|
||||||
## 2.1.1
|
## 2.1.1
|
||||||
2020-03-17
|
2020-03-17
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ryzen-controller",
|
"name": "ryzen-controller",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"description": "A minimal Electron application to use ryzenAdj through a friendly interface.",
|
"description": "A minimal Electron application to use ryzenAdj through a friendly interface.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"all": "yarn clean && yarn dist-pack",
|
"all": "yarn clean && yarn dist-pack",
|
||||||
|
Loading…
Reference in New Issue
Block a user