Releases: jeffrpowell/listaway
v1.17.1
Bump golang.org/x/crypto in the go_modules group across 1 directory Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.35.0 to 0.45.0 - [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
v1.17.0
allowing user to trigger the delete confirmation code by pressing the…
v1.16.0
Added a new feature which allows group members to share view or edit access to some of their lists with other group members. This is subject to the group admin enabling this feature for their group (find the setting in the User Admin page).
v1.15.0
OIDC authentication support. Check the markdown files at the root for configuration details.
v1.14.0
List and collection description editing is a little more reliable now.
v1.13.0
Upgraded mobile responsiveness. Removed usage of ag-grid and went with a custom table solution instead.
v1.12.0
Bringing the mobile bottom navbar back.
Also a small disk space improvement: deleting item rows from the database when a list is deleted.
v1.11.0
fixes #15 - adding theme variables to some pages that were missing them
v1.10.0
Massive update bringing collections of lists to the app!
Also includes some smaller bug fixes and polish in various places throughout.
v1.9.0
Two main changes for this release:
- Updated all of the HTML templates to use a single layout instead of duplicated. This makes javascript code writing easier, but currently at the trade-off of removing the static bottom navbar for mobile devices. This will be remedied in #32 .
- Password reset support, leveraging user emails and SMTP configuration. See README for configuration instructions