Skip to content

Releases: jeffrpowell/listaway

v1.17.1

21 Nov 19:17

Choose a tag to compare

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

12 Nov 18:50

Choose a tag to compare

allowing user to trigger the delete confirmation code by pressing the…

v1.16.0

10 Nov 21:33

Choose a tag to compare

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

03 Oct 20:42

Choose a tag to compare

OIDC authentication support. Check the markdown files at the root for configuration details.

v1.14.0

15 Aug 22:20

Choose a tag to compare

List and collection description editing is a little more reliable now.

v1.13.0

25 Jun 13:47

Choose a tag to compare

Upgraded mobile responsiveness. Removed usage of ag-grid and went with a custom table solution instead.

v1.12.0

25 Jun 00:20

Choose a tag to compare

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

24 Jun 02:39

Choose a tag to compare

fixes #15 - adding theme variables to some pages that were missing them

v1.10.0

17 Jun 22:34

Choose a tag to compare

Massive update bringing collections of lists to the app!
Also includes some smaller bug fixes and polish in various places throughout.

v1.9.0

13 Jun 19:46

Choose a tag to compare

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