Changelog
v0.13.0
What’s Changed
- docs: update get-started.md by @eltociear in https://github.com/sysadminsmedia/homebox/pull/106
- Update location pricing to include quantity in calculation by @katosdev in https://github.com/sysadminsmedia/homebox/pull/123
- Create a Github Workflow to keep currencies in sync from API by @katosdev in https://github.com/sysadminsmedia/homebox/pull/129
- Update update_currencies.py to fix error handling by @katosdev in https://github.com/sysadminsmedia/homebox/pull/130
- Skip commit attempt if currencies already synced with API by @katosdev in https://github.com/sysadminsmedia/homebox/pull/131
- Force rebase on Update-currencies action by @katosdev in https://github.com/sysadminsmedia/homebox/pull/132
- Update currencies by @github-actions in https://github.com/sysadminsmedia/homebox/pull/133
- Add nmprc to automatically hoist dependencies by @PatrickDaG in https://github.com/sysadminsmedia/homebox/pull/136
- Add URL column to CSV export for items by @Rshep3087 in https://github.com/sysadminsmedia/homebox/pull/141
- Enable Sorting on Search By Created and Updated At by @Rshep3087 in https://github.com/sysadminsmedia/homebox/pull/140
- Update currencies by @github-actions in https://github.com/sysadminsmedia/homebox/pull/143
- Splitting dependencies into separate docker layers (better caching) by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/142
- chore: update openapi documentation by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/148
New Contributors
- @eltociear made their first contribution in https://github.com/sysadminsmedia/homebox/pull/106
- @github-actions made their first contribution in https://github.com/sysadminsmedia/homebox/pull/133
- @PatrickDaG made their first contribution in https://github.com/sysadminsmedia/homebox/pull/136
- @Rshep3087 made their first contribution in https://github.com/sysadminsmedia/homebox/pull/141
Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.12.1…v0.13.0
v0.12.1
This release primary fixes the health endpoint not functioning correctly (sorry about that), and a couple other minor tweaks and simplifications.
What’s Changed
- set documentation url to homebox.sysadminmedia.com by @101br03k in https://github.com/sysadminsmedia/homebox/pull/97
- Update Discord link to new by @katosdev in https://github.com/sysadminsmedia/homebox/pull/98
- Update README by @katosdev in https://github.com/sysadminsmedia/homebox/pull/101
- fix: Use subrouter for API and correctly handle 404 errors by @adamantike in https://github.com/sysadminsmedia/homebox/pull/105
- fix(docker): fixes the health check wget by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/104
New Contributors
- @101br03k made their first contribution in https://github.com/sysadminsmedia/homebox/pull/97
- @adamantike made their first contribution in https://github.com/sysadminsmedia/homebox/pull/105
Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.12.0…v0.12.1
v0.12.0
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
- Handle redirect to correct page after login by @harrisony in https://github.com/sysadminsmedia/homebox/pull/76
- feat(docs): i18n support added to docs by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/69
- Add total pricing to Homebox locations by @katosdev in https://github.com/sysadminsmedia/homebox/pull/42
- Move the link tooltip to the top to prevent overflows by @zebrapurring in https://github.com/sysadminsmedia/homebox/pull/77
- Implement filter option for negated labels by @zebrapurring in https://github.com/sysadminsmedia/homebox/pull/70
- Update currencies to include more currencies by @katosdev in https://github.com/sysadminsmedia/homebox/pull/81
- Update README.md by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/83
- chore(deps): bump github.com/gorilla/schema from 1.2.1 to 1.4.1 in /backend in the go_modules group across 1 directory by @dependabot in https://github.com/sysadminsmedia/homebox/pull/87
- chore: General cleanup tasks by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/88
- Add Dockerfile healthcheck by @katosdev in https://github.com/sysadminsmedia/homebox/pull/78
- Rectify Docker build errors due to broken imports by @katosdev in https://github.com/sysadminsmedia/homebox/pull/93
- fix(ci): remove linting temp, and always build on docker changes by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/94
- Update WGET from Busybox to APK by @katosdev in https://github.com/sysadminsmedia/homebox/pull/95
New Contributors
- @harrisony made their first contribution in https://github.com/sysadminsmedia/homebox/pull/76
Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.11.1…v0.12.0
v0.11.1
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
- feat(docs): add sitemap to docs by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/25
- chore(deps): bump the npm_and_yarn group across 1 directory with 7 updates by @dependabot in https://github.com/sysadminsmedia/homebox/pull/21
- chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /backend in the go_modules group across 1 directory by @dependabot in https://github.com/sysadminsmedia/homebox/pull/26
- fix(ci): updates existing ci job to work with new docker publishing. by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/30
- Typo fix by @phillprice in https://github.com/sysadminsmedia/homebox/pull/28
- fix(ci): don’t publish a new docker image on non-code changes by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/31
- fix(frontend): stat card title by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/41
- chore: add code of conduct by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/29
- fix(ci): only run on code changes by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/44
- Update README to amend Discord by @katosdev in https://github.com/sysadminsmedia/homebox/pull/43
- chore(docs): update doc links by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/46
- Revert links back to original repo by @grbray in https://github.com/sysadminsmedia/homebox/pull/49
- fix(devcontainer): Update features to work correctly by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/50
- fix(backend): assetID incorrectly made 32 bit by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/61
- Moving to CSV for consistency with import/export by @icanc0 in https://github.com/sysadminsmedia/homebox/pull/54
- chore(deps): bump golang.org/x/image from 0.14.0 to 0.18.0 in /backend in the go_modules group across 1 directory by @dependabot in https://github.com/sysadminsmedia/homebox/pull/65
- fix(ci): add version info to docker builds by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/68
- fix(ci): broken CI/CD by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/71
- Fix overflow caused by long URL tooltips by @zebrapurring in https://github.com/sysadminsmedia/homebox/pull/73
New Contributors
- @dependabot made their first contribution in https://github.com/sysadminsmedia/homebox/pull/21
- @phillprice made their first contribution in https://github.com/sysadminsmedia/homebox/pull/28
- @grbray made their first contribution in https://github.com/sysadminsmedia/homebox/pull/49
- @icanc0 made their first contribution in https://github.com/sysadminsmedia/homebox/pull/54
- @zebrapurring made their first contribution in https://github.com/sysadminsmedia/homebox/pull/73
Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.11.0…v0.11.1
v0.11.0
What’s Changed
- fix: CSV has wrong file extension by @katosdev in https://github.com/sysadminsmedia/homebox/pull/19
- ci: update cd/cd build processes for docker by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/22
- Docs switched to vitepress and published
- Namespace updates to
github.com/sysadminsmedia/homebox - Any changes made prior to the takeover (there appear to be a few minor ones)
Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.9.2…v0.11.0