Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Releases: pvdthings/librarian_app

v1.0 Beta 14

08 Mar 21:02
cf28051
Compare
Choose a tag to compare
v1.0 Beta 14 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta-13...v1.0.0-beta-14

v1.0 Beta 13

07 Feb 02:16
2f34174
Compare
Choose a tag to compare
v1.0 Beta 13 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta-12...v1.0.0-beta-13

v1.0 Beta 12

05 Dec 17:46
0305cea
Compare
Choose a tag to compare
v1.0 Beta 12 Pre-release
Pre-release

Changes

  • Thing and item details are now editable.
  • Hiding a thing shows all associated items as hidden and are not available from loan checkout.
  • Cash payments are now accessed from a 'Fix' button.
  • Borrower data is refreshed when opening a new loan to reduce the likelihood of stale data.
  • A bug preventing borrower search during loan checkout was fixed.
  • Other small bug fixes and improvements.

v1.0 Beta 11

06 Nov 22:01
df65408
Compare
Choose a tag to compare
v1.0 Beta 11 Pre-release
Pre-release

Changes

  • More enhancements to thing details
  • Users now have the ability to view and update individual item details
  • Other small UX improvements

v1.0 Beta 10

19 Oct 12:35
124eeca
Compare
Choose a tag to compare
v1.0 Beta 10 Pre-release
Pre-release

Changes

  • Refactored state management to use the Riverpod library.
  • Added Hidden toggle to Thing Details.
  • Added Categories to Thing Details. [View-Only]
  • Other small UX improvements.

v1.0 Beta 8

29 Jul 23:11
017ccf3
Compare
Choose a tag to compare
v1.0 Beta 8 Pre-release
Pre-release

Changes

  • Improved dialogs throughout the app
  • Improved edit/save/discard
  • Added more loading indicators for actions to improve UX
  • Other minor bug fixes

v1.0 Beta 7

08 Jul 16:47
90245c0
Compare
Choose a tag to compare
v1.0 Beta 7 Pre-release
Pre-release

Changes

  • Introduced a new desktop dashboard
  • Introduced the new "Things" page, for viewing inventory (more capabilities coming in Beta 8)

v1.0 Beta 6

21 Jun 03:04
4256d08
Compare
Choose a tag to compare
v1.0 Beta 6 Pre-release
Pre-release

Changes

  • Improved look and feel of dashboard panes
  • Enhanced loan search (thing and borrower name supported)
  • Friendlier error messages when the app is unable to refresh loans or borrowers
  • Refactored code
  • Small bug fixes and other improvements

v1.0 Beta 5

14 Jun 12:40
6d5a926
Compare
Choose a tag to compare
v1.0 Beta 5 Pre-release
Pre-release

Changes

  • Redesigned checkout process using a stepper form
  • Introduced SnackBar notifications for successful loan creation
  • Other small bug fixes and improvements

v1.0 Beta 4

05 Jun 00:24
4c598f3
Compare
Choose a tag to compare
v1.0 Beta 4 Pre-release
Pre-release

Changes

  • Added 'Needs Liability Waiver' borrower issue
  • Added ability to record cash payments from the Borrower Details pane (desktop only)
  • Other small improvements