Releases: aleksilassila/reiverr
v2.1.1
v2.1.1
- This release introduces a plugin API system, that allows users to install plugins that can be used to stream content from various sources.
- Various changes to the backend:
- Reiverr now is independent from Jellyfin, Sonarr and Radarr.
- It tracks your playback progress by itself now (no synchronization with Jellyfin at this time) and titles can now be added to the library page by the dedicated "add to library" button in titles.
- All requests are proxied through the backend, meaning no API keys are exposed to the client and TMDB requests are cached, leading to faster page loads.
- When configuring external sources, note that all requests to external services now originate from the backend instead of the client, meaning that the base urls of services like Jellyfin have to be accessible from the backend instead of the browser.
- For the time being, there is no integration with Sonarr or Radarr anymore.
- For developers, if someone is interested in creating a plugin for interacting with these services, message me. The plugin API can be improved to better support request-styled interactions.
- Other various improvements and fixes
There is currently an issue with validating configuration for plugins, torrent plugin will not validate and jellyfin might hang when saving invalid configuration. I will push a patch at some point
Full Changelog: v2.0.0-alpha.6...v2.1.1
v2.0.0-alpha.6
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 thelatest-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
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 thelatest-v1
tag instead.
You can find the old project files and instructions in the reiverr-1.0 branch.
New Contributors
- @jordanf97 made their first contribution in #102
- @AxiomPraxis made their first contribution in #103
- @alvitali made their first contribution in #107
- @programmer584 made their first contribution in #124
Full Changelog: v0.8.0...v2.0.0-alpha.5
v1.1.1
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
- @alvitali made their first contribution in #107
- @programmer584 made their first contribution in #124
Full Changelog: v0.8.1...v1.1.1
v0.8.1
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
- @jordanf97 made their first contribution in #102
- @AxiomPraxis made their first contribution in #103
Full Changelog: v0.8.0...v0.8.1
v0.8.0
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
- @herbinator222 made their first contribution in #87
- @iFraan made their first contribution in #88
Full Changelog: v0.7.0...v0.8.0
v0.7.0
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
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
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
- @oxixes made their first contribution in #62
- @fabricionaweb made their first contribution in #69
Full Changelog: v0.4.0...v0.5.1
v0.4.0
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