This repository has been archived by the owner on May 28, 2024. It is now read-only.
Releases: pvdthings/librarian_app
Releases · pvdthings/librarian_app
v1.0 Beta 14
What's Changed
- Several Enhancements - Beta 14 WIP by @dillonfagan in #131
- Beta 14 WIP - Extend Active Loans by @dillonfagan in #137
- Loan Details / Thing Image by @dillonfagan in #140
- Beta 14 by @dillonfagan in #150
Full Changelog: v1.0.0-beta-13...v1.0.0-beta-14
v1.0 Beta 13
What's Changed
- Issue 95: Separate Edit Dialog for Records (Loans) by @dillonfagan in #103
- Create Menu by @dillonfagan in #105
- New Loan Details, Create Button Menu by @dillonfagan in #106
- Read all borrowers from repo when creating loan by @dillonfagan in #108
- Fix: Not All Borrowers Showing When Creating Loan by @dillonfagan in #109
- Delete thing by @dillonfagan in #111
- Release - Delete Thing by @dillonfagan in #112
- Auth redirect to APP_URL by @dillonfagan in #113
- Repo refactor by @dillonfagan in #114
- Loans - Send reminder email by @dillonfagan in #115
- Add tooltip for borrower name by @dillonfagan in #116
- Send Reminder Email, Other Improvements by @dillonfagan in #117
- Auto-select new loan after it's created by @dillonfagan in #119
- Add API key by @dillonfagan in #120
- Auto-select new loans, Add API key by @dillonfagan in #121
- Clarify 'Delete Thing' Dialog by @dillonfagan in #122
- Delete Inventory Item by @dillonfagan in #123
- Delete Inventory Item and UX Improvements by @dillonfagan in #124
Full Changelog: v1.0.0-beta-12...v1.0.0-beta-13
v1.0 Beta 12
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
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
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
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
Changes
- Introduced a new desktop dashboard
- Introduced the new "Things" page, for viewing inventory (more capabilities coming in Beta 8)
v1.0 Beta 6
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
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
Changes
- Added 'Needs Liability Waiver' borrower issue
- Added ability to record cash payments from the Borrower Details pane (desktop only)
- Other small improvements