| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-14 | Translated using Weblate (Finnish) | Sakari Kukkonen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/ | |||
| 2026-04-14 | Update Microsoft to 10.0.6 | renovate[bot] | |
| 2026-04-14 | Update dependency dotnet-ef to v10.0.6 | renovate[bot] | |
| 2026-04-14 | Fix artist metadata not being fetched on initial library scan (#16606) | theguymadmax | |
| * Fix artist metadata not being fetched on initial library scan * Update Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs Co-authored-by: Bond-009 <bond.009@outlook.com> --------- Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2026-04-13 | Fix in-process restart (#16482) | Tim Eisele | |
| Fix in-process restart | |||
| 2026-04-13 | Translated using Weblate (Catalan) | Gargotaire | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/ | |||
| 2026-04-13 | Merge pull request #16619 from dkanada/person-filter | Niels van Velzen | |
| add NameStartsWith and NameLessThan filters to Person search | |||
| 2026-04-13 | add NameStartsWithOrGreater parameter to Persons endpoint | dkanada | |
| 2026-04-12 | More generic collection folder filter handling | Shadowghost | |
| 2026-04-12 | add NameStartsWith and NameLessThan filters to Person search | dkanada | |
| 2026-04-11 | 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-04-11 | Apply review suggestions | Shadowghost | |
| 2026-04-11 | Merge remote-tracking branch 'upstream/master' into epg-fixes | Shadowghost | |
| 2026-04-11 | Fix filters | Shadowghost | |
| 2026-04-11 | Merge pull request #16380 from LTe/fix-subtitle-extraction-setting | Bond-009 | |
| Respect EnableSubtitleExtraction setting in subtitle delivery | |||
| 2026-04-11 | Merge pull request #16567 from shocklateboy92/fix/iso639-2-language-display | Bond-009 | |
| Fix language display for ISO 639-2-only codes (e.g. mul, und, mis, zxx) | |||
| 2026-04-11 | Merge pull request #16609 from ddemarco5/master | Bond-009 | |
| Fix HDR tonemapping for BDMV content | |||
| 2026-04-11 | Merge pull request #16618 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update actions/upload-artifact action to v7.0.1 | |||
| 2026-04-10 | Update actions/upload-artifact action to v7.0.1 | renovate[bot] | |
| 2026-04-10 | Ignore season directories with no video for TV Shows | LmanTW | |
| 2026-04-10 | Record missing information | Dominic DeMarco | |
| Fixes tonemapping checks by recording previously missing information when gathering video stream information from videos in a BDMV structure | |||
| 2026-04-09 | Simplify null-check ternary style in ProbeResultNormalizer | Lasath Fernando | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2026-04-09 | Merge pull request #16588 from jellyfin/renovate/microsoft | Bond-009 | |
| Update dependency Microsoft.NET.Test.Sdk to 18.4.0 | |||
| 2026-04-09 | Merge pull request #16456 from joshuaboniface/fix-path-filesystem-logic | Joshua M. Boniface | |
| 2026-04-08 | Fix language display for ISO 639-2-only codes (e.g. mul, und) | Lasath Fernando | |
| LoadCultures() in LocalizationManager skipped all iso6392.txt entries without a two-letter ISO 639-1 code, dropping 302 of 496 languages including mul (Multiple languages), und (Undetermined), mis (Uncoded languages), zxx, and many real languages like Achinese, Akkadian, etc. This caused FindLanguageInfo() to return null for these codes, which meant: - ExternalPathParser could not recognize them as valid language codes in subtitle filenames, so the Language field was never set - DisplayTitle fell back to the raw code string (e.g. "Mul") Fix by allowing entries without two-letter codes to be loaded with an empty TwoLetterISOLanguageName. Also set LocalizedLanguage in ProbeResultNormalizer for ffprobe-detected streams (the DB repository path was already handled on master). | |||
| 2026-04-08 | Update dependency Microsoft.NET.Test.Sdk to 18.4.0 | renovate[bot] | |
| 2026-04-08 | Translated using Weblate (Abkhazian) | nour ovendodger | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ab/ | |||
| 2026-04-07 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-04-06 | 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-04-06 | Merge pull request #16577 from Bond-009/security-backports | Joshua M. Boniface | |
| Backport security fixes | |||
| 2026-04-06 | Update MediaBrowser.Controller/Entities/BaseItem.cs | Tim Eisele | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2026-04-06 | Lock down tuner API to be admin-only | Shadowghost | |
| 2026-04-06 | Fix GHSA-jh22-fw8w-2v9x | Shadowghost | |
| 2026-04-06 | Add additional validations | Shadowghost | |
| 2026-04-06 | Fix GHSA v2jv-54xj-h76w | Shadowghost | |
| 2026-04-06 | Fix GHSA-8fw7-f233-ffr8 with improved sanitization | Joshua M. Boniface | |
| Co-Authored-By: Shadowghost <Ghost_of_Stone@web.de> | |||
| 2026-04-06 | Fix GHSA-j2hf-x4q5-47j3 with improved sanitization | Joshua M. Boniface | |
| Co-Authored-By: Shadowghost <Ghost_of_Stone@web.de> | |||
| 2026-04-06 | Backport pull request #16540 from jellyfin/release-10.11.z | Shadowghost | |
| Handle folders without associated library in FixLibrarySubtitleDownloadLanguages Original-merge: be095f85ab80db1d20fccba8774856abe9ae0bd1 Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-04-06 | Backport pull request #16539 from jellyfin/release-10.11.z | MBR-0001 | |
| Fix subtitle saving Original-merge: f51c63e244436944d5269085a1bed1e56db7a78e Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-04-06 | Merge pull request #16342 from Bond-009/spammydebug | Bond-009 | |
| Don't spam debug log with items without rating | |||
| 2026-04-06 | Translated using Weblate (Ukrainian) | kscop-n1 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/ | |||
| 2026-04-06 | Translated using Weblate (Ukrainian) | kscop-n1 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/ | |||
| 2026-04-06 | Translated using Weblate (Dutch) | Bas | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2026-04-05 | Merge pull request #16573 from theguymadmax/update-template-for-10.11.8 | Bill Thornton | |
| 2026-04-05 | 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-04-05 | Update issue template version to 10.11.8 | theguymadmax | |
| 2026-04-05 | Merge pull request #16490 from theguymadmax/fix-nested-boxsets-query | Bond-009 | |
| Fix BoxSet parentId being ignored in item queries | |||
| 2026-04-05 | Merge pull request #16501 from bilbofroggins/master | Bond-009 | |
| Reverse check for track changed | |||
| 2026-04-05 | Merge pull request #16570 from jellyfin/renovate/z440.atl.core-7.x | Bond-009 | |
| Update dependency z440.atl.core to 7.12.0 | |||
| 2026-04-05 | Merge pull request #14745 from HeroBrine1st/master | Bond-009 | |
| Add AlbumNormalizationGain field to BaseItemDto | |||
