Skip to content

Releases: aunefyren/wrapperr

v3.2.6

02 Apr 09:25
5dab086
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.5...v3.2.6

v3.2.5

22 Dec 07:39
Compare
Choose a tag to compare

🚨 Hotfix 🚨
The new fancy slim Docker image was missing an essential package for Wrapperr to function properly. This is now patched.

What's Changed

  • Added curl install to Docker image by @aunefyren

Full Changelog: v3.2.4...v3.2.5

v3.2.4

21 Dec 12:34
Compare
Choose a tag to compare

Mostly release changes. I received a tip on another project to shrink my Docker image by using a builder. The new image is roughly one tenth the size! Also I am very forgetful when it comes to bumping the release variable within the code, meaning the site sometimes shows the wrong release. This is now done automatically by GitHub Actions. 🧠

What's Changed

New Contributors

Full Changelog: v3.2.3...v3.2.4

v3.2.3

19 Dec 09:51
Compare
Choose a tag to compare

Some fixes and new features for you! 🎁

Release notes:

  • Added dynamic time frame for Wrapped periods
  • Better error handling and logging within Tautulli module (#83)
  • Better Tautulli API response parsing (#83)
  • Stricter album and track matching to artists (#84)
  • Added PWA functionality
  • Fixed static year in default greeting message
  • Added warning when caching with caching disabled (#83)
  • Upgraded dependencies
  • Fixed an issue where adding an additional Tautulli server would clear unsaved changes (#78)

Full Changelog: v3.2.2...v3.2.3

v3.2.2

01 Dec 12:49
Compare
Choose a tag to compare

Small update with a fix and a new feature. ☯️

Release notes:

  • Ability to ignore certain users for statistics (#76)
  • Fixed an issue where managed users could not fetch statistics (#75)
  • Minor admin panel CSS tweaks
  • Upgraded dependencies

Full Changelog: v3.2.1...v3.2.2

v3.2.1

16 Nov 21:53
Compare
Choose a tag to compare

The last version had some major issues, I hope this resolves them. Thank you so much to everyone who helped me troubleshoot these issues, I really appreciate the care and collaboration.🔨

Release notes:

  • Sync of users now includes data from all Tautulli servers (#74)
  • API JSON response format tweaked
  • Fixed an issue where the Wrapper admin panel would respond with a 400 error if not configured (#72)
  • Removed strict setting from cookies as it prohibited HTTP login (#72)
  • Fixed an issue were caching API gave the wrong response code

Full Changelog: v3.2.0...v3.2.1

v3.2.0

02 Nov 20:56
Compare
Choose a tag to compare

Some major changes in the back end for this one. 🔧

Release notes:

  • Admin user panel
    • Sync users with Tautulli and view un-wrappings (#60)
  • Require password on admin password change
  • Autofill on timezone field in admin panel (#53)
  • Basic auth on admin login page (#67)
  • Switched to Gin HTTP router for back end
  • Reworked middleware auth process
  • Better logging
  • Fixed a bug where the port selection was not respected
  • Go version upgrade
  • Ability to start Wrapperr using TLS (HTTPS) (#70)
  • Some documentation moved to wiki pages
  • Split admin webpage into sub-pages
  • Used the correct version number in release (#71)
  • Added a new string variable

Full Changelog: v3.1.5...v3.2.0

v3.1.5

23 Oct 17:11
Compare
Choose a tag to compare

Some tweaks and upgrades. 💕

Release notes:

  • API requests accept basic auth (Not the front-end)
  • Create share links without Plex Auth (#49)
  • Old share links are deleted once per day
  • Introduction now uses Tautulli friendly name if set (#68)
  • Improved string variables and documented them (#43)
  • Upgraded dependencies
  • Upgraded JWT to v5

v3.1.4

21 Feb 14:54
Compare
Choose a tag to compare

Another small update. Some small features you might appreciate. 🚀

Release notes:

  • Added option to obfuscate other usernames (#58)
  • Added linux/arm/v7 and linux/386 Docker images (#62)
  • Small logging improvements
  • Fixed info-button-expansion on Caching page
  • Upgraded dependencies

v3.1.3

03 Feb 11:09
714c606
Compare
Choose a tag to compare

Nothing exciting, just one small, but important fix.

Release notes:

  • Shared links did not function when using a URL base/subfolder (#63)