mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #524] [MERGED] Master 10.0.1 #8362
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:dev📝 Commits (10+)
bf42e24Ground work to get plugins functional again7bec6f1Open log files in browser againa086035Merge pull request #487 from sparky8251/fix-logs98bf897Fixed odd formatting in MimeType.CS8f4d0bbMerge pull request #488 from sparky8251/fix-mimetype-formattingb29c674Fix userprofile.js crash05946ffRemove unused resource36039d2link to rtfd contributing page rather than just the github repo5c5114aFix regression where it would do integer divisions, giving wrong result2f9a98fSome 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 build10.0.1-1.Changelog
#487: Support
*.logfiles 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.