Skip to content

All versions since v0.22.2

v0.22.2

What’s Changed

  • Fixed nullable password migration sometimes flipping the role and superuser columns resulting in users being unable to login.
  • Implemented a migration that should fix the flip-flop for users impacted by the previous broken migration.

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.22.1…v0.22.2

v0.22.3

What’s New

  • Fix notifiers getting wiped on upgrade

(If you’ve been impacted by this bug, restore from backup, and then upgrade to v0.22.3)

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.22.2…v0.22.3

v0.23.0-rc.1

What’s Changed

New Contributors

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.22.3…v0.23.0-rc.1

v0.23.0

[!CAUTION] You can not revert back to a previous version of Homebox after upgrading to this release due to SQL > schema changes. Always ensure that you have functioning backups before upgrading.

Big New Changes

Removal of 32-bit Support

Starting with this release, Homebox is no longer available in 32bit forms, this include ARMv7 and older, and x86 processors.

Collections

Users can now be part of multiple collections; each collection is entirely separate and unique. This gives users more flexibility than ever when managing inventories, especially across different homes or shared spaces.

User Management

Along with collections, we’ve added some basic user management capabilities for collections. This is not yet full blown “Super User” type management, but it does make things a little bit easier.

Authentication Rate Limiting

We’ve also introduced a new rate limiting middleware for authentication requests, helping to further secure Homebox against brute force attacks.

Better Memory Management

Attachment uploads now use less memory thanks to improved optimizations in handling. Additionally, CSV imports no longer read the entire file just to determine a delimitator (which caused both memory and performance issues)

MQTT Client Now Available in Docker Containers

The MQTT client is now available in the regular and rootless docker containers, Hardened docker containers do not have the MQTT client due to the distroless nature of that container image.

What’s Changed

New Contributors

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.22.3…v0.23.0

v0.23.1

Changes

  • Fixes attachments not appearing
  • Fixes QR Codes missing URL portion
  • Fixes Tag Dropdown not closing
  • Fixes version link in bottom of page

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.23.0…v0.23.1

v0.24.0

[!IMPORTANT] This release includes 3 security vulnerability patches. These include issues with CVE scores ranging from 4.6 to 7.4 scores.

Thank you to @G3XAR and @djnnvx for their responsible disclosures of these issues.

What’s Changed

New Contributors

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.23.1…v0.24.0

v0.24.1

What’s Changed

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.24.0…v0.24.1

v0.24.2 Latest

  • Actually fixes the item page crash (multiple validated reports and tests)

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.24.1…v0.24.2