Releases: sysadminsmedia/homebox
v0.15.2
Changes
- Fixes BS Javascript turning nulls into empty strings for unknown reasons for the
soldPrice
andpurchasePrice
before passing to the API causing save errors. We now explicitly set them to0
values if they are empty to prevent this weird behavior.
Full Changelog: v0.15.1...v0.15.2
v0.15.1
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
What's Changed
- show add photo button on mobile by @tonyaellie in #229
- Only accept common image formats during item creation (fix #165) by @mcarbonne in #227
- improve DatePicker usability following Modal overflow changes by @tonyaellie in #237
- fix: prevent submit modal when trying to create location with no name by @filp in #243
- docs: add Organizing Your Items page by @Gabrinator in #236
- fix: redirect back to locations list after deleting location by @filp in #240
- Implement maintenance view by @mcarbonne in #235
- cleanup: fix "task go:all" by @mcarbonne in #238
- feat: Fix, add, tweak various empty states across the app by @filp in #241
- Fix picture attachment modal (buttons cropped) by @mcarbonne in #239
- Feature: improve maintenance view with new actions by @mcarbonne in #246
- Add char counters to inputs by @tonyaellie in #234
- label generation tool prefills already allocated items by @strass in #137
- fix: #232 wrap text fields for from and to fields for sold and purchased by @tankerkiller125 in 9d3f3cf
- fix: #204 sets inline form inputs to use properties correctly, numbers now format correctly by @tankerkiller125 in da8cc19
- fix: #147 notifier now shows previous input value by @tankerkiller125 in a3d5485
- fix: #181 multiselect can now be cleared manually by @tankerkiller125 in 8656610
New Contributors
- @mcarbonne made their first contribution in #227
- @filp made their first contribution in #243
- @strass made their first contribution in #137
Translation Contributors
- @Jackxwb
- @101br03k
- @adamkleizer
- @thehijacker
- @Gurke080
- @Maxklos
- @stegl
- @filp
- @benchdoos
- @alexdelli
- @ZanardiZZ
- @ourcach
- @N0namenull
Full Changelog: v0.14.2...v0.15.0
v0.14.2
What's Changed
- add eslint-plugin-tailwindcss by @tonyaellie in #199
- feat: allow the hiding of the header by @tankerkiller125 in #202
- Fix Registration Disabled button in login page by @edward-shen in #203
- update links by @tonyaellie in #206
- refresh search on include archived change by @tonyaellie in #208
- feat: show item is archived in more places by @tonyaellie in #210
- Update Documentation: Quick Start by @Gabrinator in #221
- make ItemViewTable headers customisable by @tonyaellie in #212
- fix issue with Chinese not automatically translating properly
- Added option in profile to manually change language
New Contributors
- @edward-shen made their first contribution in #203
- @Gabrinator made their first contribution in #221
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- fixes regional localization not working properly @tankerkiller125
- additional languages
- styles on home page by @tonyaellie in #193
- improve creation modals by @tonyaellie in #196
- compare SearchFilter values on a unique field instead of by reference for finding unselected by @tonyaellie in #195
- improve multiselect by @tonyaellie in #197
- changeable items per table page by @tonyaellie in #185
New Contributors
- @tonyaellie made their first contribution in #193
Full Changelog: v0.14.0...v0.14.1
v0.14.0
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.
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
- Fix small typo in label discussion thread URL by @victorhooi in #149
- Document search tips, cleanup documentation by @blessedbiped in #152
- Fixes to the Tools page by @rpavlik in #154
- Adding i18n initial support by @tankerkiller125 in #155
- changed companyname and url to sysadminsmedia.com by @101br03k in #158
- [LANGUAGE UPDATE] Frontend translations for Italian and German by @lukasitaly in #170
- Adding email validator by @RomuloGatto in #178
- fix: CSV export not including item notes by @LarssonOliver in #180
- added the ability to add a photo in the item creation modal by @cjmielke in #173
New Contributors
- @victorhooi made their first contribution in #149
- @blessedbiped made their first contribution in #152
- @rpavlik made their first contribution in #154
- @lukasitaly made their first contribution in #170
- @RomuloGatto made their first contribution in #178
- @LarssonOliver made their first contribution in #180
- @cjmielke made their first contribution in #173
Translation Contributors
Please note, this list is based on Github Commits from Weblate, it may not be 100% accurate, or contain all contributors.
- @SKNTim (Chinese Traditional)
- @olsson82 (Chinese Traditional)
- @101br03k (Chinese Traditional, Swedish, French)
- @Jackxwb (Chinese Simplified)
- @SodaSyrup (Turkish)
- @N0namenull (Russian)
- @scyllaL (Russian)
- @Slydite4 (Spanish)
- @HydrelioxGitHub (French)
- @chevdor (French)
- @lukasitaly (Italian, German, French)
- @olsson82 (Swedish, German)
- @terenc3 (German)
Full Changelog: v0.13.0...v0.14.0
v0.13.0
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
- @eltociear made their first contribution in #106
- @github-actions made their first contribution in #133
- @PatrickDaG made their first contribution in #136
- @Rshep3087 made their first contribution in #141
Full Changelog: 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 #97
- Update Discord link to new by @katosdev in #98
- Update README by @katosdev in #101
- fix: Use subrouter for API and correctly handle 404 errors by @adamantike in #105
- fix(docker): fixes the health check wget by @tankerkiller125 in #104
New Contributors
- @101br03k made their first contribution in #97
- @adamantike made their first contribution in #105
Full Changelog: 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 #76
- feat(docs): i18n support added to docs by @tankerkiller125 in #69
- Add total pricing to Homebox locations by @katosdev in #42
- Move the link tooltip to the top to prevent overflows by @zebrapurring in #77
- Implement filter option for negated labels by @zebrapurring in #70
- Update currencies to include more currencies by @katosdev in #81
- Update README.md by @tankerkiller125 in #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 #87
- chore: General cleanup tasks by @tankerkiller125 in #88
- Add Dockerfile healthcheck by @katosdev in #78
- Rectify Docker build errors due to broken imports by @katosdev in #93
- fix(ci): remove linting temp, and always build on docker changes by @tankerkiller125 in #94
- Update WGET from Busybox to APK by @katosdev in #95
New Contributors
- @harrisony made their first contribution in #76
Full Changelog: 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 #25
- chore(deps): bump the npm_and_yarn group across 1 directory with 7 updates by @dependabot in #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 #26
- fix(ci): updates existing ci job to work with new docker publishing. by @tankerkiller125 in #30
- Typo fix by @phillprice in #28
- fix(ci): don't publish a new docker image on non-code changes by @tankerkiller125 in #31
- fix(frontend): stat card title by @tankerkiller125 in #41
- chore: add code of conduct by @tankerkiller125 in #29
- fix(ci): only run on code changes by @tankerkiller125 in #44
- Update README to amend Discord by @katosdev in #43
- chore(docs): update doc links by @tankerkiller125 in #46
- Revert links back to original repo by @grbray in #49
- fix(devcontainer): Update features to work correctly by @tankerkiller125 in #50
- fix(backend): assetID incorrectly made 32 bit by @tankerkiller125 in #61
- Moving to CSV for consistency with import/export by @icanc0 in #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 #65
- fix(ci): add version info to docker builds by @tankerkiller125 in #68
- fix(ci): broken CI/CD by @tankerkiller125 in #71
- Fix overflow caused by long URL tooltips by @zebrapurring in #73
New Contributors
- @dependabot made their first contribution in #21
- @phillprice made their first contribution in #28
- @grbray made their first contribution in #49
- @icanc0 made their first contribution in #54
- @zebrapurring made their first contribution in #73
Full Changelog: v0.11.0...v0.11.1