github gtsteffaniak/filebrowser v1.0.1-beta

latest release: v1.0.0-stable
one day ago

What's Changed

New Features:

  • login icon support added via frontend.loginIcon config path variable

Notes:

  • updated default login icon
  • stopped publishing rolling dev docker tag.
  • build requirement change -- from node 18 > node 20 with npm 9.0.0+
  • version is not shown for unauthenticated users #1444
  • adjusted how static assets are served to better handle icon standards
  • fixed signup login #1444
  • update makefile linker flags to properly set version and sha #1474
  • better windows build support -- make setup and make dev work as long as git is installed on windows
  • added better first initilization detection
    • If filebrowser initialized and does not detect a database, a new warning message in server logs appears.
    • If theres no database on start, any admin user's first login will see a welcome message in the ui.
    • For docker, it defaults to ./data/database.db, but will also fallback to ./database.db without any additional configuration.

BugFixes:

  • Generating multiple HEIC previews in parallel fails #1470
  • ? in path not always encoded right #1447
  • fixed some condition that the halloween background doesn't load properly
  • some comments not showing up on config viewer in settings

New Contributors

Full Changelog: v1.0.0-beta...v1.0.1-beta

Don't miss a new filebrowser release

NewReleases is sending notifications on new releases.