v0.6.7-beta

gtsteffaniak/filebrowserv0.6.7-betaApr 8, 2025by gtsteffaniak

AI Summary

This is a bug fix and cleanup release for filebrowser v0.6.7-beta. The update addresses URL encoding issues for search links and files containing # characters, while also improving error handling during startup and cleaning up unused code including the put settings API.

Key Highlights

  • Fixed URL encoding issue for search links when there's only one source (issue #501)
  • Fixed double encoding problem for files with # in their names
  • Added descriptive error message when temp directory can't be created on startup
  • Clears temp directory on shutdown for better resource management
  • Removed unused put settings API and unused config properties

Full Release Notes

## What's Changed

 **Notes**:
 - added full tests for single source example.
 - adds descriptive error if temp dir can't be created on fatal startup
 - clears temp directory on shutdown.
 - removed put settings api (unused)
 - removed more unused config properties.

 **BugFixes**:
 - fix url encoding issue for search links when theres only one source https://github.com/gtsteffaniak/filebrowser/issues/501
 - files with # could have problems, double encoded.

**Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v0.6.6-beta...v0.6.7-beta