Skip to content

Commit 1fafe0e

Browse files
committed
Update version to 2.0.0 + changelog
1 parent d8ba6f8 commit 1fafe0e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [] - UNRELEASED
3+
## [2.0.0] - 2023-03-22
44
### Added
55
- Keyboard backlight GUI (Tools => Keyboard backlight)
66
- Set brightness
@@ -19,6 +19,9 @@
1919
- Choose operation mode
2020
- View which modules are applied for your device
2121
- Change behaviour of modules
22+
- Backup profile settings
23+
- Exporting current custom profiles to file
24+
- Importing custom profiles from file
2225

2326
### Changed
2427
- TDP slider validation behaviour now moves other sliders accordingly instead of limiting currently changed slider

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.5",
3+
"version": "2.0.0",
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.5",
3+
"version": "2.0.0",
44
"main": "./e-app/e-app/main.js",
55
"bin": "./service-app/main.js",
66
"license": "GPL-3.0"

0 commit comments

Comments
 (0)