Logo
Explore Help
Register Sign In
sysadminsmedia/homebox
1
0
Fork 0
You've already forked homebox
mirror of https://github.com/sysadminsmedia/homebox.git synced 2026-02-03 18:10:41 -06:00
Code Issues Packages Projects Releases 21 Wiki Activity

21 Releases 48 Tags

RSS Feed
  • v0.15.2 c6158e7c9e

    v0.15.2 Stable

    giteasync released this 2024-10-05 14:38:31 -05:00 | 1195 commits to main since this release

    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: https://github.com/sysadminsmedia/homebox/compare/v0.15.1...v0.15.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      14 MiB
    • homebox_Darwin_x86_64.tar.gz
      15 MiB
    • homebox_Linux_arm64.tar.gz
      14 MiB
    • homebox_Linux_armv6.tar.gz
      14 MiB
    • homebox_Linux_i386.tar.gz
      14 MiB
    • homebox_Linux_x86_64.tar.gz
      14 MiB
    • homebox_Windows_arm64.zip
      14 MiB
    • homebox_Windows_x86_64.zip
      15 MiB
  • v0.15.1 5d3698d0d8

    v0.15.1 Stable

    giteasync released this 2024-10-05 12:31:28 -05:00 | 1196 commits to main since this release

    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: https://github.com/sysadminsmedia/homebox/compare/v0.15.0...v0.15.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      14 MiB
    • homebox_Darwin_x86_64.tar.gz
      14 MiB
    • homebox_Linux_arm64.tar.gz
      13 MiB
    • homebox_Linux_armv6.tar.gz
      14 MiB
    • homebox_Linux_i386.tar.gz
      14 MiB
    • homebox_Linux_x86_64.tar.gz
      14 MiB
    • homebox_Windows_arm64.zip
      14 MiB
    • homebox_Windows_x86_64.zip
      14 MiB
  • v0.15.0 f386d1213f

    v0.15.0 Stable

    giteasync released this 2024-10-04 15:08:20 -05:00 | 1209 commits to main since this release

    What's Changed

    • show add photo button on mobile by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/229
    • Only accept common image formats during item creation (fix #165) by @mcarbonne in https://github.com/sysadminsmedia/homebox/pull/227
    • improve DatePicker usability following Modal overflow changes by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/237
    • fix: prevent submit modal when trying to create location with no name by @filp in https://github.com/sysadminsmedia/homebox/pull/243
    • docs: add Organizing Your Items page by @Gabrinator in https://github.com/sysadminsmedia/homebox/pull/236
    • fix: redirect back to locations list after deleting location by @filp in https://github.com/sysadminsmedia/homebox/pull/240
    • Implement maintenance view by @mcarbonne in https://github.com/sysadminsmedia/homebox/pull/235
    • cleanup: fix "task go:all" by @mcarbonne in https://github.com/sysadminsmedia/homebox/pull/238
    • feat: Fix, add, tweak various empty states across the app by @filp in https://github.com/sysadminsmedia/homebox/pull/241
    • Fix picture attachment modal (buttons cropped) by @mcarbonne in https://github.com/sysadminsmedia/homebox/pull/239
    • Feature: improve maintenance view with new actions by @mcarbonne in https://github.com/sysadminsmedia/homebox/pull/246
    • Add char counters to inputs by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/234
    • label generation tool prefills already allocated items by @strass in https://github.com/sysadminsmedia/homebox/pull/137
    • fix: #232 wrap text fields for from and to fields for sold and purchased by @tankerkiller125 in 9d3f3cf1da
    • fix: #204 sets inline form inputs to use properties correctly, numbers now format correctly by @tankerkiller125 in da8cc19838
    • fix: #147 notifier now shows previous input value by @tankerkiller125 in a3d5485c1d
    • fix: #181 multiselect can now be cleared manually by @tankerkiller125 in 865661097c

    New Contributors

    • @mcarbonne made their first contribution in https://github.com/sysadminsmedia/homebox/pull/227
    • @filp made their first contribution in https://github.com/sysadminsmedia/homebox/pull/243
    • @strass made their first contribution in https://github.com/sysadminsmedia/homebox/pull/137

    Translation Contributors

    • @Jackxwb
    • @101br03k
    • @adamkleizer
    • @thehijacker
    • @Gurke080
    • @Maxklos
    • @stegl
    • @filp
    • @benchdoos
    • @alexdelli
    • @ZanardiZZ
    • @ourcach
    • @N0namenull

    Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.14.2...v0.15.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      14 MiB
    • homebox_Darwin_x86_64.tar.gz
      14 MiB
    • homebox_Linux_arm64.tar.gz
      13 MiB
    • homebox_Linux_armv6.tar.gz
      14 MiB
    • homebox_Linux_i386.tar.gz
      14 MiB
    • homebox_Linux_x86_64.tar.gz
      14 MiB
    • homebox_Windows_arm64.zip
      14 MiB
    • homebox_Windows_x86_64.zip
      14 MiB
  • v0.14.2 214b16a26e

    v0.14.2 Stable

    giteasync released this 2024-09-14 09:24:07 -05:00 | 1325 commits to main since this release

    What's Changed

    • add eslint-plugin-tailwindcss by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/199
    • feat: allow the hiding of the header by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/202
    • Fix Registration Disabled button in login page by @edward-shen in https://github.com/sysadminsmedia/homebox/pull/203
    • update links by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/206
    • refresh search on include archived change by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/208
    • feat: show item is archived in more places by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/210
    • Update Documentation: Quick Start by @Gabrinator in https://github.com/sysadminsmedia/homebox/pull/221
    • make ItemViewTable headers customisable by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/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 https://github.com/sysadminsmedia/homebox/pull/203
    • @Gabrinator made their first contribution in https://github.com/sysadminsmedia/homebox/pull/221

    Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.14.1...v0.14.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      14 MiB
    • homebox_Darwin_x86_64.tar.gz
      14 MiB
    • homebox_Linux_arm64.tar.gz
      13 MiB
    • homebox_Linux_armv6.tar.gz
      13 MiB
    • homebox_Linux_i386.tar.gz
      13 MiB
    • homebox_Linux_x86_64.tar.gz
      14 MiB
    • homebox_Windows_arm64.zip
      13 MiB
    • homebox_Windows_x86_64.zip
      14 MiB
  • v0.14.1 25c76522d6

    v0.14.1 Stable

    giteasync released this 2024-09-05 18:57:12 -05:00 | 1359 commits to main since this release

    What's Changed

    • fixes regional localization not working properly @tankerkiller125
    • additional languages
    • styles on home page by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/193
    • improve creation modals by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/196
    • compare SearchFilter values on a unique field instead of by reference for finding unselected by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/195
    • improve multiselect by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/197
    • changeable items per table page by @tonyaellie in https://github.com/sysadminsmedia/homebox/pull/185

    New Contributors

    • @tonyaellie made their first contribution in https://github.com/sysadminsmedia/homebox/pull/193

    Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.14.0...v0.14.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      13 MiB
    • homebox_Darwin_x86_64.tar.gz
      14 MiB
    • homebox_Linux_arm64.tar.gz
      13 MiB
    • homebox_Linux_armv6.tar.gz
      13 MiB
    • homebox_Linux_i386.tar.gz
      13 MiB
    • homebox_Linux_x86_64.tar.gz
      14 MiB
    • homebox_Windows_arm64.zip
      13 MiB
    • homebox_Windows_x86_64.zip
      14 MiB
  • v0.14.0 02c0453ff3

    v0.14.0 Stable

    giteasync released this 2024-09-04 13:48:34 -05:00 | 1372 commits to main since this release

    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

    • Fix small typo in label discussion thread URL by @victorhooi in https://github.com/sysadminsmedia/homebox/pull/149
    • Document search tips, cleanup documentation by @blessedbiped in https://github.com/sysadminsmedia/homebox/pull/152
    • Fixes to the Tools page by @rpavlik in https://github.com/sysadminsmedia/homebox/pull/154
    • Adding i18n initial support by @tankerkiller125 in https://github.com/sysadminsmedia/homebox/pull/155
    • changed companyname and url to sysadminsmedia.com by @101br03k in https://github.com/sysadminsmedia/homebox/pull/158
    • [LANGUAGE UPDATE] Frontend translations for Italian and German by @lukasitaly in https://github.com/sysadminsmedia/homebox/pull/170
    • Adding email validator by @RomuloGatto in https://github.com/sysadminsmedia/homebox/pull/178
    • fix: CSV export not including item notes by @LarssonOliver in https://github.com/sysadminsmedia/homebox/pull/180
    • added the ability to add a photo in the item creation modal by @cjmielke in https://github.com/sysadminsmedia/homebox/pull/173

    New Contributors

    • @victorhooi made their first contribution in https://github.com/sysadminsmedia/homebox/pull/149
    • @blessedbiped made their first contribution in https://github.com/sysadminsmedia/homebox/pull/152
    • @rpavlik made their first contribution in https://github.com/sysadminsmedia/homebox/pull/154
    • @lukasitaly made their first contribution in https://github.com/sysadminsmedia/homebox/pull/170
    • @RomuloGatto made their first contribution in https://github.com/sysadminsmedia/homebox/pull/178
    • @LarssonOliver made their first contribution in https://github.com/sysadminsmedia/homebox/pull/180
    • @cjmielke made their first contribution in https://github.com/sysadminsmedia/homebox/pull/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: https://github.com/sysadminsmedia/homebox/compare/v0.13.0...v0.14.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      13 MiB
    • homebox_Darwin_x86_64.tar.gz
      14 MiB
    • homebox_Linux_arm64.tar.gz
      13 MiB
    • homebox_Linux_armv6.tar.gz
      13 MiB
    • homebox_Linux_i386.tar.gz
      13 MiB
    • homebox_Linux_x86_64.tar.gz
      14 MiB
    • homebox_Windows_arm64.zip
      13 MiB
    • homebox_Windows_x86_64.zip
      14 MiB
  • v0.13.0 e051352070

    v0.13.0 Stable

    giteasync released this 2024-07-27 08:10:47 -05:00 | 1461 commits to main since this release

    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

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      12 MiB
    • homebox_Darwin_x86_64.tar.gz
      13 MiB
    • homebox_Linux_arm64.tar.gz
      12 MiB
    • homebox_Linux_armv6.tar.gz
      12 MiB
    • homebox_Linux_i386.tar.gz
      12 MiB
    • homebox_Linux_x86_64.tar.gz
      13 MiB
    • homebox_Windows_arm64.zip
      12 MiB
    • homebox_Windows_x86_64.zip
      13 MiB
  • v0.12.1 ab34791737

    v0.12.1 Stable

    giteasync released this 2024-07-08 10:48:46 -05:00 | 1485 commits to main since this release

    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

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      12 MiB
    • homebox_Darwin_x86_64.tar.gz
      13 MiB
    • homebox_Linux_arm64.tar.gz
      12 MiB
    • homebox_Linux_armv6.tar.gz
      12 MiB
    • homebox_Linux_i386.tar.gz
      12 MiB
    • homebox_Linux_x86_64.tar.gz
      13 MiB
    • homebox_Windows_arm64.zip
      12 MiB
    • homebox_Windows_x86_64.zip
      13 MiB
  • v0.12.0 af1ab9d1af

    v0.12.0 Stable

    giteasync released this 2024-07-07 11:40:53 -05:00 | 1495 commits to main since this release

    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

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      12 MiB
    • homebox_Darwin_x86_64.tar.gz
      13 MiB
    • homebox_Linux_arm64.tar.gz
      12 MiB
    • homebox_Linux_armv6.tar.gz
      12 MiB
    • homebox_Linux_i386.tar.gz
      12 MiB
    • homebox_Linux_x86_64.tar.gz
      13 MiB
    • homebox_Windows_arm64.zip
      12 MiB
    • homebox_Windows_x86_64.zip
      13 MiB
  • v0.11.1 fff0f4344c

    v0.11.1 Stable

    giteasync released this 2024-06-28 13:27:02 -05:00 | 1542 commits to main since this release

    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

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • checksums.txt
      927 B
    • homebox_Darwin_arm64.tar.gz
      12 MiB
    • homebox_Darwin_x86_64.tar.gz
      13 MiB
    • homebox_Linux_arm64.tar.gz
      12 MiB
    • homebox_Linux_armv6.tar.gz
      12 MiB
    • homebox_Linux_i386.tar.gz
      12 MiB
    • homebox_Linux_x86_64.tar.gz
      13 MiB
    • homebox_Windows_arm64.zip
      12 MiB
    • homebox_Windows_x86_64.zip
      13 MiB
First Previous 1 2 3 Next Last
Powered by Gitea Version: 1.23.7 Page: 576ms Template: 32ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API