| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-01 | Merge pull request #16323 from jellyfin/readme-sponsor-update | Anthony Lavado | |
| Update JetBrains logo link in README.md | |||
| 2026-03-01 | Update JetBrains logo link in README.md | Anthony Lavado | |
| Update the logo to match the current branding that has been live for a while now. | |||
| 2026-03-01 | Stop server immediately on migration only mode | JPVenson | |
| 2026-03-01 | Fix StyleCop and xUnit analyzer errors | NoFear0411 | |
| - Add missing param and returns XML doc tags (SA1611, SA1615) - Remove trailing alignment whitespace in test attributes (SA1025) - Use nullable string parameter for null test case (xUnit1012) | |||
| 2026-03-01 | Add poytiis to CONTRIBUTORS.md | Teemu Pöytäniemi | |
| 2026-03-01 | Remove unnecessary ToList calls | Teemu Pöytäniemi | |
| 2026-03-01 | Update naming | JPVenson | |
| 2026-03-01 | Add startup mode to migrate or seed the database on cmd | JPVenson | |
| 2026-03-01 | Backport pull request #16253 from jellyfin/release-10.11.z | theguymadmax | |
| Checkpoint WAL before moving library.db in migration Original-merge: b6a96513de5fa301db83c6adab47fe64db0ff48e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-03-01 | Backport pull request #16204 from jellyfin/release-10.11.z | MBR-0001 | |
| Fix broken library subtitle download settings Original-merge: ca57166e95858f9c767b6279df6e5abfe9212700 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-03-01 | Merge pull request #16281 from jellyfin/JPVenson-patch-1 | JPVenson | |
| Revise note on hosting web client for development | |||
| 2026-03-01 | Fix near-1:1 SAR values falsely flagged as anamorphic | NoFear0411 | |
| Encoders sometimes produce sample aspect ratios like 3201:3200 (0.03% off square) for content that has effectively square pixels. The exact string comparison against "1:1" marks these as anamorphic, which triggers unnecessary transcoding on clients that require non-anamorphic video. Parse the SAR ratio numerically and treat values within 1% of 1:1 as square pixels. This threshold is well clear of the nearest real anamorphic SAR (PAL 4:3 at 16:15 = 6.67% off). | |||
| 2026-02-28 | Fix promotion | Shadowghost | |
| 2026-02-28 | Defer primary deletion if we replace primary until after item creation | Shadowghost | |
| 2026-02-27 | Decouple demotion detection from deletion | Shadowghost | |
| 2026-02-27 | Fix version promotion if multiple versions change | Shadowghost | |
| 2026-02-27 | Merge pull request #16307 from jellyfin/renovate/major-github-artifact-actions | Bond-009 | |
| Update GitHub Artifact Actions (major) | |||
| 2026-02-27 | Fix LinkedAlternativeVersion validation | Shadowghost | |
| 2026-02-27 | Enable Extras for BD and DVD folders | Shadowghost | |
| 2026-02-27 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-02-26 | Update GitHub Artifact Actions | renovate[bot] | |
| 2026-02-26 | Backport pull request #16150 from jellyfin/release-10.11.z | dfederm | |
| Fix nullref in Season.GetEpisodes when the season is detached from a series Original-merge: b65daeca0baf7a447185205461b4a9d758bbeb26 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-02-26 | Merge pull request #16255 from cosu/fix/streaminfo-malformed-query-string | Bond-009 | |
| Fix malformed query string in StreamInfo.ToUrl() causing 500 error via proxies | |||
| 2026-02-26 | Merge pull request #16256 from Shadowghost/upgrade-swashbuckle | Bond-009 | |
| Upgrade Swashbuckle to v10 | |||
| 2026-02-26 | Translated using Weblate (Belarusian) | Pavel Miniutka | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/be/ | |||
| 2026-02-25 | Update saved metadata on primary change | Shadowghost | |
| 2026-02-25 | Fix LinkedChildren rerouting on primary version demotion | Shadowghost | |
| 2026-02-25 | Merge pull request #16296 from jellyfin/renovate/microsoft | Bond-009 | |
| Update dependency Microsoft.NET.Test.Sdk to 18.3.0 | |||
| 2026-02-25 | Apply review suggestions | Shadowghost | |
| 2026-02-25 | Fix collection handling of multiple version movie | Shadowghost | |
| 2026-02-24 | Fix special features filter | Shadowghost | |
| 2026-02-24 | Update dependency Microsoft.NET.Test.Sdk to 18.3.0 | renovate[bot] | |
| 2026-02-24 | adding strm & http ignore to extract timestamp | ghis@am.com | |
| 2026-02-23 | Optimize SeriesDatePlayed ordering | Shadowghost | |
| 2026-02-23 | Gracefully handle empty listingId | Shadowghost | |
| 2026-02-23 | Fix promotion logic | Shadowghost | |
| 2026-02-23 | Fixup | Shadowghost | |
| 2026-02-23 | Fix version promotion | Shadowghost | |
| 2026-02-22 | Apply review suggestion | Shadowghost | |
| 2026-02-22 | Cleanup folder duplicates of series | Shadowghost | |
| 2026-02-22 | Persistence | Shadowghost | |
| 2026-02-22 | Handle 5002, 5003 and add caches | Shadowghost | |
| 2026-02-21 | Fix Skipping | Shadowghost | |
| 2026-02-21 | Return Name instead of CleanName for legacy filters | Shadowghost | |
| 2026-02-21 | Handle linkedChildren in GetPlayedAndTotalCountBatch and optimize filter | Shadowghost | |
| 2026-02-21 | Fix IsPlayed filter and setting BoxSet played/unplayed | Shadowghost | |
| 2026-02-21 | Fix image failure response handling in batch endpoint | Shadowghost | |
| 2026-02-21 | AIFF support: add .aifc as audio file type, remove .aiff as image file type | Evan Champion | |
| 2026-02-21 | Fix batch requests | Shadowghost | |
| 2026-02-21 | Translated using Weblate (Japanese) | INOUE Daisuke | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/ | |||
