Skip to content

Commit a2b1c95

Browse files
committed
Update version to 1.2.5 + changelog
1 parent 325a066 commit a2b1c95

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [1.2.5] - 2023-03-03
4+
### Fixed
5+
- Certain icon sizes and alignment
6+
- Theme colors sometimes not being applied correctly (like in dropdown menus)
7+
- Support ticket number validation range extended
8+
39
## [1.2.4] - 2023-01-11
410
### Changed
511
- Display backlight brightness now only set when explicitly chosen in profile

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

0 commit comments

Comments
 (0)