Skip to content

v0.1.1 Beta

Choose a tag to compare

@MTTamurex MTTamurex released this 14 Jun 16:20
· 57 commits to main since this release

MTT File Manager — v0.1.1 Beta

Release Notes

New Feature - Cloud Drives Sidebar Section

  • Added a dedicated Cloud Drives section to the sidebar that discovers and displays Windows Cloud Files sync roots (OneDrive, Proton Drive functional).
  • Each cloud root shows its provider-specific icon extracted from the registered Explorer icon resource, with full tree expansion, drag-and-drop targeting, and a collapsible header — matching the existing Quick Access / Local Disks sidebar UX.
  • New localization keys for English and Portuguese (BR).

Bug Fixes

  • Settings window**: replaced ui.small() with ui.label() for diagnostics privacy text, fixing incorrect rendering (egui deprecated small() for body text).
  • Cloud file open failure**: app focus is now properly restored via restore_app_focus() when a cloud sync file fails to open, and a warning notification is displayed.
  • Cloud sync status refresh**: the message handler now drains cloud_sync_status_refresh_receiver each frame, updating cached sync_status on matching items and triggering thumbnail re-extraction for media files that were just hydrated.
  • Cloud open failure channel**: processes queued open failures on the main thread, displaying the localized "open failed" notification and restoring window focus.
  • Thumbnail request epoch**: replaced the counter-based thumbnail_eviction_skips map with a monotonic request_epoch field on ThumbnailRequest, providing a race-free mechanism to discard stale thumbnail results when files are renamed, deleted, or invalidated.
  • Mpv cache restore bug**: docked→detached cache values were being saved and restored incorrectly; now detached mode always applies its own constants and docked mode always restores its own constants deterministically.

SHA-256
MTT-File-Manager-Setup-0.1.1.exe
5A21AF654DB00A3DB1A9FDE028372B8112AB6F59632B30BA84D448D90EFCAA9A

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.