Skip to content

Quick Explorer v0.1.27

Choose a tag to compare

@biondi53 biondi53 released this 11 Mar 04:33
· 25 commits to main since this release

Quick Explorer v0.1.27 - Reliability & Precision πŸš€

This release focuses on industrial-grade reliability for core Windows Shell operations and major UX refinements for navigation and previews.

✨ Highlights

  • πŸ—‘οΈ Recycle Bin Restore (Perfected): We've completely overhauled how the app interacts with the Windows Recycle Bin. By migrating to a Base64-encoded PIDL system, "Restore" now works with 100% accuracy for both files and complex folder structures.
  • 🎯 Scroll Precision: Fixed critical race conditions in Grid Mode that caused position jumps during tab switching. Navigation now feels rock-solid and predictable.
  • πŸ” QuickPreview Zoom: New interaction patterns for deeper inspection.
    • Double-click to Zoom In.
    • Double-Right-click to Zoom Out.
  • ⚑ Performance Polish: Optimized event handling and backend thread management (COM STA) to eliminate UI micro-stutters.

πŸ› οΈ Technical Breakdown

  • Improved sta_worker.rs architecture for safer shell operations.
  • Refined App.tsx scroll restoration logic.
  • New test_restore.ps1 diagnostic tool for shell integrations.

Full-fidelity file management for Windows developers.