Skip to content

Commit 35b75f6

Browse files
committed
v3.1.3: Fullscreen, Icons, and Interaction Polish
1 parent e9e54ec commit 35b75f6

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

CHANGELOG.md

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

3+
## [3.1.3] - Fullscreen & Interaction Polish
4+
**Release Date**: 2026-01-20
5+
6+
### 🖥️ Fullscreen Experience
7+
- **True Fullscreen**: Replaced legacy "Maximized" fullscreen with exclusive-mode-like "True Fullscreen" (no borders, covers taskbar).
8+
- **Interaction Guards**:
9+
- **Edge Lock**: Completely disabled window edge resizing and cursor changes while in fullscreen.
10+
- **Drag Lock**: Prevented accidental window dragging (`WM_LBUTTONDOWN`) in fullscreen.
11+
- **Zoom Lock**: Fixed window resizing/jumping when zooming via mouse wheel in fullscreen.
12+
- **Intuitive Exits**:
13+
- **Double-Click**: Double-clicking anywhere on the background (or image, if configured) now exits fullscreen.
14+
- **Maximize Button**: Clicking the specialized Maximize button in the hover controls now reliably exits fullscreen.
15+
16+
### 🐛 Bug Fixes
17+
- **Toolbar Pinning**: Fixed an issue where the toolbar pin button state (and visual icon) would not update immediately upon clicking.
18+
- **Settings Refresh**: Fixed "Lock Toolbar" setting toggle not applying in real-time.
19+
20+
321
All notable changes to QuickView will be documented in this file.
422

523

RELEASE_NOTES.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QuickView v3.1.3 - Fullscreen & Interaction Polish
1+
# QuickView v3.1.3 - Stability & Polish Update
22
**Release Date**: 2026-01-20
33

44
### 🖥️ True Fullscreen Experience
@@ -9,6 +9,10 @@ QuickView now features a robust "True Fullscreen" mode that completely eliminate
99
- **No Resize Cursors**: Hovering over the edges no longer shows resize arrows, keeping the visuals clean.
1010
- **Zoom Stability**: Zooming in/out with the mouse wheel no longer causes the window frame to jitter or resize.
1111

12-
### 🖱️ Intuitive Inputs
13-
- **Double-Click to Exit**: Simply double-click anywhere to leave fullscreen mode.
14-
- **Pinning Fixes**: The Toolbar Pin button now responds instantly, and the "Lock Toolbar" setting applies immediately without a restart.
12+
### 🖱️ Interaction Improvements
13+
- **Intuitive Exits**: Double-click anywhere to leave fullscreen. Clicking the Maximize button on the hover bar also exits cleanly.
14+
- **Edge Protection**: Window edges are now completely locked in fullscreen—no accidental resizing or cursor changes.
15+
16+
### 🐛 Bug Fixes & Stability
17+
- **Icon Font Fallbacks**: Resolved a critical issue where UI icons (toolbar, settings) could disappear on systems missing specific fonts. The engine now correctly falls back to system fonts (Segoe UI Symbol) to ensure icons are always visible.
18+
- **Toolbar Sync**: Fixed "Ghosting" artifacts on the toolbar button states. The Pin button now updates instantly, and the "Lock Toolbar" setting applies immediately.

0 commit comments

Comments
 (0)