File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " trcc-linux"
7- version = " 5.0.10 "
7+ version = " 5.0.11 "
88description = " Linux implementation of Thermalright LCD Control Center"
99readme = " README.md"
1010license = " GPL-3.0-or-later"
Original file line number Diff line number Diff line change 11"""TRCC Linux version information."""
22
3- __version__ = "5.0.10 "
3+ __version__ = "5.0.11 "
44__version_info__ = tuple (int (x ) for x in __version__ .split ("." ))
55
66# Version history:
250250# signal chain from QFontDialog to OverlayElementConfig. Fix bulk
251251# device rotation regression: C# ImageToJpg does no pre-rotation,
252252# only ImageTo565 rotates non-square displays. 2372 tests.
253+ # 5.0.11 - Fix overlay not restoring on autostart/reboot: _apply_device_config()
254+ # was disabling overlay when no saved device config existed, undoing the
255+ # overlay that _load_theme_overlay_config() just loaded from the DC file.
256+ # Affects fresh installs, config resets, and USB device index changes.
257+ # 2372 tests.
You can’t perform that action at this time.
0 commit comments