Skip to content

Commit 8f61489

Browse files
Lexonight1claude
andcommitted
v5.0.11: fix overlay not restoring on autostart/reboot
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1ca467c commit 8f61489

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "trcc-linux"
7-
version = "5.0.10"
7+
version = "5.0.11"
88
description = "Linux implementation of Thermalright LCD Control Center"
99
readme = "README.md"
1010
license = "GPL-3.0-or-later"

src/trcc/__version__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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:
@@ -250,3 +250,8 @@
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.

0 commit comments

Comments
 (0)