Releases: aunefyren/wrapperr
v3.2.8
What's Changed
- URI encode bearer tokens by @aunefyren in #105
- Dependency updates by @aunefyren in #106
Full Changelog: v3.2.7...v3.2.8
v3.2.7
v3.2.6
v3.2.5
🚨 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
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
- Shrunk Docker image by using a builder by @aunefyren in #87
- Dynamic version variable by @aunefyren in #88
- Version bumps by @aunefyren
New Contributors
- @aunefyren made their first contribution in #87
Full Changelog: v3.2.3...v3.2.4
v3.2.3
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
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
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
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
Some tweaks and upgrades. 💕