Skip to content

Commit 191ce32

Browse files
author
Tomasz Kamiński
committed
Dark Mode fix
1 parent 77dc761 commit 191ce32

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the Game-Changing Translator project will be documented i
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.1.2] - 2026-06-15
9+
10+
### Fixed
11+
- **Windows Dark Mode Text Visibility**: Fixed an issue where labels, checkbox text, and input fields had white text that became invisible on white/light blue backgrounds when Windows was set to Dark Mode. The application styling has been updated to explicitly enforce dark text colors, ensuring the user interface looks identical and remains fully readable in both light and dark operating system themes.
12+
813
## [4.1.1] - 2026-06-03
914

1015
### Added

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the Game-Changing Translator project will be documented i
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.1.2] - 2026-06-15
9+
10+
### Fixed
11+
- **Windows Dark Mode Text Visibility**: Fixed an issue where labels, checkbox text, and input fields had white text that became invisible on white/light blue backgrounds when Windows was set to Dark Mode. The application styling has been updated to explicitly enforce dark text colors, ensuring the user interface looks identical and remains fully readable in both light and dark operating system themes.
12+
813
## [4.1.1] - 2026-06-03
914

1015
### Added

docs/user-manual.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@
173173

174174
<!-- HERO -->
175175
<div class="hero">
176-
<div class="hero-badge">📖 User Manual · v4.1.1</div>
176+
<div class="hero-badge">📖 User Manual · v4.1.2</div>
177177
<div style="display: flex; align-items: center; justify-content: center; gap: 40px; margin-bottom: 24px;">
178178
<img src="user_manual/app_icon_shadow.webp" alt="GCT App Icon" style="width: 130px; height: auto; filter: drop-shadow(0 15px 30px rgba(0,0,0,0.3));">
179179
<h1 style="text-align: left; margin-bottom: 0;">Game-Changing<br><span>Translator</span></h1>
180180
</div>
181181
<p>Next-generation AI translation for game and movie subtitles.<br>Powered by state-of-the-art OCR and superior context-aware engines, providing high-quality translation in over 100 languages.</p>
182-
<div class="hero-meta">Copyright © 2025–2026 Tomasz Kamiński &nbsp;·&nbsp; Released 3 June 2026 &nbsp;·&nbsp; Built with ❤️ for gamers and language learners</div>
182+
<div class="hero-meta">Copyright © 2025–2026 Tomasz Kamiński &nbsp;·&nbsp; Released 15 June 2026 &nbsp;·&nbsp; Built with ❤️ for gamers and language learners</div>
183183
</div>
184184

185185
<!-- WHY GAME-CHANGING TRANSLATOR -->
@@ -1020,7 +1020,7 @@ <h2>About &amp; Updates</h2>
10201020

10211021
<!-- FOOTER -->
10221022
<footer>
1023-
<p>Game-Changing Translator v4.1.1 &nbsp;·&nbsp; Copyright © 2025–2026 <a href="https://github.com/tomkam1702/OCR-Translator">Tomasz Kamiński</a></p>
1023+
<p>Game-Changing Translator v4.1.2 &nbsp;·&nbsp; Copyright © 2025–2026 <a href="https://github.com/tomkam1702/OCR-Translator">Tomasz Kamiński</a></p>
10241024
<p style="margin-top:8px;">AI-powered real-time screen translation · Gemini &amp; Gemma OCR · Gemini, Gemma &amp; DeepL Translation</p>
10251025
</footer>
10261026

0 commit comments

Comments
 (0)