[PR #524] [MERGED] Master 10.0.1 #8362

Closed
opened 2026-02-07 05:42:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/524
Author: @joshuaboniface
Created: 1/9/2019
Status: Merged
Merged: 1/9/2019
Merged by: @joshuaboniface

Base: masterHead: dev


📝 Commits (10+)

  • bf42e24 Ground work to get plugins functional again
  • 7bec6f1 Open log files in browser again
  • a086035 Merge pull request #487 from sparky8251/fix-logs
  • 98bf897 Fixed odd formatting in MimeType.CS
  • 8f4d0bb Merge pull request #488 from sparky8251/fix-mimetype-formatting
  • b29c674 Fix userprofile.js crash
  • 05946ff Remove unused resource
  • 36039d2 link to rtfd contributing page rather than just the github repo
  • 5c5114a Fix regression where it would do integer divisions, giving wrong result
  • 2f9a98f Some less obvious ones that I was told were there

📊 Changes

19 files changed (+69 additions, -33 deletions)

View changed files

📝 CONTRIBUTORS.md (+1 -1)
📝 Emby.Drawing/Common/ImageHeader.cs (+18 -13)
📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+0 -1)
📝 Emby.Server.Implementations/LiveTv/LiveTvManager.cs (+3 -3)
📝 Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs (+1 -1)
Emby.Server.Implementations/values.txt (+0 -0)
📝 MediaBrowser.Common/MediaBrowser.Common.csproj (+5 -0)
📝 MediaBrowser.Controller/Entities/Movies/BoxSet.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/Movies/Movie.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/TV/Episode.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/Trailer.cs (+1 -1)
📝 MediaBrowser.Controller/LiveTv/LiveTvProgram.cs (+2 -2)
📝 MediaBrowser.Controller/MediaBrowser.Controller.csproj (+5 -0)
📝 MediaBrowser.Model/MediaBrowser.Model.csproj (+5 -0)
📝 MediaBrowser.Model/Net/MimeTypes.cs (+8 -4)
📝 MediaBrowser.WebDashboard/dashboard-ui/dashboardgeneral.html (+1 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/scripts/myprofile.js (+2 -2)
📝 SharedVersion.cs (+1 -1)
📝 debian/changelog (+13 -0)

📄 Description

Hotfix release correcting regressions and obvious bugs from 10.0.0.

Release tagged 10.0.1. Debian build 10.0.1-1.

Changelog

#487: Support *.log files in browser log viewer
#488: Fix odd formatting in MimeType.cs
#512: Fix CONTRIBUTORS.md formatting
#501: Fix regression in integer divisions in latest movies category
#498: Change contributing link in settings to readthedocs.io
#493: Remove unused values.txt resource
#491: Fix userprofile.js crash
#519: Fix the DecodeJfif function to get proper image sizes
#486: Add NuGet package info to plugin projects
#523: Bump version for 10.0.1


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/524 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 1/9/2019 **Status:** ✅ Merged **Merged:** 1/9/2019 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`bf42e24`](https://github.com/jellyfin/jellyfin/commit/bf42e24dee4a4570e37ddec5371da889e49992c5) Ground work to get plugins functional again - [`7bec6f1`](https://github.com/jellyfin/jellyfin/commit/7bec6f1fca14031974f69cc574448aafc46ad20a) Open log files in browser again - [`a086035`](https://github.com/jellyfin/jellyfin/commit/a0860354963905d2c600169bfcbc1a300db507dc) Merge pull request #487 from sparky8251/fix-logs - [`98bf897`](https://github.com/jellyfin/jellyfin/commit/98bf897d038e1b266bb69aab09a222242118cec6) Fixed odd formatting in MimeType.CS - [`8f4d0bb`](https://github.com/jellyfin/jellyfin/commit/8f4d0bb744c8d6c7811a24bd1df268e046ae21db) Merge pull request #488 from sparky8251/fix-mimetype-formatting - [`b29c674`](https://github.com/jellyfin/jellyfin/commit/b29c6746bef1ccba1c1873b7f80a6615abb8a2d9) Fix userprofile.js crash - [`05946ff`](https://github.com/jellyfin/jellyfin/commit/05946ff9e3702b689493beaea0f0473f903bcd99) Remove unused resource - [`36039d2`](https://github.com/jellyfin/jellyfin/commit/36039d2ee1e107e004866f739e75c1e2a97d6861) link to rtfd contributing page rather than just the github repo - [`5c5114a`](https://github.com/jellyfin/jellyfin/commit/5c5114a3bee5300fb9cf398b4f576ec15ebbf602) Fix regression where it would do integer divisions, giving wrong result - [`2f9a98f`](https://github.com/jellyfin/jellyfin/commit/2f9a98fd65a21321a06ee8c4b3787136c67bf323) Some less obvious ones that I was told were there ### 📊 Changes **19 files changed** (+69 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -1) 📝 `Emby.Drawing/Common/ImageHeader.cs` (+18 -13) 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+0 -1) 📝 `Emby.Server.Implementations/LiveTv/LiveTvManager.cs` (+3 -3) 📝 `Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs` (+1 -1) ➖ `Emby.Server.Implementations/values.txt` (+0 -0) 📝 `MediaBrowser.Common/MediaBrowser.Common.csproj` (+5 -0) 📝 `MediaBrowser.Controller/Entities/Movies/BoxSet.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/Movies/Movie.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/TV/Episode.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/Trailer.cs` (+1 -1) 📝 `MediaBrowser.Controller/LiveTv/LiveTvProgram.cs` (+2 -2) 📝 `MediaBrowser.Controller/MediaBrowser.Controller.csproj` (+5 -0) 📝 `MediaBrowser.Model/MediaBrowser.Model.csproj` (+5 -0) 📝 `MediaBrowser.Model/Net/MimeTypes.cs` (+8 -4) 📝 `MediaBrowser.WebDashboard/dashboard-ui/dashboardgeneral.html` (+1 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/scripts/myprofile.js` (+2 -2) 📝 `SharedVersion.cs` (+1 -1) 📝 `debian/changelog` (+13 -0) </details> ### 📄 Description Hotfix release correcting regressions and obvious bugs from `10.0.0`. Release tagged `10.0.1`. Debian build `10.0.1-1`. ## Changelog #487: Support `*.log` files in browser log viewer #488: Fix odd formatting in MimeType.cs #512: Fix CONTRIBUTORS.md formatting #501: Fix regression in integer divisions in latest movies category #498: Change contributing link in settings to readthedocs.io #493: Remove unused values.txt resource #491: Fix userprofile.js crash #519: Fix the DecodeJfif function to get proper image sizes #486: Add NuGet package info to plugin projects #523: Bump version for 10.0.1 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:42:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8362