Skip to content

Releases: aunefyren/poenskelisten

v2.0.9

01 Nov 14:13
52ad344
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.8...v2.0.9

v2.0.8

04 Oct 19:42
55b04e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.7...v2.0.8

v2.0.7

22 Aug 20:56
fb3330c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

02 Apr 09:35
8ec63a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

25 Feb 16:57
Compare
Choose a tag to compare

Some small fixes and tweaks. 👍

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

29 Dec 12:07
0687259
Compare
Choose a tag to compare

Small improvements and a significant bug fix!

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

22 Dec 07:41
Compare
Choose a tag to compare

🚨 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

21 Dec 12:20
Compare
Choose a tag to compare

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

Full Changelog: v2.0.1...v2.0.2

v2.0.1

20 Dec 14:33
51159d7
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Dec 08:15
Compare
Choose a tag to compare

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