Releases: 0z-zy/OLED_Customizer
v1.6.1 - TKL Keyboard Support in Calculator
Added full Tenkeyless (TKL) keyboard support for Calculator Mode, allowing use of the number row and standard math operators. Fixed an issue where calculator control keys (Enter, Escape, Backspace) leaked inputs into background applications.
v1.6.0 - Multi-Tab Focus & Metadata Fix
Implements robust multi-tab focus priority, hysteresis (stickiness), and meta-tag based scraping to ensure the OLED display is always perfectly synced even with background YouTube tabs.
v1.5.2 - Rapid Mute Toggle Fix
Changes
- Fixed rapid headphone mute button presses not registering on Discord
- Reduced debounce timers (600ms→150ms flutter, 1200ms→400ms echo)
- Reduced sync lockout timers (1.5s→0.6s) for faster bi-directional sync
- Version bump to 1.5.2
v1.5.1 - Stability Fix (Freeze Resolved)
Final stability release fixing the persistent freeze issue.
Key Fixes:
- Deadlock Resolution: Moved Spotify network calls outside the main rendering lock.
- Lock Timeouts: Added fail-safe timeouts to all shared resources (SteelSeries API, Windows Media, Hardware Monitor).
- COM Stability: Added explicit main-thread COM initialization.
- Improved Performance: Optimized frame encoding and reduced memory churn.
v1.5.0 - Backups & Stability
Changes
- Added Backups tab to Settings
- Fixed system freeze on exit
- Improved Settings UI robustness
- Auto-refresh for Logs and Backups
v1.4.8 - Mouse Support & Nuclear Mute
New Features
- Global Mouse Support: Bind Mouse 4 and Mouse 5 to mute your mic.
- Nuclear Mute: Mutes every active microphone if the default one isn't found.
- UI Fixes: Fixed 'messagebox' crash in the settings window.
- Improved Hook: New low-level mouse hook for better game compatibility.
v1.4.3 - Parentheses Support
Added support for parentheses ( and ) in calculator mode.
Keyboard layout-agnostic detection via Windows ToUnicode API.
Improved evaluation with safe recursive-descent parser.
Fixed CE (Clear Entry) behavior for Delete key.
v1.4.2 - Fix Hotkeys in Fullscreen Games
Fixed
- Hotkeys (Insert, Pause, etc.) no longer die when fullscreen games like GTA V are running
- Root cause: Windows was silently killing the keyboard hook because the callback took too long (COM audio calls)
- Fix: All hotkey actions are now dispatched to a fast queue, keeping the hook callback under 1ms
- Added new RAM Icon to HWMonitor.
v1.4.1 - Hotkey Fix for Fullscreen Games
This release fixes an issue where keyboard shortcuts (monitor stats, mute, calculator) would not work while fullscreen games like GTA V had focus. All hotkeys now use a low-level Windows hook for maximum compatibility.
v1.4.0 — OLED Calculator
What's New in v1.4.0
- Win11-style OLED Calculator — Activate with Ctrl+Insert or via Systray
- OS-level numpad suppression — Numpad keys won't type in other apps while calc is active
- Calculator Mode in Systray — Exclusive toggle with Clock/HW Monitor
- Locale-aware decimal — Supports both . and , keys
- Fix: Insert key conflict — Ctrl modifier no longer gets stuck, HW Monitor hotkey works reliably