Skip to content

v0.1.2 Beta

Choose a tag to compare

@MTTamurex MTTamurex released this 18 Jun 23:58
· 35 commits to main since this release

MTT File Manager — v0.1.2 Beta

Release Notes

New Feature: Google Drive Integration

  • Native detection of Google Drive File Stream via volume info, DOS device query, and remote storage flags. Shortcuts (.lnk) resolved with UNC priority and environment variable expansion for accurate path targeting.

Improvements

  • Search Index Compression: binary index now uses zstd compression for the name arena, significantly reducing index file size on disk.

  • Thumbnail extraction now uses WTS_EXTRACTDONOTCACHE to prevent polluting the Windows Explorer thumbnail cache.

Bug Fixes

  • Context Menu: PE executables (.exe, .msi, .com, .scr) are now correctly excluded from the "Open with" option. Pending "Open with" submenu loading is handled properly — blocked items are dimmed, non-interactive, and no longer cause stale submenu state.

  • CJK Font Rendering: Replaced the monolithic ARIALUNI.TTF with targeted per-locale CJK fallback fonts (one per major CJK group), reducing load time and memory. Asynchronously loaded fonts are now applied immediately when the worker completes, preventing missing-glyph flicker.

  • Startup Path Validation: Blocking std::fs calls replaced with fast non-blocking OneDrive-aware path checks — inactive panel paths that resolve to cloud files no longer freeze the UI on startup.

  • Volume Indexer (USN): Pending size updates are now retried on lock contention instead of being silently dropped, preventing stale folder sizes after rapid file changes.

  • IPC Server: Missing live directory records in the volume index are now repaired on-the-fly when resolving path FRNs during fallback.

SHA-256
MTT-File-Manager-Setup-0.1.2.exe
EF1AE3777FAF0E9B7E4681831A3476D8F28E87BB5E03176211B27C4F01629009

License notes:

Repository-authored source code: Apache-2.0
The Windows installer is a multi-license distribution
Bundled third-party components, including libmpv/mpv, PDFium, and UnRAR, remain under their own respective licenses
See THIRD_PARTY_NOTICES.md and the bundled third_party_licenses materials for notices, license texts, provenance, and source-availability information.