Jellyfin Release Notes
50 release notes curated from 3 sources by the Releasebot Team. Last updated: Sep 9, 2026
Jellyfin Products
- Sep 7, 2026
- Date parsed from source:Sep 7, 2026
- First seen by Releasebot:Sep 9, 2026
12.0
Jellyfin Server releases 12.0 with major database and playback upgrades, a new Modern web layout by default, smarter media and subtitle handling, faster library scans and queries, expanded metadata and Live TV support, and important migration changes for plugins and legacy clients.
Release notes for 12.0
Notes on Updating
Before upgrading from an earlier version, a full backup of the data directory is strongly recommended, as this release includes database changes that prevent rolling back without a full restore.
Direct upgrades from 10.10.7 and 10.11.x to 12.0 are supported; intermediate upgrades are not required. Users running releases older than 10.10.7 are strongly encouraged to upgrade to 10.10.7 before migrating to 12.0.
Installed repository plugins (anything not built-in) should also be removed before migrating. Plugins will likely need time to adapt to the new database changes, so re-adding them afterward is the safest approach for testing.
Official plugins compatible with Jellyfin are available through the stable plugin repository. If you have changed to the unstable plugin repository please change it back.
- Go to Dashboard -> Plugins -> Manage Repositories
- Update the Plugin Repository URL to:
https://repo.jellyfin.org/files/plugin/manifest.json
After migrating please perform the following steps.
- Perform a full library scan to restore alternative versions
If you run into issues, please prefix bug reports with "[12.0]".
Packaging
- Debian Bullseye and Ubuntu Focal packages are no longer built
Server
- Performance PR implications #16062
- We're running a full path-based check on all library items to clean up left overs. Depending on size this can take some time
- Alternative versions of media that were auto resolved (not manually merged) will be removed due to data type issues -> A full library scan will fix this again and is therefore REQUIRED AFTER UPGRADE
- First scan will take significantly longer than normal and some movies might appear as newly added due to type issues that got fixed on-scan
- Multiple versions for episodes
- Similarity & recommendation providers
- Search providers, letting plugins extend or replace how search results are produced
- SchedulesDirect and EPG refresh fixes
- Fixes to the parental rating system
- Proper data pruning on file replacement/deletion
- Support triple+ digit episode numbers
- Add library-specific BoxSet and Playlist filtering, allowing per-library collection and playlist views
- CACHEDIR.tag support
- Accept-Language header support
- Add VideoRotation profile condition for Android TVs that do not support rotation metadata
- Parse provider IDs from season and episode folder/file names
- Allow tmdb, tvdb, and imdb as aliases for the tmdbid, tvdbid, and imdbid provider IDs
- Add curly brace and parentheses support for parsing attribute values
- Add NameStartsWith and NameLessThan filters to Person search
- Add new filters for audio and subtitle languages
- Add OriginalLanguage as option to PreferredAudioLanguage
- Add a collection API for Included In feature
- Add support for VobSub subtitle streams
- Add Tmdb missing episode provider
Breaking and behavior changes
- Legacy route prefixes removed (/emby/* and /mediabrowser/*). Old third-party clients that rely on them will stop working
- Legacy authorization is now disabled by default, and a migration disables it on existing installs as well
- Removed obsolete API routes: POST /Users/{userId}/EasyPassword (the EasyPassword feature is gone), GET /Items/{itemId}/CriticReviews, GET /Environment/NetworkShares, POST /System/MediaEncoder/Path, GET /LiveTv/Recordings/Groups/{groupId}, and GET /QuickConnect/Initiate
- The global subtitle configuration has been removed, subtitle settings are configured per library
- .ogg is no longer treated as a video extension and is audio only, .aifc is now recognized as audio, and .aiff is no longer treated as an image
- Symlinks are only resolved at playback time
- Sorting by name now uses SortName and CleanName, and the same cleaning logic is applied to ForcedSortName. Library ordering may change compared to 10.11
- Image endpoints no longer upscale beyond the source resolution, so low resolution artwork renders at its real size instead of being enlarged
- Username capitalization can now be changed. Usernames are stored in a normalized column with a unique index, so installs with usernames that differ only by case need to be corrected before upgrading
Database and performance
- Playlists and collections are now properly relational, using a new LinkedChildren table instead of serialized child lists. OwnerId and PrimaryVersionId are real GUID foreign keys, and ExtraIds has been dropped
- Many tuning migrations covering item counts, item names, type and clean name, latest items, image info, and primary version id
- Migration routines clean up existing data on first boot: duplicate music artists and people are merged, orphaned extras and external data are removed, incorrect owner relationships are repaired, and clean names, forced sort names, and series presentation keys are recomputed
- Heavy database tasks no longer run while a library scan is in progress
- Faster queries for Resume, Next Up, rewatching, Latest Items for music, playlists and collections, artist lookup, and item counts
- Item deletion is batched, which fixes "too many SQL variables" failures when deleting large numbers of items
- jellyfin.db can now be stored at a custom path
Operations
- New --mode startup flag with MediaServer, MigrateSystem, and SeedSystem, allowing migrations or database seeding to be run without starting the server. This is useful for containerized and orchestrated deployments and for controlled upgrades
- The startup interface has been restyled and now shows version and activity information
- Disabled plugins are no longer re-enabled on restart
- Full system backups skip corrupt keyframe rows instead of failing
Media and subtitles
- Subtitle writing now goes through SubtitleEdit, which is what avoids the SSA to ASS conversion and loss of styles
- External subtitles can be embedded into MKV when transcoding
- The subtitle extraction timeout is now configurable
- Client-rendered graphical subtitles are allowed during remux
- Fixes for races in concurrent subtitle conversion, cache invalidation when a subtitle is replaced, and ffmpeg hangs during extraction
- New HlsAudioSeekStrategy configuration option
- Trickplay: existing files are discovered during a scan, duplicates from interlaced video are fixed, invalid PTS values from containers are normalized, and the cache is cleaned up after a failure
Live TV
- Live TV no longer returns unreachable "server-local" streaming URLs to clients
- XMLTV background images and episode thumbnails are now imported
- XMLTV guide imports skip programs whose data has not changed, using an ETag computed from the fields the server actually consumes, which makes repeat guide refreshes considerably cheaper. Other listings providers stay on the existing field-by-field update path
Metadata and providers
- ListenBrainz is now bundled with the server and provides similar artist data with a selectable similarity algorithm
- TVDB provider IDs are supported for movies
- AudioDb artist search
- ReplayGain album gain is parsed
- MusicBrainz lookups are more resilient
- WEB-DL release tags are recognized in file names
- Hyphenated numbers in episode titles are no longer parsed as multi-episode files
- 3D format detection works when the tag is the last token of the path
- Person metadata refreshes are queued instead of blocking the request
Transcoder
- New upstream version of FFmpeg 8.1
- Optimized CUDA transposing filter performance
- Optimized OCL scaling filter performance
- Optimized OCL tonemapping filter performance on Mali GPU
- Use EOTF from BT 2446 Method B for HLG tonemapping
- Fix potential A/V desync in HLS when transcoding video while remuxing audio
- Avoid SSA to ASS conversion and loss of styles
- Add spec-compliant dvh1 HLS variant for DoVi P5 for compatibility
Web
- The Modern layout is now the default, the previous layout is now called Legacy
- Updated Music Videos view
- Updated Mixed Media view
- Updated Collections & Playlists view
- Updated Books view
- Add still watching prompt
- Add delay setting for photo slideshow
- Add caching of queries to indexed db for the tanstack query client for improved loading performance
- Add watch feature to log viewer
- Add , and . as controls to scrub frame-by-frame
- Add filters for audio and subtitle languages (modern layout only)
- Add Collections and playlist tab to all libraries
- Add collections to item details page
- Replace libpgs with libbitsub and adds support for vobsub rendering
- Merge cards for crew with multiple roles
Layout and themes
- All themes now derive from a shared base theme built on CSS variables, including Dark, Light, WMC, Blue Radiance, Apple TV, and Purple Haze. Custom themes may need to be adjusted
- The library toolbar has been merged into the app bar, with a sticky library header and design polish throughout the library
- Custom links can be added to the Modern layout
- The screensaver time setting is now available in the Modern layout
Libraries and browsing
- Collections and folders tabs for book libraries, and a folder view in the Modern home videos layout
- Default tab options for Home Videos and Photos libraries
- Studio search, and an extended Studios tab
- Play All and Shuffle buttons on the series library. Both are disabled rather than hidden when no items are available
- Improved Upcoming view
- Sorting and filtering on the Activity page
- A Reset Filters button in the filter dropdown
- Folders can be marked as played
- TV show creators are shown on item details
- Similarity providers can be configured per library
- Pagination controls are hidden when paging is disabled
Playback
- The pl...
- Sep 7, 2026
- Date parsed from source:Sep 7, 2026
- First seen by Releasebot:Sep 9, 2026
12.0
Jellyfin Web releases version 12.0 with a major stable update packed with new features, improved library and playback experiences, broader book and media support, UI polish, and bugfixes, plus a security fix.
🚀 Jellyfin Web 12.0
We are pleased to announce the latest stable release of Jellyfin, version 12.0! This major release brings many new features, improvements, and bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
Discuss this release further on our forums.
Changelog (264)
🔒 Security
- Fix xss in checkbox element [PR #7942], by @thornbill
🏗️ Enhancements
- Prevent backdrop from moving when menus are opened [PR #8245], by @Shadowghost
- Show warning when trying to Identify a metadata-locked item [PR #8236], by @gitedmond
- default overlayMoreButton for mobile cards [PR #8328], by @BotBlake
- Add default tab options for the Books library [PR #8383], by @theguymadmax
- Add Alpha Picker to Genres view and implement infinite scroll [PR #8167], by @Shadowghost
- Open external password reset link on different provider [PR #8338], by @viown
- Update home-assistant.svg [PR #8093], by @itsRealMarshall
- Added HlsAudioSeekStrategy option into Transcode settings [PR #7473], by @PeachesMLG
- Allow common link-protocol schemes in the login disclaimer [PR #7992], by @dfederm
- Improve Upcoming view [PR #8086], by @Shadowghost
- Fix library layout issues on mobile [PR #8331], by @thornbill
- implement fade animations on BookOsd to match video player [PR #8302], by @dkanada
- Merge cards for crew with multiple roles [PR #8209], by @theguymadmax
- Fix shuffle and repeat buttons in Remote Control [PR #8092], by @wongcallum
- unify fullscreen support across all book players [PR #8242], by @dkanada
- Fixed infinite load when editing/adding user with invalid username [PR #8098], by @alex-dicko
- use swipe gestures for PDF navigation [PR #8279], by @dkanada
- Replace libpgs with libbitsub and adds support for vobsub rendering [PR #7777], by @altqx
- improve font selection in epub files [PR #8047], by @dkanada
- migrate comics and PDFs to new BookOsd component [PR #8004], by @dkanada
- Expose used SeriesName for Books in Metadata Editor [PR #8164], by @jordanmichaelrushing
- Add version restore warning [PR #8232], by @theguymadmax
- Make app bar padding consistent with content [PR #8195], by @thornbill
- Swap position of item count and play all controls in library toolbar [PR #8196], by @thornbill
- Use loading indicator on button when scan is in progress [PR #8142], by @thornbill
- Improve styling of person cards in purple haze theme [PR #8140], by @thornbill
- Add chapter name inside osd slider bubble [PR #7798], by @will-blk
- Disable image selection buttons when clicked to prevent OOB [PR #8033], by @Mumbolio85
- Allow sorting books by index number [PR #7482], by @AlkyoneAoide
- Allow folders to be marked as played [PR #8063], by @theguymadmax
- Add TV Shows creators to item details [PR #8042], by @Rant423
- Disable play all and shuffle buttons instead of hiding [PR #8056], by @thornbill
- Hide studios filter when empty [PR #8058], by @theguymadmax
- Remove pagination controls if user disabled [PR #8059], by @thornbill
- Use plugin provided icon if available [PR #8053], by @Shadowghost
- Always round up for card image sizes [PR #8022], by @enter-a-random-username
- Add audiobooks to the authors tab [PR #8034], by @theguymadmax
- Respect DisplayMissingEpisodes setting in item details pages [PR #7810], by @lmaotrigine
- Merge library toolbar into main AppBar [PR #8030], by @thornbill
- When deleting a single item, include the name of the item in the confirmation message [PR #7697], by @joshuaobrien
- migrate book OSD to react component [PR #7848], by @dkanada
- Add Play All and Shuffle buttons to series library [PR #7989], by @theguymadmax
- Support DOVI in mkv container on WebOS 25 and newer [PR #7328], by @ErebZx
- Implement studio search [PR #7970], by @Shadowghost
- Studios tab extension [PR #7940], by @Shadowghost
- Disable touch switcher on experimental and disable scroll buttons on touch devices [PR #7971], by @Shadowghost
- Fix alphapicker alignment on desktop [PR #7964], by @thornbill
- Add OriginalLanguage as option to PreferredAudioLanguage [PR #6022], by @Lampan-git
- Reload scroller on data receive [PR #7954], by @Shadowghost
- Reload item data on version change and use correct parts on playback [PR #7919], by @Shadowghost
- Add polish to library toolbar and menus design [PR #7927], by @thornbill
- Add Collections and playlist tab to all libraries [PR #7939], by @Shadowghost
- fix cardImage data-src set to "undefined" [PR #7929], by @edvwib
- Start a library scan when adding folders to a library [PR #7952], by @Shadowghost
- Fix user view nav overflow logic [PR #7943], by @thornbill
- Add warning to backup operation if scan is running [PR #7923], by @viown
- Fix behavior when applying filters and switching pages [PR #7820], by @Shadowghost
- Implemented sorting and filtering for Activity page [PR #7431], by @bjorntp
- add authors tab to book library [PR #7874], by @dkanada
- show progress indicator for books [PR #7921], by @dkanada
- Make library header sticky [PR #7836], by @thornbill
- Update Mixed Media library view for the modern layout [PR #7821], by @theguymadmax
- Fix keyboard controls working only on latin keyboard layouts [PR #7398], by @MBR-0001
- Display music video title correctly if it belongs to an album [PR #6819], by @hazemkrimi
- Fix duplicate locations [PR #7469], by @Collin-Swish
- Update Collections & Playlists library view for the modern layout [PR #7808], by @theguymadmax
- Update sort options, default tab, and landing screen options for music videos [PR #7805], by @theguymadmax
- Fix blurry card images on high-DPI displays [PR #7879], by @Maxr1998
- Handle Seasons in recently added [PR #7623], by @Shadowghost
- Fix clock icon alignment on scheduled tasks page [PR #7841], by @TarasSmal
- Add folders tab to experimental view in book libraries [PR #7822], by @dkanada
- SyncPlay menu update [PR #7643], by @thornbill
- Add device id to StorageListItem [PR #7756], by @thornbill
- Enable AV1 fMP4 stream copy on TV clients [PR #7802], by @nyanmisaka
- Compact the "playback info" overlay to add more infos [PR #7291], by @nyanmisaka
- Add a gap to stack elements to prevent numbers from other adjacent stack to collapse and appear as one [PR #7419], by @uxdesignerhector
- Add a folder view to the modern home videos library layout [PR #7741], by @theguymadmax
- Add default tab options for Home Videos and Photos library [PR #7557], by @theguymadmax
- Replace the buildin xbox limit it with a native shell option [PR #7670], by @JPVenson
- Move users edit page to tabs [PR #7497], by @viown
- Add display version util for 12.0 [PR #7677], by @thornbill
- Fix active library highlighting for items [PR #7644], by @thornbill
- Fix password input type for CertificatePassword [PR #7696], by @DatScreamer
- improve author and book support on itemDetails page [PR #7656], by @dkanada
- Add a Reset Filters button to bottom of filter dropdown [PR #7130], by @1hitsong
- Add error handling to rest of dashboard pages [PR #7223], by @viown
- Migrate networking page to React [PR #7502], by @viown
- Hide home loading indicator optimistically [PR #7678], by @thornbill
- Fix dashboard buttons overflow [PR #7648], by @thornbill
- Stop using native scrollTo for smooth scrolling [PR #7606], by @larsmunkholm
- fix book player fullscreen on mobile apps [PR #7399], by @dkanada
- loosen anamorphic restrictions for browser device profiles [PR #7520], by @meop
- Clarify Playlist and Collections delete prompt [PR #7534], by @dfederm
- Add video title to experimental layout [PR #7530], by @viown
- Add missing Rewind & FastForward PlayState commands handling [PR #7527], by @HamletDuFromage
- Use consistent padding on item details screen [PR #7279], by @thornbill
- Add support for custom links in the experimental layout [PR #7394], by @thornbill
- Add HEVC level 6.2 (186) device capability check [PR #6376], by @imtsuki
- Add css variable support for dark theme [PR #7277], by @thornbill
- Refactor dark theme to base theme [PR #7343], by @thornbill
📈 General Changes
- Multi version fixes for episodes [PR #7984], by @Shadowghost
- Fix network config saving and caching [PR #8405], by @Shadowghost
- Don't serve plugin versions from a stale package cache [PR #8427], by @Shadowghost
- Fix default styling when themes are not loaded [PR #8401], by @thornbill
- Fix too large video osd header padding [PR #8402], by @thornbill
- Fix polyfills for iOS 12 and 13 [PR #8397], by @thornbill
- Fix flex alignment for JMP [PR #8395], by @thornbill
- Invalidate packages when adding a repository [PR #8393], by @viown
- Enable horizontal mouse wheel scrolling in the modern layout [PR #8382], by @theguymadmax
- Fix connecting to wrong server when servers exist in config [PR #8376], by @thornbill
- Fix library button styling [PR #8374], by @thornbill
- Fix Live TV default landing tab [PR #8353], by @theguymadmax
- Fix styling of focused+checked checkboxes in tv layout [PR #8336], by @thornbill
- add security improvements to npmrc [PR #8329], by @dkanada
- Clear the query cache on server restart [PR #8327], by @thornbill
- Fix playbackstop listener leak on the movies page [PR #8282], by @sevenrats
- Fix native shell selectServer not used when signing out [PR #8314], by @nielsvanvelzen
- Reduce calls to getApiClients [PR #8214], by @thornbill
- Fix Now Playing page not following player switches after browser back [PR #8284], by @sevenrats
- Update nix flake lock [PR #8193], by @Chris4942
- fix hls offset and update libbitsub to v1.11.0 [PR #8308], by @altqx
- Fix two minor issues in the mobile layout [PR #8307], by @nyanmisaka
- Fix invalid livetv items request [PR #8299], by @thornbill
- Fix sorting in the modern layout [PR #8136], by @theguymadmax
- Refactor purple haze to use base theme [PR #8173], by @thornbill
- Use pointer type to toggle scroll buttons instead of only touch [PR #8257], by @Shadowghost
- Prev... Read more
All of your release notes in one feed
Join Releasebot and get updates from Jellyfin and hundreds of other software products.
- Jun 6, 2026
- Date parsed from source:Jun 6, 2026
- First seen by Releasebot:May 25, 2026
- Modified by Releasebot:Sep 9, 2026
10.11.11
Jellyfin Server 10.11.11 ships a stable update with bug fixes and a new lockhelper for UserManager.
🚀 Jellyfin Server 10.11.11
We are pleased to announce the latest stable release of Jellyfin, version 10.11.11! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
You can find more details about and discuss this release on our forums.
Changelog (1)
📈 General Changes
- Add lockhelper for UserManager [PR #16944], by @JPVenson
- Jun 6, 2026
- Date parsed from source:Jun 6, 2026
- First seen by Releasebot:May 22, 2026
- Modified by Releasebot:Jun 8, 2026
10.11.11
Jellyfin Web releases 10.11.11 with bugfixes that improve stability and fix a branding page crash.
Jellyfin Web 10.11.11
We are pleased to announce the latest stable release of Jellyfin, version 10.11.11! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
You can find more details about and discuss this release on our forums.
Changelog (2)
General Changes
- Fix branding page crash in loader [PR #7963], by @thornbill
- Disable known broken fMP4 HLS container on Firefox 149 [PR #7966], by @nyanmisaka
- May 27, 2026
- Date parsed from source:May 27, 2026
- First seen by Releasebot:Jun 7, 2026
- Modified by Releasebot:Jun 10, 2026
10.11.10
Jellyfin Web releases 10.11.10 with bugfixes and a security fix for an XSS issue in list view.
We are pleased to announce the latest stable release of Jellyfin, version 10.11.10! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
You can find more details about and discuss this release on our forums .
Changelog (1)
🔒 Security
- Fix xss in listview [PR #7955], by @thornbill
Similar to Jellyfin with recent updates:
- Zed release notes167 release notes · Latest Sep 9, 2026
- Mozilla release notes73 release notes · Latest Sep 11, 2026
- Obsidian release notes111 release notes · Latest Sep 8, 2026
- Perplexity release notes30 release notes · Latest Aug 24, 2026
- Raycast release notes20 release notes · Latest Sep 10, 2026
- Zoom release notes210 release notes · Latest Aug 31, 2026
- May 20, 2026
- Date parsed from source:May 20, 2026
- First seen by Releasebot:May 22, 2026
10.11.9
Jellyfin Server releases 10.11.9 as a stable minor update with several bug fixes to improve the Jellyfin experience, including encoder, user manager, HDR10 tonemapping, and decoder updates.
Jellyfin Server 10.11.9
We are pleased to announce the latest stable release of Jellyfin, version 10.11.9! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
You can find more details about and discuss this release on our forums.
Changelog (5)
General Changes
- Fix rate control in av1_amf encoder [PR #16819], by @nyanmisaka
- Fix UserManager after EFcore refactor [PR #15368], by @JPVenson
- Update log for user session related concurrency update fails [PR #16845], by @JPVenson
- Allow HDR10 for VPP tonemapping [PR #16718], by @gnattu
- Use strict QSV CPB size for less powerful H.264 decoder [PR #16743], by @nyanmisaka
- Apr 6, 2026
- Date parsed from source:Apr 6, 2026
- First seen by Releasebot:Apr 6, 2026
10.11.8
Jellyfin Server releases 10.11.8 as a stable minor update focused on bug fixes and regression fixes. It improves subtitle saving, media language filtering, and folder handling, and advises users to back up before upgrading.
🚀 Jellyfin Server 10.11.8
We are pleased to announce the latest stable release of Jellyfin, version 10.11.8! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
Note: This release fixes several regressions from 10.11.7, with the goal to get people onto an updated release due to the forthcoming (t-minus 9 days) release of the GHSAs/CVEs that were fixed in 10.11.7. Please upgrade to this release as soon as you can.
You can find more details about and discuss this release on our forums.
Changelog (3)
📈 General Changes
- Handle folders without associated library in FixLibrarySubtitleDownloadLanguages [PR #16540], by @Shadowghost
- Fix subtitle saving [PR #16539], by @MBR-0001
- Fix querying media with language filters [PR #16538], by @MBR-0001
- Apr 5, 2026
- Date parsed from source:Apr 5, 2026
- First seen by Releasebot:Apr 6, 2026
10.11.8
Jellyfin Web ships the latest stable release of Jellyfin with minor bug fixes, regression fixes from 10.11.7, and lazy loading of device information in the connection manager to improve the experience.
We are pleased to announce the latest stable release of Jellyfin, version 10.11.8! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
Note: This release fixes several regressions from 10.11.7, with the goal to get people onto an updated release due to the forthcoming (t-minus 9 days) release of the GHSAs/CVEs that were fixed in 10.11.7. Please upgrade to this release as soon as you can.
You can find more details about and discuss this release on our forums.
Changelog (1)
📈 General Changes
- Load device information lazily in connection manager [PR #7796], by @nielsvanvelzen
- Apr 1, 2026
- Date parsed from source:Apr 1, 2026
- First seen by Releasebot:Apr 1, 2026
10.11.7
Jellyfin Web ships a stable Jellyfin 10.11.7 update with important security fixes, bug fixes, and performance improvements, plus mobile, playback, search, accessibility, and webOS playback refinements.
We are pleased to announce the latest stable release of Jellyfin, version 10.11.7! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
WARNING: This release contains several extremely important security fixes. These vulnerabilities will be disclosed in 14 days as per our security policy. Users of all versions prior to 10.11.7 are advised to upgrade immediately.
You can find more details about and discuss this release on our forums.
Changelog (18)
🏗️ Enhancements
- Improve performance by disabling unnecessary user data when retrieving list of playlists [PR #7261], by @kevgrig
- Add padding to mobile drawer [PR #7529], by @viown
- Use display missing episodes setting in search [PR #7528], by @lmaotrigine
- Add client names to image.ts [PR #7518], by @nielsvanvelzen
- Allow to play Dolby Vision with fallback on webOS [PR #7526], by @antaljanosbenjamin
- Wait for app host to initialize before proceeding [PR #7516], by @nielsvanvelzen
- Fix alignment of music lyrics containing RTL or bidi text [PR #7461], by @ebkalderon
📈 General Changes
- Fix crashes on playback exit [PR #7645], by @thornbill
- Fix music video random playback [PR #7632], by @theguymadmax
- Fix carousel buttons for "My Media" appearing needlessly [PR #7391], by @bjorntp
- Add autofocus to ConnectionErrorPage and FallbackRoute [PR #7641], by @dmitrylyzo
- Order MediaMetadata.artwork from highest resolution to smallest [PR #7631], by @agausmann
- Add polling fallback to sessions [PR #7565], by @viown
- Fix card and item list accessibility issues [PR #7514], by @thornbill
- Disable AV1 and OPUS on Xbox One [PR #7547], by @JPVenson
- Fix random sort items refetching [PR #7541], by @thornbill
- Navigate to wizard if not completed on server add [PR #7504], by @viown
- Fix library menu button disappearing when name is too long [PR #7475], by @FelixRoediger
- Mar 31, 2026
- Date parsed from source:Mar 31, 2026
- First seen by Releasebot:Apr 6, 2026
10.11.7
Jellyfin Server releases 10.11.7 with critical security fixes and a broad set of bugfixes to improve stability, subtitle handling, library scanning, HLS playback, and FFmpeg 8.1 compatibility.
🚀 Jellyfin Server 10.11.7
We are pleased to announce the latest stable release of Jellyfin, version 10.11.7! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
WARNING: This release contains several extremely important security fixes. These vulnerabilities will be disclosed in 14 days as per our security policy. Users of all versions prior to 10.11.7 are advised to upgrade immediately.
You can find more details about and discuss this release on our forums.
Changelog (29)
🔒 Security
- Fix for GHSA-j2hf-x4q5-47j3, by @Shadowghost
- Fix for GHSA-8fw7-f233-ffr8, by @Shadowghost
- Fix for GHSA-v2jv-54xj-h76w, by @Shadowghost
- Fix for GHSA-jh22-fw8w-2v9x, by @Shadowghost
📈 General Changes
- Fix CA1810 build error [PR #16522], by @Bond-009
- Fix Null was not checked before using the H264 profile [PR #16519], by @nyanmisaka
- Remove -copyts and add -flush_packets 1 to subtitle extraction [PR #16440], by @Molier
- Fix lint issue [PR #16514], by @theguymadmax
- Fix nullref ex in font handling [PR #16369], by @Bond-009
- Fix restore backup metadata location [PR #16425], by @theguymadmax
- Fix NFO saver using wrong provider ID for collectionnumber [PR #16449], by @theguymadmax
- Fix readrate options in FFmpeg 8.1 [PR #16423], by @nyanmisaka
- Apply analyzeduration and probesize for subtitle streams to improve codec parameter detection [PR #16293], by @IceStormNG
- Fix filter detection in FFmpeg 8.1 [PR #16392], by @nyanmisaka
- Fix subtitle extraction caching empty files [PR #16257], by @lowbit
- Fix hls segment length adjustment for remuxed content [PR #16341], by @crimsonspecter
- Fix broken library subtitle download settings [PR #16204], by @MBR-0001
- Checkpoint WAL before moving library.db in migration [PR #16253], by @theguymadmax
- Fix nullref in Season.GetEpisodes when the season is detached from a series [PR #16150], by @dfederm
- Reattach user data after item removal during library scan [PR #16227], by @dfederm
- Deduplicate provider IDs during MigrateLibraryDb migration [PR #16226], by @dfederm
- Skip image checks for empty folders [PR #16231], by @theguymadmax
- Fix TMDB image URLs missing size parameter [PR #16116], by @saltpi
- Fix random sort returning duplicate items [PR #16098], by @theguymadmax
- Fix SessionInfoWebSocketListener not using SessionInfoDto [PR #16109], by @nielsvanvelzen
- Fix HLS playlist generation for transcodes with fractional framerate [PR #16053], by @IceStormNG
- Rehydrate cached UserData after reattachment [PR #16071], by @MarcoCoreDuo
- Fix TMDB crew department mapping [PR #16066], by @theguymadmax
- Revert hidden directory ignore pattern [PR #16077], by @theguymadmax
- Jan 19, 2026
- Date parsed from source:Jan 19, 2026
- First seen by Releasebot:Jan 19, 2026
10.11.6
Jellyfin Web 10.11.6 is a stable release with bug fixes and stability tweaks for the Jellyfin web app. It adds enhancements like default font fallback, a restored back button in the experimental layout, Vega OS detection, and improved error handling on the plugin page.
Jellyfin Web 10.11.6
We are pleased to announce the latest stable release of Jellyfin, version 10.11.6! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
You can find more details about and discuss this release on our forums.
Changelog (8)
Enhancements
- Add default font family for fallback [PR #7499], by @thornbill
- Restore back button in experimental layout for apps [PR #7500], by @thornbill
- Add Vega OS detection [PR #7495], by @thornbill
General Changes
- Add sort options to movie collections in the experimental layout [PR #7498], by @theguymadmax
- Fix missing server id [PR #7496], by @thornbill
- Enable AlphaPicker for non-random sorts in experimental layout [PR #7470], by @theguymadmax
- Improve error handling on plugin page [PR #7493], by @thornbill
- Fix incorrect quality text label in video player [PR #7135], by @HaloCelsius
- Jan 18, 2026
- Date parsed from source:Jan 18, 2026
- First seen by Releasebot:Jan 19, 2026
- Modified by Releasebot:Mar 7, 2026
10.11.6
Jellyfin releases Jellyfin Server 10.11.6, a stable update featuring multiple bug fixes to improve search accuracy, library monitoring, and media playback. Highlights include better artist display order, playlist dedup, stricter type handling, and fallback improvements.
🚀 Jellyfin Server 10.11.6
We are pleased to announce the latest stable release of Jellyfin, version 10.11.6! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
You can find more details about and discuss this release on our forums.
Changelog (20)
📈 General Changes
- Prioritize better matches on search [PR #15983], by @Shadowghost
- Fix artist display order [PR #15816], by @theguymadmax
- Restore weekly refresh for library folder images [PR #16046], by @theguymadmax
- Be more strict about PersonType assignment [PR #15872], by @Shadowghost
- Fix birthplace not saving correctly [PR #16020], by @theguymadmax
- Trim music artist names [PR #15808], by @theguymadmax
- Add mblink creation logic to library update endpoint. [PR #15965], by @Collin-Swish
- Fix watched state not kept on Media replace/rename [PR #15899], by @MarcoCoreDuo
- Skip hidden directories and .ignore paths in library monitoring [PR #16029], by @theguymadmax
- Revert "always sort season by index number" [PR #15950], by @theguymadmax
- Fix crash when plugin repository has an invalid URL [PR #15961], by @theguymadmax
- Fix tag inheritance for Continue Watching queries [PR #15931], by @theguymadmax
- Fix playlist item de-duplication [PR #15858], by @Collin-Swish
- Prefer US rating on fallback [PR #15793], by @Shadowghost
- Fix missing H.264 and AV1 SDR fallbacks in HLS playlist [PR #15833], by @nyanmisaka
- add CultureDto cache [PR #15826], by @cvium
- Fix the use of HWA in unsupported H.264 Hi422P/Hi444PP [PR #15819], by @nyanmisaka
- Enforce more strict webm check [PR #15807], by @gnattu
- Fix video lacking SAR and DAR are marked as anamorphic [PR #15834], by @nyanmisaka
- Use hvc1 codectag for Dolby Vision 8.4 [PR #15835], by @gnattu
- December 2025
- No date parsed from source.
- First seen by Releasebot:Dec 30, 2025
- Dec 15, 2025
- Date parsed from source:Dec 15, 2025
- First seen by Releasebot:Dec 15, 2025
10.11.5
Jellyfin Web 10.11.5 delivers targeted bug fixes and small quality boosts for a smoother streaming experience. This release adds an HEVC level 6.2 check, a backups help link, and fixes across browser detection subtitles layout and RTL language support.
Jellyfin Web 10.11.5
We are pleased to announce the latest stable release of Jellyfin, version 10.11.5! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
You can find more details about and discuss this release on our forums.
Changelog (9)
Enhancements
- Add hevc level 6.2 check [PR #7392], by @imtsuki
- Add help link to backups page [PR #7380], by @theguymadmax
General Changes
- Fix browser detection overwrites [PR #7411], by @thornbill
- Fix the return value for 'behavior' property [PR #7415], by @dmitrylyzo
- Fix subtitles need to be uploaded twice [PR #7409], by @shempignon
- Fix card actions in experimental layout [PR #7387], by @thornbill
- Bind PlayerChange before handlers to report correct isLocalPlayer [PR #7376], by @sildur
- Fix duplicate years due to type mismatch [PR #7379], by @Collin-Swish
- Fix card and logo position for rtl languages [PR #7378], by @thornbill
- Dec 14, 2025
- Date parsed from source:Dec 14, 2025
- First seen by Releasebot:Dec 15, 2025
- Modified by Releasebot:Mar 5, 2026
10.11.5
Jellyfin Server 10.11.5 launches with focused bug fixes to improve reliability and playback. This stable minor release tackles database, decoding, and metadata issues, plus performance tweaks. Upgrade with backups and enjoy smoother streaming across devices.
Jellyfin Server 10.11.5
We are pleased to announce the latest stable release of Jellyfin, version 10.11.5! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!
You can find more details about and discuss this release on our forums.
Changelog (17)
📈 General Changes
- Fix unnecessary database JOINs in ApplyNavigations [PR #15666], by @andrewrabert
- Skip invalid ignore rules [PR #15746], by @Shadowghost
- Fix backdrop images being deleted when stored with media [PR #15766], by @theguymadmax
- Fix NullReferenceException in ApplyOrder method [PR #15768], by @theguymadmax
- Fix AV1 decoding hang regression on RK3588 [PR #15776], by @nyanmisaka
- Fix collections display order [PR #15767], by @theguymadmax
- Fix parental rating filtering with sub-scores [PR #15786], by @theguymadmax
- Fix case sensitivity edge case [PR #15752], by @Collin-Swish
- Fix trickplay images using wrong item on alternate versions [PR #15757], by @theguymadmax
- Fix blocking in async context in LimitedConcurrencyLibraryScheduler [PR #15662], by @SapientGuardian
- Use original name for MusicAritist matching [PR #15689], by @gnattu
- Backport dependencies [PR #15723], by @Shadowghost
- Fix symlinked file size [PR #15681], by @ivanjx
- Fix ItemAdded event triggering when updating metadata [PR #15680], by @theguymadmax
- Fix: Add .ts fallback for video streams to prevent crash [PR #15690], by @martenumberto
- Fix stack overflow during scan (#15000) [PR #15698], by @myzhysz
- Fix the empty output of trickplay on RK3576 [PR #15670], by @nyanmisaka
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.