Skip to content

Releases: aleksilassila/reiverr

v0.8.1

09 Mar 23:26
Compare
Choose a tag to compare

What's Changed

  • [PERF] Progressive Rendering - improved page load times by @jordanf97 in #102
  • update playwright version, add basic tests by @AxiomPraxis in #103
  • Fixed a styling issue regarding some carousels not having padding

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

17 Sep 23:45
Compare
Choose a tag to compare

What's Changed

  • Merged discovery and home page, reworked the showcase view
  • Added german translation by @herbinator222 in #87
  • Added actor and director pages by @iFraan in #88

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

01 Sep 14:41
Compare
Choose a tag to compare

What's Changed

  • Reworked library page and move & series pages with following changes
    • Better optimization for large libraries
    • Working library search and sorting
    • Improved loading animations and performance
    • Less requests & network footprint
  • Added French translations by @GaetanPTX
  • Added Italian translations by @serverless83

Full Changelog: v0.6.1...v0.7.0

v0.6.1

21 Aug 15:20
Compare
Choose a tag to compare

What's Changed

  • enhancement: Added Localization to the app by @Axelazo in #53
  • enhancement: Added notifications to alert in case of invalid configuration
  • fix: Fixed issue regarding images not loading from jellyfin

edit: Also, there is now a Discord server for questions and suggestions.

New Contributors

6.1

  • Hotfix regarding sqlite error on new installs

Full Changelog: v0.5.1...v0.6.1

v0.5.1

19 Aug 01:07
Compare
Choose a tag to compare

What's Changed

  • Custom video controls and quality selector by @oxixes in #62
  • Implemented settings page by @aleksilassila in #73
    • Environment variables are no longer used and all the configuration is saved to a database.
  • Various bug fixes & improvements

Update your existing docker configuration with volumes!!!

API Keys and preferences are saved to a database instead of environment variables. To save the settings outside of your docker container and avoid data loss, see README for up-to-date installation instructions.

Known bugs

  • The settings page won't let you save if one of your integrations cannot be connected with the credentials provided, but it won't show you an error either.
  • In the settings a service shows as connected but will not work unless all the options (root folders, quality profiles etc.) have been set. Again, no errors displayed.

New Contributors

Full Changelog: v0.4.0...v0.5.1

v0.4.0

15 Aug 12:46
Compare
Choose a tag to compare

What's Changed

  • Feature: Make Jellyfin, Radarr and Sonarr integrations optional by @aleksilassila in #63
  • Feature: Added skip this version button to the update checker
  • Feature: Added "Open in..." options to context menus & added context menu button to movie & series pages
  • Fix: Radarr & Sonarr requests not working on some setups
  • Other various fixes and improvements

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Aug 19:51
Compare
Choose a tag to compare

Just a quick hotfix to address some issues in launch:

  • Added an update checker
  • Fixed my jellyfin user id being hardcoded in. It will temporarely fetch all jellyfin users and use the first one that is returned.

Full Changelog: v0.2.2...v0.3.0

v0.2.2

11 Aug 12:22
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Aug 11:48
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.1.0

11 Aug 08:44
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial version