Changelog
Version v0.18.0
[!IMPORTANT]
This update contains some changes to config values. If you customized theHBOX_STORAGE_SQLITE_URLplease make sure to read the upgrade guide. Additionally, please note that for those wanting to switch to Postgres we currently do not have a migration tool to move from SQLite to Postgres.
[!TIP]
Known Issues
Due to the transition to ShadCN this release has a few known bugs we are still working out. This includes on mobile the sidebar being closed when a pup up is open. Video of this
Additionally, some odd flickering on major browser window resizing.
Finally, the new label maker does not support some languages (Chinese, Korean, Japanese known), due to a Go font limitation. We’re looking into possible resolutions to this.
What’s Changed
- Fix problem of broken navigation text in Chinese and set the correct value of html lang by @gucheen in https://github.com/sysadminsmedia/homebox/pull/456
- Added keyboard accessible shortcut menu for create modals by @Blackshadow8910 in https://github.com/sysadminsmedia/homebox/pull/457
- Add link to release page by @webysther in https://github.com/sysadminsmedia/homebox/pull/471
- Fix lazy loading of item images not working by @EdWorth120 in https://github.com/sysadminsmedia/homebox/pull/486
- Fix flash of wrong theme on initial UI load by @FjellOverflow in https://github.com/sysadminsmedia/homebox/pull/485
- Creation modal quality of life changes by @Blackshadow8910 in https://github.com/sysadminsmedia/homebox/pull/467
- feat: add search filter for items with no photo by @zebrapurring in https://github.com/sysadminsmedia/homebox/pull/383
- Begin switching from daisyui to shadcnui by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/492
- Fix the problem of the fixed height in the background of the location badge in the item cards by @EdWorth120 in https://github.com/sysadminsmedia/homebox/pull/479
- Fix file upload size env in installation.md by @zawnk in https://github.com/sysadminsmedia/homebox/pull/514
- add label generation api by @jake-walker in https://github.com/sysadminsmedia/homebox/pull/498
- Fix labelmaker font size mixed up by @fidoriel in https://github.com/sysadminsmedia/homebox/pull/521
- Fix labelmaker wrong defaults in docs by @fidoriel in https://github.com/sysadminsmedia/homebox/pull/520
- Additional information on label, dynamic label layouting by @fidoriel in https://github.com/sysadminsmedia/homebox/pull/522
- Fix screen large items by @webysther in https://github.com/sysadminsmedia/homebox/pull/472
- Bump koa from 2.15.3 to 2.15.4 in /frontend in the npm_and_yarn group across 1 directory by @dependabot in https://github.com/sysadminsmedia/homebox/pull/524
- Add additional documentation for Notifiers by @kylehakala in https://github.com/sysadminsmedia/homebox/pull/530
- Fix #317 by @thevortexcloud in https://github.com/sysadminsmedia/homebox/pull/528
- Change the width of the items quantity badge to not be fixed by @EdWorth120 in https://github.com/sysadminsmedia/homebox/pull/525
- Merge VNEXT into Main by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/464 (PostgreSQL Support!)
New Contributors
- @gucheen made their first contribution in https://github.com/sysadminsmedia/homebox/pull/456
- @Blackshadow8910 made their first contribution in https://github.com/sysadminsmedia/homebox/pull/457
- @webysther made their first contribution in https://github.com/sysadminsmedia/homebox/pull/471
- @FjellOverflow made their first contribution in https://github.com/sysadminsmedia/homebox/pull/485
- @zawnk made their first contribution in https://github.com/sysadminsmedia/homebox/pull/514
- @jake-walker made their first contribution in https://github.com/sysadminsmedia/homebox/pull/498
- @fidoriel made their first contribution in https://github.com/sysadminsmedia/homebox/pull/521
- @kylehakala made their first contribution in https://github.com/sysadminsmedia/homebox/pull/530
- @thevortexcloud made their first contribution in https://github.com/sysadminsmedia/homebox/pull/528
Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.17.2…v0.18.0