Skip to content

Commit

Permalink
Update version to 2.0.0 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxedoxt committed Mar 22, 2023
1 parent d8ba6f8 commit 1fafe0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

### Changed
- TDP slider validation behaviour now moves other sliders accordingly instead of limiting currently changed slider
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tuxedo-control-center",
"version": "1.2.5",
"version": "2.0.0",
"main": "./dist/tuxedo-control-center/e-app/e-app/main.js",
"author": {
"name": "TUXEDO Computers GmbH",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tuxedo-control-center",
"version": "1.2.5",
"version": "2.0.0",
"main": "./e-app/e-app/main.js",
"bin": "./service-app/main.js",
"license": "GPL-3.0"
Expand Down

0 comments on commit 1fafe0e

Please sign in to comment.