Skip to content

Commit

Permalink
Update version to 0.8.1
Browse files Browse the repository at this point in the history
- Changelog
- Features
  • Loading branch information
tuxedoxt committed Mar 17, 2020
1 parent cf2ea15 commit 626f5b0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.8.1] - 2020-03-17
## Changed
- Latest design adjustments

## [0.8.0] - 2020-03-06
## Added / Changed
- New control through tuxedo-wmi module
Expand Down
3 changes: 1 addition & 2 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

- ### Per profile control of
- CPU frequency parameters
- CPU boost setting (on/off)
- Display brightness
- Webcam status (on/off)
- Fan profile
- Fan profiles

- ### States
- Assignment of one profile that gets activated per state
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": "0.8.0",
"version": "0.8.1",
"main": "./dist/tuxedo-control-center/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": "0.8.0",
"version": "0.8.1",
"main": "./e-app/main.js",
"bin": "./service-app/main.js",
"license": "GPL-3.0"
Expand Down

0 comments on commit 626f5b0

Please sign in to comment.