Skip to content

v0.8.0

Compare
Choose a tag to compare
@hay-kot hay-kot released this 14 Feb 03:56
· 284 commits to main since this release
44f13f7

Features

New Tree View

New Tree View based on locations! It's in it's early state and now only supports browing. In future releases we're looking at adding:

  • Drag and Drop to move Items/Locations
  • Delete Item/Location
  • ?? What Ideas do you have?

image

QR Code Label Generator

Best explained on the demo page! https://homebox.fly.dev/reports/label-generator

image

New Bill of Materials Report

Export a summary of your inventory with basic information. More report types coming soon, including Import file compatible exports!

image

Enhanced Search Functions

Previous search filters would not correctly apply filters to results. Search filters have been updated to use a more natural query result where Locations, Labels, and/Or Field/Value must all be matched in order for results to be returned. For example the query:

  • Locations: Home, Garage
  • Labels: IOT, Electronics

Would return items that contain the Home or Garage Location AND the have the IOT or Electronics labels.

Updated User Interface

image

Custom Field/Value now Filterable

image

Selectable Card/Table view for Items

image

All Changes

  • fix(deps): update module github.com/rs/zerolog to v1.29.0 by @renovate in #247
  • fix(deps): update module github.com/swaggo/swag to v1.8.10 by @renovate in #246
  • chore(deps): update dependency nuxt to v3.1.1 by @renovate in #245
  • Adding new currency by @Serios in #243
  • chore(deps): update dependency vitest to ^0.28.0 by @renovate in #244
  • feat: locations tree viewer by @hay-kot in #248
  • upgrade deps + code-gen by @hay-kot in #249
  • feat: use native date picker + align date formats by @hay-kot in #251
  • fix: tree fixes by @hay-kot in #252
  • feat: enhanced search functions by @hay-kot in #260
  • fix: prevents re-creating locations and labels when someone joins group by @hay-kot in #262
  • feat: toggle view of password field by @hay-kot in #263
  • feat: implement selectable view + sortable table by @hay-kot in #264
  • fix: add custom action for fixing broken date/times by @hay-kot in #268
  • feat/fix: search location selectors by @hay-kot in #269
  • init tools page by @hay-kot in #271
  • fix(deps): update module golang.org/x/crypto to v0.6.0 by @renovate in #267
  • fix(deps): update module github.com/go-playground/validator/v10 to v10.11.2 by @renovate in #253
  • feat: mvp for label generation/printing by @hay-kot in #274
  • feat(reporting): bill of materials by @hay-kot in #275
  • refactor: editor page by @hay-kot in #276

New Contributors

Full Changelog: v0.7.0...v0.8.0