| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-19 | Surface the played version for resume | Shadowghost | |
| 2026-06-19 | Remove orphaned people | theguymadmax | |
| 2026-06-18 | Merge pull request #14935 from JadedRain/master | Bond-009 | |
| Fixed "Deleting media that is still being watched in SyncPlay results in errors" | |||
| 2026-06-18 | Merge pull request #17112 from theguymadmax/add-year-to-series-resolver | Bond-009 | |
| Fix series year lost during name parsing | |||
| 2026-06-17 | Merge pull request #17087 from dkanada/book-resolver | Bond-009 | |
| improve book resolution from filename | |||
| 2026-06-16 | Translated using Weblate (Indonesian) | Darren | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/ | |||
| 2026-06-15 | Skip parsing root-level folders in SeriesResolver | theguymadmax | |
| 2026-06-15 | Translated using Weblate (Kannada) | Rohith | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kn/ | |||
| 2026-06-15 | Fix series year lost during parsing | theguymadmax | |
| 2026-06-15 | Translated using Weblate (Spanish (Argentina)) | Franco Castillo | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/ | |||
| 2026-06-15 | improve book resolution from filename | dkanada | |
| 2026-06-12 | Merge remote-tracking branch 'upstream/master' into version-model-and-handling | Shadowghost | |
| 2026-06-12 | Fix performance | Shadowghost | |
| 2026-06-10 | Translated using Weblate (English (United Kingdom)) | Andi Chandler | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/ | |||
| 2026-06-10 | Translated using Weblate (Chinese (Traditional Han script, Hong Kong)) | Lofuuzi | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/ | |||
| 2026-06-10 | Merge remote-tracking branch 'upstream/master' into version-model-and-handling | Shadowghost | |
| 2026-06-09 | Coalesce alternate-version progress onto primary in resume filter | Shadowghost | |
| 2026-06-08 | Merge pull request #17041 from Shadowghost/media-source-handling-fixes | Bond-009 | |
| Media source handling fixes | |||
| 2026-06-08 | Merge pull request #10841 from Bond-009/LiveTvImageFix | Bond-009 | |
| Refresh live TV channel image when remapped (alt #7843) (fixes #7834) | |||
| 2026-06-08 | Translated using Weblate (Serbian) | nenadsuperzmaj | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/ | |||
| 2026-06-08 | Translated using Weblate (Greek) | Thunderstrike116 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/ | |||
| 2026-06-08 | Translated using Weblate (Greek) | skzeus | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/ | |||
| 2026-06-07 | Keep the queried item's media source as the playback default in ↵ | Shadowghost | |
| MediaSourceManager | |||
| 2026-06-07 | Fix MediaSegments for multi versions | Shadowghost | |
| 2026-06-07 | Fix data extraction for alternative versions | Shadowghost | |
| 2026-06-07 | Filter inaccessible alternative versions | Shadowghost | |
| 2026-06-07 | Respect user permissions in version count | Shadowghost | |
| 2026-06-07 | Make ContinueWatching and NextUp version-aware | Shadowghost | |
| 2026-06-07 | Add version-aware playback tracking | Shadowghost | |
| 2026-06-07 | Merge pull request #16121 from Shadowghost/search-rebased | Bond-009 | |
| Implement search providers | |||
| 2026-06-07 | Merge pull request #16520 from beateixeira04/PlaylistPrimaryImageFix | Bond-009 | |
| fix(dto): prefer PlaylistsFolder primary image for playlists tiles | |||
| 2026-06-07 | Apply suggestions from code review | Tim Eisele | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2026-06-07 | Merge pull request #16941 from Shadowghost/fix-external-data-pruning | Bond-009 | |
| Fix external data pruning on item deletion | |||
| 2026-06-07 | Omit external trickplay directory if itme has no path | Shadowghost | |
| 2026-06-07 | Translated using Weblate (Greek) | skzeus | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/ | |||
| 2026-06-06 | Address PR comment | David Federman | |
| 2026-06-03 | Do not set topParentId if OwnerIds are empty | Shadowghost | |
| 2026-06-03 | Address PR comment | David Federman | |
| 2026-06-02 | Reject unsafe plugin package names in installer | David Federman | |
| 2026-06-01 | Merge pull request #16967 from Shadowghost/fix-recently-added-posters | Bond-009 | |
| Fix recently added episode links and posters | |||
| 2026-06-01 | Only resolve symlinks on playback (#16965) | Tim Eisele | |
| Only resolve symlinks on playback | |||
| 2026-05-31 | Merge remote-tracking branch 'upstream/master' into search-rebased | Shadowghost | |
| 2026-05-31 | Fix similarity (#16942) | Tim Eisele | |
| Fix similarity | |||
| 2026-05-31 | Add support for VobSub subtitle streams (#16552) | Neptune | |
| * Add support for VobSub subtitle streams * update logic to determine separate extraction for VobSub subtitles * simplify VobSub extraction logic and fix ffmpeg command * Match `ExtractAllExtractableSubtitlesMKS` with `ExtractAllExtractableSubtitlesInternal` Matroska's VobSub option * Add a comments clarify why MKS was used, and remove the redundant VobSub extension branch * remove redundant VobSub format check * fix type errors | |||
| 2026-05-30 | Merge remote-tracking branch 'upstream/master' into search-rebased | Shadowghost | |
| # Conflicts: # Emby.Server.Implementations/Library/LibraryManager.cs # Jellyfin.Server.Implementations/Item/PeopleRepository.cs # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Controller/Persistence/IPeopleRepository.cs | |||
| 2026-05-30 | only fetch language codes for the requested library when generating filter ↵ | TheMelmacian | |
| values | |||
| 2026-05-29 | Remove the unused NowPlayingQueueFullItems session property from session ↵ | PCEWLKR | |
| DTOs and associated references | |||
| 2026-05-29 | Fix CA2007 warnings in InstallationManager (#16946) | Bond-009 | |
| Wrap the downloaded stream in an explicit await using block with ConfigureAwait(false), matching the pattern already used in LiveStreamHelper and similar callers. Also add ConfigureAwait(false) to the ZipFile.ExtractToDirectoryAsync call. Part of #2149 | |||
| 2026-05-29 | Add a collection API for `Included In` feature (#15516) | Sam Xie | |
| Add a collection API for `Included In` feature | |||
| 2026-05-29 | Fix recently added episode links and posters | Shadowghost | |
