github sysadminsmedia/homebox v0.19.0

latest releases: v0.22.0-rc.2, v0.22.0-rc.1, v0.21.0...
7 months ago

Warning

This update brings several database changes, including the migration system, and the merging of two tables. We always recommend backing up your database before upgrades, but especially before this one.

Note

This update changes how attachments are stored. Previously the files where stored in a <parentpath>/<groupid>/<uuid>.<ext> format. This has been updated to <parentpath>/<groupid>/<filehash> old attachments are not affected by this change. This does mean that if you have a process or tool designed to work off file extensions they will no longer work, and you will have to do some database integration to find the correct files.

This change results in the deduplication of item attachments. So if you upload the same exact image for 30 items the file will only be stored one time in the actual file system. Previously, this would have resulted in 30 unique file names on the filesystem. Additionally, because of this change deleting an attachment from an item will only delete the backend file IF there are no other items using the file.

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0

Don't miss a new homebox release

NewReleases is sending notifications on new releases.