v2.0.0
2.0.0 (2024-10-15)
Warning
Warning (For linux/armv7 users)
Unfortunately we had to drop support for armv7 as Next.js 14 does not bundle @next/swc support for armv7. We apologize for this, however, until they add support for it, there is nothing we can really do as we needed to upgrade to Next.js 14. On devices that support aarch64, we recommend using aarch64 (RPi3, RPi3B, RPi4+, etc).
Highlights
This release lays the groundwork for future feature integrations by resolving existing issues and should improve overall stability.
New setup page
The setup process has been improved. Emby users can now configure Jellyseerr without having to edit environment variable. Existing users should have their JELLYFIN_TYPE=emby
variable migrated to a setting in settings.json
where mediaServerType=3
.
Blacklist media from Jellyseerr
Users with special permissions can blacklist media to hide it from users. The blacklist is managed in a new page with options to remove items.
Faster downloads update
Sync delay between Jellyseerr and the *arrs is now reduced. A request to Sonarr/Radarr is now made to refresh the monitored downloads right before retrieving the estimated download times.
Switch to Jellyfin API Tokens
Before, Jellyseerr used admin user auth tokens to connect to Jellyfin and perform requests. Now, it will switch to using API tokens instead, with these tokens being automatically generated from the previous auth tokens to ensure a seamless migration.
Details
Bug Fixes
- abort availability sync job if auth token invalid/connection lost (#845) (bdee340)
- add an error message to say when an email is already taken (#947) (89e0a83)
- add missing brackets (#888) (6cea8bb)
- add missing content-type header (#887) (2be9c7d)
- add missing header when creating an issue (#879) (084e1b2)
- add missing parameter to delete requests from ExternalAPI (#904) (36d98a2), closes #903
- api: fix nextjs error handler (#882) (0116c13)
- api: handle non-existent ratings on IMDb (#822) (74a2d25)
- api: save new password when reset password of local account (#886) (5cc4389)
- blacklist: add blacklist to mobile menu (#980) (f390da4), closes #979
- change SeriesSearch to MissingEpisodeSearch for season requests (#711) (ee7e91c)
- docker: add postinstall script (#839) (f714132)
- enhance error messages when Fetch API fails (#893) (fccfca6)
- handle status badge for season packs (#927) (80f6301)
- length of undefined on users warnings (#875) (c600566)
- remove DNS caching (#837) (268c7df)
- remove email requirement for the user, and use the username if no email provided (#900) (d5f817e)
- remove protocol-relative URLs from next/image (#889) (c80d9a8)
- resize episode preview image (#842) (96ba53f)
- resize header image in network and studio pages (#902) (4220855)
- rewrite request from axios to Fetch (#920) (9aee888)
- rewrite the rate limit utility (#896) (3fc14c9)
- session: set the correct TTL for the cookie store (#992) (96e1d40), closes #991
- set correct user type when importing from emby (#949) (e57d265), closes #948
- setup: page display when homepage is loading (#940) (7423bbb)
- tmdb: fallback movie/show overview to English when none is available in requested locale (#928) (12f908d), closes #925
- update the filter removing existing users from Jellyfin import modal (#924) (61dcd8e)
Code Refactoring
Features
- add environment variable for API key (#831) (45ef150)
- adds status filter for tv shows (#796) (cfd1bc2), closes #605
- allow request managers to delete data from sonarr/radarr (#644) (a5d22ba)
- blacklist items from Discover page (#632) (818aa60), closes #490
- Jellyfin/Emby server type setup (#685) (15cb949)
- jellyfinapi: switch to API tokens instead of auth tokens (#868) (bd4da6d)
- Option on item's page to add/remove from watchlist (#781) (2348f23), closes #730
- refresh monitored downloads before getting queue items (#994) (92ba262), closes #866
- show quality profile on request (#847) (6445332)
- translation: added full Hebrew translation (#871) (c96ca67)
- update Plex logo (#884) (3a363ae)
Reverts
BREAKING CHANGES
-
Deprecated the JELLYFIN_TYPE variable to identify Emby media server and
instead rely on the mediaServerType that is set in thesettings.json
. Existing environment
variable users can log out and log back in to set the mediaServerType to3
(Emby). -
Added a serverType to the
/auth/jellyfin
which requires a serverType to be
set (jellyfin
/emby
) -
refactor(auth): jellyfin/emby authentication to set MediaServerType
-
jellyfin: Jellyfin settings now does not include a hostname. Instead it abstracted it to ip,
port, useSsl, and urlBase. However, migration of old settings to new settings should work
automatically.
This release is also available on:
v2.0.0