# Version-1.27.2 Release Date : February 2026 ## Key Changes ### New Features - **X-Ray Viewer PNG Export**: Export the current view as PNG with default filename; overlays are removed when exporting for a clean image output ### Bug Fixes - **Persist Intensity**: Fixed bug where unchecking "persist intensity" did not apply to the next image—the previous intensity setting was still used - **Process Current Folder Missing Tasks**: Fixed QuadrantFoldingGUI bug where "Process Current Folder" could miss some tasks. Changes include: - Retry phase for failed tasks with statistics tracking and improved user feedback - `writeProcessingLog` method for detailed processing summaries and error logs - Refactored `tasks_done.txt` writing: removed `qf_lock`, streamlined logic, safer main-thread handling, try-finally for reliable lock release - QuadrantFolder: Improved cache handling with error logging; processing continues even when caching fails - Separate dictionaries for first-attempt and save errors for better diagnostics --- ```eval_rst .. note:: Version 1.27.2 is a patch release with enhancements and bug fixes. This version has been tested on Python 3.10 on Ubuntu 22.04. ``` **Total Changes**: 14 commits since v1.27.1