Skip to content

Commit c193d16

Browse files
committed
Update version to 1.2.1 + changelog
1 parent 153f23f commit c193d16

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.2.1] - 2022-10-14
4+
### Changed
5+
- TDP Label text adjustments (EN)
6+
7+
### Fixed
8+
- Old boost workaround for devices where max frequency is not available
9+
broke frequency set GUI on newer AMD devices where the scaling driver is
10+
`amd-pstate`. This has been fixed and the new driver allows more variable
11+
frequency limits (similar to `intel_pstate`).
12+
- Frequency settings save fixed on some devices where TDP control is not available
13+
314
## [1.2.0] - 2022-10-10
415
### Added
516
- Support for system profile selection for a number of devices like

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuxedo-control-center",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "./dist/tuxedo-control-center/e-app/e-app/main.js",
55
"author": {
66
"name": "TUXEDO Computers GmbH",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuxedo-control-center",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "./e-app/e-app/main.js",
55
"bin": "./service-app/main.js",
66
"license": "GPL-3.0"

0 commit comments

Comments
 (0)