Skip to content

Releases: Shelf-nu/shelf.nu

v1.1.1

24 Jul 11:12
ccb9107
Compare
Choose a tag to compare

What's Changed

  • Improvement in table cells of assets index page on small screens by @hunar1312 in #248

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.1.1

v1.1.0 - Tags and Locations

24 Jul 10:46
Compare
Choose a tag to compare

Features

  • Added Locations functionality which allows you to create and manage your asset locations and assign assets to them.
  • Added Tags functionality which allows you to easier group and organize your assets. Tags can also be used for filtering the asset index.
  • Numerous minor tweaks and updates to the UI
  • Added some e2e tests and replaced Cypress with Playright
  • Solved a few minor bugs

What's Changed

v1.0.0 - Initial release

24 Jul 10:08
b7dae09
Compare
Choose a tag to compare

This is the initial release of Shelf.

Features

  • Authentication powered by supabase
  • Asset management - create, edit and delete assets
  • Assets overview with category filter and asset search
  • Automatically generated QR codes for each asset with option to print them in 4 different sizes
  • QR code scanning - scanning a QR code will result in different behavior based on some different factors
    • Logged in owners of the asset will be led to the asset page
    • Non-logged in users will be prompted to either login or report that they found the asset
    • Orphaned(QR codes without an asset attached to them) can be linked to a new asset by their owner
  • Categories - create and assign categories to assets
  • User profile and settings - basic user settings such as setting your personal details

What's Changed

New Contributors