v0.6.3-beta
gtsteffaniak/filebrowserv0.6.3-betaMar 24, 2025by gtsteffaniak
AI Summary
This is a bug fix release focused on improving Windows path handling and fixing memory issues. The release improves Windows directory naming conventions and resolves several path-related bugs that affected file refreshing and sharing functionality.
Key Highlights
- Improved Windows directory naming - root drives like 'D:' now get proper names instead of causing issues
- Fixed Windows path issues that prevented automatic file info refresh when viewing files
- Fixed share path error (issue #429)
- Fixed memory issue where resource content flag would load entire file into memory (issue #412)
- Added `.pdf` files to default onlyoffice exclusion list
New Features
- Windows root drives (e.g., 'D:\') now display as 'D' instead of causing path issues
- Non-root Windows paths now display the base folder name (e.g., 'D:\path\to\folder' shows as 'folder')
- PDF files added to default onlyoffice exclusion list
Full Release Notes
**Notes**: - windows directories get better naming, root directories like "D:\ get named "D", otherwise base filepath is the name when unselected "D:\path\to\folder" gets named "folder" (just like linux) - `.pdf` files added to default onlyoffice exclusion list. **BugFixes**: - windows would not refresh file info automatically when viewing because of path issue. - windows paths without name for "D:\" would cause issues. - share path error https://github.com/gtsteffaniak/filebrowser/issues/429 - fix bug where resource content flag would load entire file into memory. https://github.com/gtsteffaniak/filebrowser/issues/412 **Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v0.6.2-beta...v0.6.3-beta