You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a massive milestone release focusing on the introduction of the **Titan Architecture**, full**JPEG XL** integration, and **Gigapixel Image Handling**.
4
+
This update focuses on refining the **Titan Engine** performance, optimizing**UX interaction**, and fixing several critical bugs discovered after the v4.0.0 milestone.
5
5
6
-
### 🚀 Architecture: "Titan System"
7
-
-**Gigapixel Tiling**: The new Titan Pipeline dynamically slices massive image datasets into manageable LOD (Level of Detail) tiles, enabling smooth 60fps panning over images that previously caused OOM (Out of Memory) crashes.
8
-
-**Smart Pull & Prefetch**: Memory is now intelligently streamed. QuickView only decodes and uploads the tiles currently visible on your monitor, predicting panning direction to prefetch adjacent chunks.
9
-
-**Direct-to-MMF Decode**: Zero-copy Memory-Mapped File strategy to pipeline gigantic source images directly to the render composition engine.
6
+
### ⚡ UX & Interaction
7
+
-**Smart 3-State Zoom**: Re-engineered the zoom toggle logic. Clicking now cycles through `Initial` -> `Fit Screen` -> `100%`, providing much smoother control over image sizing.
8
+
-**No-Stutter Exit**: Solved the annoying window stutter/lag that occurred when closing the application via the `Esc` key.
10
9
11
-
### ✨ Format Enhancements
12
-
-**Native JPEG XL (JXL)**: Full, hyper-optimized support for the next-generation JXL format, backed by our parallel HeavyLane workers.
13
-
-**Pro Design Formats**: We now support Photoshop's massive document format (PSB) and can instantly extract embedded previews from both PSDs and PSBs.
14
-
-**Shell-Accelerated Gallery**: The `T` Gallery now taps directly into the Windows Explorer Thumbnail Cache, making initial indexing of massive folders completely instantaneous.
10
+
### 🚀 Titan Engine Refinements
11
+
-**Wait Cursor Fix**: Corrected logic where the OS wait cursor would incorrectly flicker during background prefetching.
12
+
-**Tile Triggering**: Optimized Titan tile activation by removing threshold quantization, ensuring seamless LOD transitions even for ultra-narrow images.
13
+
-**Progress UI**: Enhanced the Titan loading progress bar for better visual performance and accuracy.
15
14
16
-
### 💎 UX & Scaling
17
-
-**True PerMonitorV2 High-DPI**: The interface has been untethered from Windows' legacy scaling. We now support explicit native UI scaling with granular manual overrides (100%-250%).
18
-
-**Always Fullscreen**: A much-requested feature—you can now command QuickView to automatically launch images in exclusive Fullscreen mode (`Off`, `Large Only`, `All`).
19
-
-**Wheel Action Customization**: Unified and centralized logic for mouse-wheel actions with a new `WheelActionMode` for absolute control.
15
+
### 🛠 Stability & Fixes
16
+
-**SVG Scaling**: Fixed a bug where SVGs would randomly disappear when scaling at certain factors.
17
+
-**Window Snap**: Resolved an issue where the window would creep downwards on systems with top-aligned taskbars.
18
+
-**Gallery Sync**: Fixed HUD Gallery thumbnail desync when deleting images while the gallery is open.
20
19
21
-
### 🛠 Visual Precision
22
-
-**AVX-512 SIMD Resizing**: Critical bilinear scaling paths have been unrolled using the latest AVX2/AVX-512 instruction sets for blazing-fast zooming.
23
-
-**Center-to-Center Topology**: Our internal rendering coordinate system was mathematically refactored, permanently eliminating "edge smearing" and pixel gaps between Titan tiles.
24
-
-**Focus Robustness**: Implemented low-level `AttachThreadInput` logic to guarantee new QuickView windows forcefully seize focus when you open new files from Explorer.
0 commit comments