Skip to content

Releases: aunefyren/wrapperr

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)

v3.1.2

17 Dec 13:52
Compare
Choose a tag to compare

Small update with some tweaks 👌

Release notes:

  • Improved GitHub actions
  • Spelling errors fixed by @etsweeney (#54)
  • Support for Arm64 Docker images by @mchangrh (#56)
  • Better error responses from Tautulli when testing the connection (#48)
  • Improved URL router, meaning URL base/root is more user-friendly and consistent
  • Added Wrapper Docker image on GitHub (ghcr.io)
  • Improved help text about time zones (#53)
  • Fixed episode matching internally, meaning the most-watched episode is now more useful (#50)
  • Wrapperr now reads Tautulli's originally_available_at

v3.1.1

04 Dec 15:10
Compare
Choose a tag to compare

Fixed some issues introduced in v3.1.0!

Release notes:

  • Fixed invalid configuration loop introduced in v3.1.0 (#44)
  • Wrapperr frontend and backend now respects the Wrapperr URL Root/Base, allowing for sub-folder reverse proxy (#46)

v3.1.0

29 Nov 18:43
Compare
Choose a tag to compare

Some extra features so you are ready for the new year! 🎄🎆

Release notes:

  • Added support for multiple Tautulli servers 💪 (#33)
  • Old configuration files should migrate to new multiple-Tautulli-server-format automatically 🤞
  • Go upgraded to 1.19
  • Changed file/folder structures internally 🧹
  • Some extra comments in the code
  • Fixed bug where universal play statistics were not limited by the configured maximum list length

v3.0.4

15 Oct 21:55
Compare
Choose a tag to compare

This a small spooky release with some requested features! 🎃

Release notes:

  • Items in lists expand a bit when hovered over ✨
  • Added option to customize the top list item length (#41)
  • Added option to display statistics of individual users on the leaderboard (#39)

v3.0.3

27 Jul 11:19
Compare
Choose a tag to compare

Small update, but a pretty essential bug fix 🧯

Release notes:

  • Fixed issue where Windows binaries couldn't load time zones without Go installed on the system (#37)

v3.0.2

05 Jul 12:23
Compare
Choose a tag to compare

Hotfixes again 🤡

Release notes:

  • Forgot to update version variable on previous build 😅
  • Fixed cache comparison issue on some time zones (#36)

v3.0.1

05 Jul 08:22
Compare
Choose a tag to compare

We're back

A major release dropped yesterday, and you know what that means. Hotfixes! 🤡

Nothing too bad!

Release notes:

  • The admin interface didn't respond correctly to API responses sometimes
  • Changing the time zone, which is required, required a restart previously

Feel free to reach out

Don't hesitate to create an issue here on Github if anything is not functioning. I'll make sure to publish new releases if any issues arise! 🤖

v3.0.0

04 Jul 20:11
b7ea9bd
Compare
Choose a tag to compare

Disclaimer

There is a bug where the front end gets upset if your admin password is too short. Will be fixed soon. 🚀

Wrapperr API rewritten

It's been a while since Wrapperr received a release, but for good reason! The API portion has been completely rewritten in GO, dropping good ol' PHP. This comes with many advantages, the main one being Wrapperr becoming a standalone application with click to launch. No more tutorials on how to install Apache! This also improves security, as many users understandably failed to secure their web server setup when setting up Wrapperr.

I decided to change up the language for the API to challenge myself and learn more powerful/modern languages, and I am really happy with the result. However, the final push I received a couple of months ago was by visiting different public Wrapperr instances. While there I could easily read different configuration files containing sensitive data because the web servers didn't block access to the config directory.

No more! The GO web server only hosts the front-end of the application.

The release might seem a bit disappointing if Wrapperr worked fine for you because there are fewer front-end updates and/or new crazy features, but I sincerely hope new users find the application easier and more user-friendly. In the future, I might try to learn React to improve the interface, that could be fun!

Either way, enjoy!

Release notes:

  • New API in GO
    • More secure
    • Build the application yourself or download the appropriate version from the release section
    • No more run-limit issues from PHP
    • Web server included
  • Interface/CSS tweaks
    • Minor color changes
    • Prettier cache-logger
    • Spacing adjustments
    • Winter theme
  • Read log file in admin menu feature
  • Fixed pop-up blocking on most browsers (#25)
  • Option to disable winter theme
  • Fixed 'scary' Plex login warning
  • Added loading screen
  • Improved logging (IP forwarding, formatting, logic)
  • New GitHub workflow

v2.2.4

21 Jan 15:01
Compare
Choose a tag to compare

Fixes, changes and features:

  • Admin can disable/enable list ordering (plays/duration). #27
  • Admin can get stats from pseudo instead of Plex Auth. Works for managed accounts. #22 #31
  • Admin can enable/disable Tautulli grouping.
  • Intro/Outro customization split into titles and subtitles.
  • Front page tezt can now be customized.
  • Saving/using timezones in the API are now checked for validity before applied.
  • Updated example images in README.