Skip to content

Releases: aleksilassila/reiverr

v2.0.0-alpha.6

18 Jun 19:09
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

v2.0.0-alpha.6

  • Improved support for multiple accounts
    • Sign into multiple accounts on one device (similar to switching Netflix profiles)
    • Admins can manage server accounts
    • Account profile pictures
  • Improvements to the onboarding flow
  • Improvements and fixes to the settings page
  • Editing account details

2.0

This is the first test release for the 2.0 rework, which brings architectural changes that mainly allow building for TV and desktop platforms, having multiple users as well as some other future features. At this point some key features are still missing, notably the navigation has been designed primarily for TVs. See the 2.0 roadmap (for early birds, it will update in the next couple of days) for further details.

Migrating from previous versions!!!

Due to changes to everything, you'll need to set is up as a new service, in other words it will not be possible to keep any previous configuration. To avoid errors and issues:

  • Delete or rename the old reiverr.sqlite file, new will be automatically created
  • Clear your browser cache if necessary / you run into errors
  • Check out the updated README.md / Github frontpage for updated reference of docker-compose.yml and install instructions.

Can I keep using the old version?

Yes, and you should if you rely on some unique feature that is yet to be implemented or if you only access Reiverr with a browser. Although, keep in mind that:

  • No major updates are planned, all efforts will be focused into the 2.0
  • The latest tag will be reserved for the latest 2.0 version, so you'll need to modify your configuration to use the latest-v1 tag instead.

You can find the old project files and instructions in the reiverr-1.0 branch.

Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6

v2.0.0-alpha.5

08 Jun 23:19
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

v2.0.0-alpha.5

  • Fixed an issue with connecting to a TMDB account

2.0

This is the first test release for the 2.0 rework, which brings architectural changes that mainly allow building for TV and desktop platforms, having multiple users as well as some other future features. At this point some key features are still missing, notably the navigation has been designed primarily for TVs. See the 2.0 roadmap (for early birds, it will update in the next couple of days) for further details.

Migrating from previous versions!!!

Due to changes to everything, you'll need to set is up as a new service, in other words it will not be possible to keep any previous configuration. To avoid errors and issues:

  • Delete or rename the old reiverr.sqlite file, new will be automatically created
  • Clear your browser cache if necessary / you run into errors
  • Check out the updated README.md / Github frontpage for updated reference of docker-compose.yml and install instructions.

Can I keep using the old version?

Yes, and you should if you rely on some unique feature that is yet to be implemented or if you only access Reiverr with a browser. Although, keep in mind that:

  • No major updates are planned, all efforts will be focused into the 2.0
  • The latest tag will be reserved for the latest 2.0 version, so you'll need to modify your configuration to use the latest-v1 tag instead.

You can find the old project files and instructions in the reiverr-1.0 branch.

New Contributors

Full Changelog: v0.8.0...v2.0.0-alpha.5

v1.1.1

09 Jun 20:15
Compare
Choose a tag to compare

What's Changed

  • Added Portuguese translations by @Blackspirits
  • Added options to automatically look for releases, as well as monitor settings by @merlinmarijn
  • Added infinite scroll to network pages by @HugoGaquere
  • Update README.md by @alvitali in #107
  • Added Dutch translations by @programmer584 in #124
  • Bumped version number to 1.0 to make a little more sense with the tags idk

New Contributors

Full Changelog: v0.8.1...v1.1.1

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