Changelog
Version v0.21.0
New Features
- Add product fetching using barcodes by @crumbowl in https://github.com/sysadminsmedia/homebox/pull/818
- Support listening on unix sockets and systemd sockets by @balki in https://github.com/sysadminsmedia/homebox/pull/878
- feat: Add plugin to set image sizes in Markdown by @adamantike in https://github.com/sysadminsmedia/homebox/pull/901
- Add support for postgres certificate authentication by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/897
- Create hardened docker image by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/955
[!NOTE] Our new
-hardenedsuffixed docker images are experimental, and may have bugs not normally encountered in other docker builds.
Major Bug Fixes
- Use aspect ratio when making thumbnails by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/857
- Fix Windows Paths by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/917
- Fix photo display issue when adding additional attachments to items
What’s Changed
- Fix HBOX_LOG_LEVEL environment variable being ignored due to backwards logic
- Add migration for old sqlite timestamps by @mcarbonne in https://github.com/sysadminsmedia/homebox/pull/869
- Allow github actions on forks by @mcarbonne in https://github.com/sysadminsmedia/homebox/pull/870
- Fix warranty section visibility when lifetime warranty is enabled
- Fix frontend duplicate tag creation in Label Selector
- Pass label param to print command template by @alhafoudh in https://github.com/sysadminsmedia/homebox/pull/886
- Fix GitHub Actions Docker workflow syntax errors for secrets access
- fix(frontend/scanner): close scanner modal after successful QR code scan by @Ahmosys in https://github.com/sysadminsmedia/homebox/pull/889
- fix(frontend/location): preserve parent location when using “Create and Add another” by @Ahmosys in https://github.com/sysadminsmedia/homebox/pull/879
- Fix nil pointer dereference panic in thumbnail subscription during shutdown
- Make search accent-insensitive by @mattogodoy in https://github.com/sysadminsmedia/homebox/pull/887
- Daily Analytics by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/896
- Fix Windows build and re-apply unix socket support by @balki in https://github.com/sysadminsmedia/homebox/pull/906
- Add external label service support to label maker by @alhafoudh in https://github.com/sysadminsmedia/homebox/pull/913
- Fix accent-insensitive search for Postgres databases by @mattogodoy in https://github.com/sysadminsmedia/homebox/pull/932
- fix: Allow up to 1000 characters for label description by @adamantike in https://github.com/sysadminsmedia/homebox/pull/948
- Change content disposition to inline to fix attachments by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/950
- Fix label name length by @natilou in https://github.com/sysadminsmedia/homebox/pull/822
- feat: improved duplicate by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/927
- fix: Remove log.Fatal in favor of returning errors by @adamantike in https://github.com/sysadminsmedia/homebox/pull/953
- improve dialogs, option to open image dialog in edit then delete by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/951
New Contributors
- @alhafoudh made their first contribution in https://github.com/sysadminsmedia/homebox/pull/886
- @Ahmosys made their first contribution in https://github.com/sysadminsmedia/homebox/pull/889
- @balki made their first contribution in https://github.com/sysadminsmedia/homebox/pull/878
- @mattogodoy made their first contribution in https://github.com/sysadminsmedia/homebox/pull/887
- @natilou made their first contribution in https://github.com/sysadminsmedia/homebox/pull/822
Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.20.2…v0.21.0