Releases: aunefyren/poenskelisten
v2.0.9
What's Changed
- Fixed password reset API endpoints by @aunefyren in #42
- Dependencies upgraded by @aunefyren in #43
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- Fixed creating wishlists within a group by @aunefyren in #38 (#37)
- Dependency upgrades by @aunefyren in #39
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #31
- Dependency updates and DB call fix by @aunefyren in #32
- Dependency updates by @aunefyren in #34
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #28
- Dependency upgrades by @aunefyren in #30
Full Changelog: v2.0.5...v2.0.6
v2.0.5
Some small fixes and tweaks. 👍
What's Changed
- Additional data points on admin page by @aunefyren in #25
- Images on public wishlists by @aunefyren in #26 (#24)
- Loading icon on front page bug fixed by @aunefyren
- Dependency updates by @aunefyren
- Account page style tweaks by @aunefyren
Full Changelog: v2.0.4...v2.0.5
v2.0.4
Small improvements and a significant bug fix!
What's Changed
- More loading icons by @aunefyren in #19
- Better sorting order of items by @aunefyren in #20
- See wish claimer by @aunefyren in #21
- Big code refactor and better API responses by @aunefyren in #22
- Fixed an issue where you couldn't log in over HTTP by @aunefyren in #23 (#17)
Full Changelog: v2.0.3...v2.0.4
v2.0.3
🚨 Hotfix 🚨
The new fancy slim Docker image was missing an essential package for Pønskelisten to function properly. This is now patched.
What's Changed
- Added curl install to Docker image by @aunefyren
Full Changelog: v2.0.2...v2.0.3
v2.0.2
As I forgot to bump the version variable on yesterdays version, meaning the admin panel displays the wrong release, I have decided to dynamically place the release name using GitHub Actions. I am too forgetful to do it manually. 🧠
What's Changed
- Dynamic release variable by @aunefyren in #16
- Version bumps by @aunefyren
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Support for public wishlists!
What's Changed
- Fixed WishlistCollabObject nesting issue by @aunefyren in #11
- Loading icon switch and loading segment by @aunefyren in #12
- Slimmer docker image by @aunefyren in #14 as suggested (#13)
- 6 support for public whishlists by @aunefyren in #15 (#6)
- Fixed a bug where group members couldn't be added
New Contributors
- @aunefyren made their first contribution in #11
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Warning
The database format has changed: If you want to keep your data, you must migrate!
This release has a major update of the back end, quite a few new features and some front end tweaks. Some choices were made early in development that made the database storage less than ideal. With the new database format the database should be more professional and robust. The down side is that the old database requires some manual migration if you want to keep the data.
Release notes:
- Added currency option to Admin panel
- GoLang upgrade
- Dependency upgrades
- Added option to disable wish claiming on wishlist
- More screen reader/accessibility attributes
- Fixed Base64 Safari issue
- Added profile images
- Added wish image
- JWT generation improvements
- Added wishlist collaborators
- Made wishlist expiration optional
- Refactored API HTTP methods and paths
- CSS overhaul
- PWA support
- Login JWT token updates automatically
- Added robots.txt file
Full Changelog: v1.0.10...v2.0.0