Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update homebox to version 0.17.1 #2018

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homebox/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
APP_PORT: 7745

web:
image: ghcr.io/sysadminsmedia/homebox:0.15.2-rootless@sha256:ee0b4d807e330f2bae6e24aec1c3093dce06dab3b8f1434564f286cd07649d07
image: ghcr.io/sysadminsmedia/homebox:0.17.1-rootless@sha256:91a4082624b621cc850192b00b07af840dd3b1c2c454f151ec8bb5d506deae25
restart: on-failure
user: 1000:1000
environment:
Expand Down
16 changes: 13 additions & 3 deletions homebox/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: homebox
name: HomeBox
tagline: An inventory and organization system built for the home user
category: files
version: "0.15.2"
version: "0.17.1"
port: 7745
description: >-
Homebox is an inventory and organization system built for the home user! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs.
Expand All @@ -24,10 +24,20 @@ torOnly: false
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
Development of HomeBox has been taken over by SysAdmins Media, since the original developer is no longer maintaining the project.
More information can be found at https://github.com/sysadminsmedia/homebox
⚠️ Important security update that fixes vulnerabilities in go dependencies


This release includes several new features and fixes:

- Added offline mode support so you can use the app without internet
- Copy item links with one click
- Easily create and add labels to items
- Added different types of measurement units for labels
- Improved location sorting and display
- Items now show their labels in the details view
- Export files now include timestamps
- Various bug fixes and performance improvements, including better text wrapping and currency handling

Full release notes can be found at https://github.com/sysadminsmedia/homebox/releases
submitter: Xosten
submission: https://github.com/getumbrel/umbrel-apps/pull/501
Loading