Skip to content

Releases: sysadminsmedia/homebox

v0.15.2

05 Oct 19:47
Compare
Choose a tag to compare

Changes

  • Fixes BS Javascript turning nulls into empty strings for unknown reasons for the soldPrice and purchasePrice before passing to the API causing save errors. We now explicitly set them to 0 values if they are empty to prevent this weird behavior.

Full Changelog: v0.15.1...v0.15.2

v0.15.1

05 Oct 17:46
Compare
Choose a tag to compare

Changes

  • Fixes issue with soldPrice and purchasePrice being strings still when they should now be proper numbers.
  • Updates ente data files to the latest possible

Breaking Changes

  • Anyone using the API directly needs to use proper JSON floats instead of strings when sending item updates to the API.

Full Changelog: v0.15.0...v0.15.1

v0.15.0

04 Oct 20:17
f386d12
Compare
Choose a tag to compare

What's Changed

New Contributors

Translation Contributors

Full Changelog: v0.14.2...v0.15.0

v0.14.2

14 Sep 16:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.14.2

v0.14.1

06 Sep 00:18
25c7652
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

04 Sep 23:49
Compare
Choose a tag to compare

Note

We are aware of some users having issues with the v0.12.0 -> v0.13.0 update on docker specifically, we have so far been unable to replicate the issue and as such this version does not contain a patch for it. We want to reassure you though that we are committed to getting to the bottom of that issue and fixing it, whether that be a patch release, or something that goes in a fuller release.

Homebox Goes International (Languages)

This update contains many fixes, and small resolutions, but it also contains a HUGE update in terms of making Homebox more accessible to international users. We've finally added i18n support to Homebox, allowing users to use Homebox in their own language. It's still early days, we've translated the majority of the main pages, and we continue working on it.

To use translations, simply open Homebox, it's really that simple, it will use whatever the default language setting your browser is set to use. And fallback to English if your preferred language isn't yet available. If your language isn't yet available, please consider contributing. For those that have already contributed, both those named, and those that don't have your GitHub linked in Weblate (and thus don't appear in commit messages to mention) thank you so much, we couldn't possible translate Homebox into so many languages ourselves.

Translation status

Additionally, we purchased the https://homebox.software domain to give Homebox a home of it's own on the internet. Which should not only make it more findable for SEO reasons, but also make it easier to remember the link to the documentation/home page. Additionally, we setup some sub-domains to redirect to various sites such as https://git.homebox.software for Github, https://discord.homebox.software to go to our Discord server, etc.

What's Changed

New Contributors

Translation Contributors

Please note, this list is based on Github Commits from Weblate, it may not be 100% accurate, or contain all contributors.

Full Changelog: v0.13.0...v0.14.0

v0.13.0

27 Jul 14:37
e051352
Compare
Choose a tag to compare

What's Changed

  • docs: update get-started.md by @eltociear in #106
  • Update location pricing to include quantity in calculation by @katosdev in #123
  • Create a Github Workflow to keep currencies in sync from API by @katosdev in #129
  • Update update_currencies.py to fix error handling by @katosdev in #130
  • Skip commit attempt if currencies already synced with API by @katosdev in #131
  • Force rebase on Update-currencies action by @katosdev in #132
  • Update currencies by @github-actions in #133
  • Add nmprc to automatically hoist dependencies by @PatrickDaG in #136
  • Add URL column to CSV export for items by @Rshep3087 in #141
  • Enable Sorting on Search By Created and Updated At by @Rshep3087 in #140
  • Update currencies by @github-actions in #143
  • Splitting dependencies into separate docker layers (better caching) by @tankerkiller125 in #142
  • chore: update openapi documentation by @tankerkiller125 in #148

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

08 Jul 15:49
ab34791
Compare
Choose a tag to compare

This release primary fixes the health endpoint not functioning correctly (sorry about that), and a couple other minor tweaks and simplifications.

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

07 Jul 17:04
af1ab9d
Compare
Choose a tag to compare

Overview

This release introduces numerous bug fixes and UI improvements, but also introduces new functionality such as total pricing on locations, introduction of more currencies, Docker healthcheck and more.

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1

28 Jun 18:51
fff0f43
Compare
Choose a tag to compare

Overview

This release is all bug fixes and general dependency updates and some things on the backend.

One notable change is a complete migration to CSV for exports.

Commits and PRs

New Contributors

Full Changelog: v0.11.0...v0.11.1