Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Changelog
Changelog
[1.8] — May 28, 2026
Big stability update with thread safety fixes, coordinate precision improvements, and a new 1.20.1 Fabric backport.
New Features
Precise Coordinates — Coordinates are now stored and displayed as full decimals instead of rounded integers. Your copied /tp commands will land exactly where you clicked, and the format is now consistent across Fabric and Forge.
Bug Fixes
Thread Safety (Critical) — Fixed silent metadata corruption caused by the render and background threads hitting the cache at the same time.
Race Condition on Load — Metadata was sometimes finishing out of order. Moved async operations back onto the main thread so screenshots load correctly every time.
Memory Leak — Closing the gallery mid-load could leave orphaned textures on the GPU. Lifecycle checks now clean them up.
Text Overflow — Filenames and info cards were occasionally rendering outside thumbnail boundaries. Fixed with GL scissoring.
Search + Navigation Desync — Fullscreen navigation now correctly steps through only your filtered results instead of jumping to hidden ones.
Search Performance — Rewrote text truncation using binary search. Faster typing response and proper handling of special/RTL characters.
Thumbnail Animation — Was allocating a new object every frame for idle thumbnails. Replaced with a shared static instance.
Delete/Rename Modal — Dismissing the context menu could drop the active file target mid-operation. Now properly isolated.
F2 Spam Safeguard — Rapid screenshots could spawn multiple parallel polling tasks. An atomic lock now ensures only one runs at a time.




