|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [3.2.5] - Precision & Expansion Update |
| 4 | +**Release Date**: 2026-01-26 |
| 5 | + |
| 6 | +### ✨ New Features |
| 7 | +- **Span Displays**: Added multi-monitor spanning support (Video Wall mode). |
| 8 | +- **Rename Dialog**: Replaced system dialog with native Direct2D dark-themed input. |
| 9 | +- **Help Overlay**: Added global `F1` shortcut overlay. |
| 10 | +- **Visual Customization**: Added toggle for Window Rounded Corners. |
| 11 | +- **System**: Added AVX2 CPU instruction set detection. |
| 12 | + |
| 13 | +### 💎 Precision & Interaction |
| 14 | +- **Text Truncation**: Implemented **Binary Search** algorithm for pixel-perfect filename shortening in Info Panel/Dialogs. |
| 15 | +- **Smart Double-Click**: Added context-aware double-click: Auto-Fits in Windowed mode, Exits in Fullscreen mode. |
| 16 | +- **100% Zoom Fix**: Resolved scaling inaccuracies to ensure true 1-to-1 pixel rendering for all image sizes. |
| 17 | +- **Auto-Hide**: Fixed `WM_MOUSELEAVE` logic to ensure UI elements hide 100% reliably on fast exit. |
| 18 | +- **Zoom Experience**: Added Zoom Damping and Info Panel Zoom display. |
| 19 | +- **Navigation**: Improved navigation arrow visibility logic and animation speed. |
| 20 | + |
| 21 | +### 🛠 Core & Architecture |
| 22 | +- **Window Controls**: Unified Min/Max/Close buttons into `UIRenderer` pipeline. |
| 23 | +- **Zoom Logic**: Refactored and decoupled zoom mechanics from window resizing. |
| 24 | +- **Portable Mode**: Improved state transition logic. |
| 25 | + |
| 26 | +### 🐛 Bug Fixes |
| 27 | +- **RAW Toggle**: Fixed setting persistence. |
| 28 | +- **Gallery**: Fixed 0x0 tooltip dimensions. |
| 29 | +- **DPI Scaling**: Fixed scaling artifacts at unusual factors. |
| 30 | +- **Layout**: Fixed Settings UI back button displacement. |
| 31 | + |
3 | 32 | ## [3.1.3] - Fullscreen & Interaction Polish |
4 | 33 | **Release Date**: 2026-01-20 |
5 | 34 |
|
|
0 commit comments