changelog 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. jellyfin (10.3.1-1) unstable; urgency=medium
  2. * New upstream version 10.3.1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.3.1
  3. -- Jellyfin Packaging Team <packaging@jellyfin.org> Sat, 20 Apr 2019 14:24:07 -0400
  4. jellyfin (10.3.0-1) unstable; urgency=medium
  5. * New upstream version 10.3.0; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.3.0
  6. -- Jellyfin Packaging Team <packaging@jellyfin.org> Fri, 19 Apr 2019 14:24:29 -0400
  7. jellyfin (10.2.2-1) unstable; urgency=medium
  8. * jellyfin:
  9. * PR968 Release 10.2.z copr autobuild
  10. * PR964 Install the dotnet runtime package in Fedora build
  11. * PR979 Build Package releases without debug turned on
  12. * PR990 Fix slow local image validation
  13. * PR991 Fix the ffmpeg compatibility
  14. * PR992 Add Debian armhf (Raspberry Pi) build plus crossbuild
  15. * PR998 Set EnableRaisingEvents to true for processes that require it
  16. * PR1017 Set ffmpeg+ffprobe paths in Docker container
  17. * jellyfin-web:
  18. * PR152 Go back on Media stop
  19. * PR156 Fix volume slider not working on nowplayingbar
  20. -- Jellyfin Packaging Team <packaging@jellyfin.org> Thu, 28 Feb 2019 15:32:16 -0500
  21. jellyfin (10.2.1-1) unstable; urgency=medium
  22. * jellyfin:
  23. * PR920 Fix cachedir missing from Docker container
  24. * PR924 Use the movie name instead of folder name
  25. * PR933 Semi-revert to prefer old movie grouping behaviour
  26. * PR948 Revert movie matching (supercedes PR933, PR924, PR739)
  27. * PR960 Use jellyfin/ffmpeg image
  28. * jellyfin-web:
  29. * PR136 Re-add OpenSubtitles configuration page
  30. * PR137 Replace HeaderEmbyServer with HeaderJellyfinServer on plugincatalog
  31. * PR138 Remove left-over JS for Customize Home Screen
  32. * PR141 Exit fullscreen automatically after video playback ends
  33. -- Jellyfin Packaging Team <packaging@jellyfin.org> Wed, 20 Feb 2019 11:36:16 -0500
  34. jellyfin (10.2.0-2) unstable; urgency=medium
  35. * jellyfin:
  36. * PR452 Use EF Core for Activity database
  37. * PR535 Clean up streambuilder
  38. * PR655 Support trying local branches in submodule
  39. * PR656 Do some logging in MediaInfoService
  40. * PR657 Remove conditions that are always true/false
  41. * PR661 Fix NullRef from progress report
  42. * PR663 Use TagLibSharp Nuget package
  43. * PR664 Revert "Fix segment_time_delta for ffmpeg 4.1"
  44. * PR666 Add cross-platform build for arm64
  45. * PR668 Return Audio objects from MusicAlbum.Tracks
  46. * PR671 Set EnableRaisingEvents correctly
  47. * PR672 Remove unconditional caching, modified since header and use ETags
  48. * PR677 Fix arm32 Docker
  49. * PR681 Fix Windows build script errors + pin ffmpeg to 4.0
  50. * PR686 Disable some StyleCop warnings
  51. * PR687 Fix some analyzer warnings
  52. * PR689 Fix RPM package build for fedora
  53. * PR702 Fix debug build on windows
  54. * PR706 Make another docker layer reusable
  55. * PR709 Fix always null expressions
  56. * PR710 Fix a spelling mistake
  57. * PR711 Remove remnants of system events
  58. * PR713 Fix empty statement in DidlBuilder.cs
  59. * PR716 Remove more compile time warnings
  60. * PR721 Change image dimentions from double to int
  61. * PR723 Minor improvements to db code
  62. * PR724 Move Skia back into it's own project
  63. * PR726 Clean up IFileSystem wrappers around stdlib.
  64. * PR727 Change default aspect ratio to 2/3 from 0
  65. * PR728 Use ffmpeg from jrottenberg/ffmpeg
  66. * PR732 Reworked LocalizationManager to load data async
  67. * PR733 Remove unused function
  68. * PR734 Fix more analyzer warnings
  69. * PR736 Start startup tasks async
  70. * PR737 Add AssemblyInfo for Jellyfin.Drawing.Skia
  71. * PR739 Change multi version logic for movies
  72. * PR740 Remove code for pre-installed plugins & properly check if file exists
  73. * PR756 Make cache dir configurable
  74. * PR757 Fix default aspect ratio
  75. * PR758 Add password field to initial setup
  76. * PR764 Remove dead code, made some functions properly async
  77. * PR769 Fix conditions where the ! was swallowed in #726
  78. * PR774 reimplement support for plugin repository
  79. * PR782 Remove commented file MediaBrowser.LocalMetadata.Savers.PersonXmlSaver
  80. * PR783 Update builds to use #749 and #756
  81. * PR788 Fix more warnings
  82. * PR794 Remove MoreLINQ
  83. * PR797 Fix all warnings
  84. * PR798 Cleanup around the api endpoints
  85. * PR800 Add CentOS and update rpm spec for the cachedir option
  86. * PR802 Fix build error
  87. * PR804 Handle new option parser properly
  88. * PR805 Add weblate translation status to README
  89. * PR807 Fix restart script in OS packages
  90. * PR810 Fix loading of rating files
  91. * PR812 Fix up the explicit docs links in the README
  92. * PR819 Some small changes in Device.cs and DidlBuilder.cs
  93. * PR822 Complete rename ImageSize -> ImageDimensions
  94. * PR824 Improved Docker pkgbuild
  95. * PR831 Move some arrays to generics
  96. * PR833 Add await to GetCountries in LocalizationService
  97. * PR834 Add donation badge and reorganize badges
  98. * PR838 Quick style fix
  99. * PR840 Fix more warnings
  100. * PR841 Fix OC badge to all and add forum badge
  101. * PR842 Use VAAPI-enabled ffmpeg
  102. * PR852 Use SQLitePCL.pretty.netstandard on NuGet
  103. * PR853 Fix poor handling of cache directories
  104. * PR864: Add support for ZIP plugin archives
  105. * PR868: Fix audio streaming via BaseProgressiveStreamingService
  106. * PR869: Remove DLL support and require all packages/plugins to be zip archives
  107. * PR872: Fix potential NullReferenceException
  108. * PR890: Drop ETag and use Last-Modified header
  109. * PR892: Add jellyfin-ffmpeg and versioning to package deps
  110. * PR899: DLNA: Fix race condition leading to missing device names
  111. * PR901: Properly dispose HttpWebResponse when the request failed to avoid 'too many open files'
  112. * PR909: Fix docker arm builds
  113. * PR910: Enhance Dockerfiles
  114. * PR911: Checkout submodules in Docker Hub hook
  115. * jellyfin-web:
  116. * PR51 remove more code for sync and camera roll
  117. * PR56 Use English for fallback translations and clean up language files
  118. * PR58 Css slider fixes
  119. * PR62 remove BOM markers
  120. * PR65 Fix profile image not being shown on profile page
  121. * PR73 Dev sync
  122. * PR74 Add download menu option to media items
  123. * PR75 User profile fixes
  124. * PR76 Fix syntax error caused by deminification
  125. * PR79 Remove unused Connect related from the frontend
  126. * PR80 Remove games
  127. * PR92 Added frontend support for a password field on setup
  128. * PR94 Update british strings
  129. * PR95 add display language option back
  130. * PR112 Removed seasonal theme support
  131. * PR116 Consolidate all strings into a single file per language
  132. * PR117 Fix volume slider behavior
  133. * PR118 Enable and fix PiP for Safari
  134. * PR119 Make the toggle track visible on all themes
  135. * PR121 Fix syntax error in site.js
  136. * PR127 Change sharedcomponents module to core
  137. * PR135 Make sure fallback culture is always available
  138. -- Jellyfin Packaging Team <packaging@jellyfin.org> Fri, 15 Feb 2019 20:51:25 -0500
  139. jellyfin (10.1.0-1) unstable; urgency=medium
  140. * jellyfin:
  141. * PR335 Build scripts and build system consolidation.
  142. * PR424 add jellyfin-web as submodule
  143. * PR455 Cleanup some small things
  144. * PR458 Clean up several minor issues and add TODOs
  145. * PR506 Removing tabs and trailing whitespace
  146. * PR508 Update internal versioning and user agents.
  147. * PR516 Remove useless properties from IEnvironmentInfo
  148. * PR520 Fix potential bug where aspect ratio would be incorrectly calculated
  149. * PR534 Add linux-arm and linux-arm64 native NuGet dependency.
  150. * PR540 Update Emby API keys to our own
  151. * PR541 Change ItemId to Guid in ProviderManager
  152. * PR556 Fix "Password Reset by PIN" page
  153. * PR562 Fix error with uppercase photo extension and fix typo in a log line
  154. * PR563 Update dev from master
  155. * PR566 Avoid printing stacktrace when bind to port 1900 fails
  156. * PR567 Shutdown gracefully when recieving a termination signal
  157. * PR571 Add more NuGet metadata properties
  158. * PR575 Reformat all C# server code to conform with code standards
  159. * PR576 Add code analysers for debug builds
  160. * PR580 Fix Docker build
  161. * PR582 Replace custom image parser with Skia
  162. * PR587 Add nuget info to Emby.Naming
  163. * PR589 Ensure config and log folders exist
  164. * PR596 Fix indentation for xml files
  165. * PR598 Remove MediaBrowser.Text for license violations and hackiness
  166. * PR606 Slim down docker image
  167. * PR613 Update MediaEncoding
  168. * PR616 Add Swagger documentation
  169. * PR619 Really slim down Docker container
  170. * PR621 Minor improvements to library scan code
  171. * PR622 Add unified build script and bump_version script
  172. * PR623 Replaced injections of ILogger with ILoggerFactory
  173. * PR625 Update taglib-sharp
  174. * PR626 Fix extra type name in parameter, add out keyword
  175. * PR627 Use string for ApplicationVersion
  176. * PR628 Update Product Name (User-Agent)
  177. * PR629 Fix subtitle converter misinterpreting 0 valued endTimeTicks
  178. * PR631 Cleanup ImageProcessor and SkiaEncoder
  179. * PR634 Replace our TVDB key with @drakus72's which is V1
  180. * PR636 Allow subtitle extraction and conversion in direct streaming
  181. * PR637 Remove unused font
  182. * PR638 Removed XmlTv testfiles and nuget install
  183. * PR646: Fix infinite loop bug on subtitle.m3u8 request
  184. * PR655: Support trying local branches in submodule
  185. * PR661: Fix NullRef from progress report
  186. * PR666: Add cross-platform build for arm64
  187. * jellyfin-web:
  188. * PR1: Change webcomponents to non-minified version
  189. * PR4: Fix user profile regression
  190. * PR6: Make icon into proper ico and large PNG
  191. * PR7: Fix firefox failing to set password for users with no password set
  192. * PR8: Remove premiere stuff and fix crashes caused by earlier removals
  193. * PR12: Fix return from PIN reset to index.html
  194. * PR13: Send android clients to select server before login
  195. * PR14: Reimplement page to add server
  196. * PR16: Fix spinning circle at the end of config wizard
  197. * PR17: Fix directorybrower not resetting scroll
  198. * PR19: Set union merge for CONTRIBUTORS.md
  199. * PR20: Show album thumbnail and artist image in page itemdetail
  200. * PR26: Make the card titles clickable
  201. * PR27: Stop pagination and adding a library from being able to trigger multiple times
  202. * PR28: Add transparent nav bar to BlueRadiance theme CSS
  203. * PR29: Clean up imageuploader
  204. * PR30: Remove iap and simplify registrationservices
  205. * PR36: Open videos in fullscreen on android devices
  206. * PR37: Remove broken features from web interface
  207. * PR38: Fix inconsistent UI coloring around settings drawer
  208. * PR39: Remove back button from dashboard and metadata manager
  209. * PR42: Fix Home backdrop not loading
  210. * PR43: Filter videos by audio stream language
  211. * PR44: Remove filter from library collection type options
  212. * PR45: Fix data-backbutton logic
  213. * PR46: Minor changes to navbar elements
  214. * PR48: Remove Sync code
  215. * PR52: Fix progress color
  216. * PR53: Fix user tabs color
  217. * PR54: Add back button to server dashboard
  218. -- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 20 Jan 2019 23:19:46 -0500
  219. jellyfin (10.0.2-1) unstable; urgency=medium
  220. * Hotfix release
  221. * jellyfin/jellyfin-web#23: Update Chromecast app ID [via direct commit]
  222. * #540: Update Emby API keys to our own
  223. * #541: Change ItemId to Guid in ProviderManager
  224. * #566: Avoid printing stacktrace when bind to port 1900 fails
  225. -- Joshua Boniface <joshua@boniface.me> Sat, 19 Jan 2019 01:19:59 -0500
  226. jellyfin (10.0.1-1) unstable; urgency=medium
  227. * Hotfix release, corrects several small bugs from 10.0.0
  228. * #512: Fix CONTRIBUTORS.md formatting
  229. * #501: Fix regression in integer divisions in latest movies category
  230. * #498: Change contributing link in settings to readthedocs.io
  231. * #493: Remove unused values.txt resource
  232. * #491: Fix userprofile.js crash
  233. * #519: Fix the DecodeJfif function to get proper image sizes
  234. * #486: Add NuGet package info to plugin projects
  235. -- Joshua Boniface <joshua@boniface.me> Tue, 08 Jan 2019 20:06:01 -0500
  236. jellyfin (10.0.0-1) unstable; urgency=medium
  237. * The first Jellyfin release under our new versioning scheme
  238. * Numerous bugfixes and code readability improvements
  239. * Updated logging configuration, including flag for it and configdir
  240. * Updated theming including logo
  241. * Dozens of other improvements as documented in GitHub pull request #419
  242. -- Joshua Boniface <joshua@boniface.me> Sat, 05 Jan 2019 15:39:25 -0500
  243. jellyfin (3.5.2-5) unstable; urgency=medium
  244. * Fully GPL'd release - remove tainted code from MediaBrowser.Common
  245. * Several code cleanups and tweaks
  246. -- Joshua Boniface <joshua@boniface.me> Fri, 28 Dec 2018 10:26:30 -0500
  247. jellyfin (3.5.2-4) unstable; urgency=medium
  248. * Correct manifest.json bug and vdpau
  249. -- Joshua Boniface <joshua@boniface.me> Thu, 20 Dec 2018 18:31:43 -0500
  250. jellyfin (3.5.2-3) unstable; urgency=medium
  251. * Correct several bugs in 3.5.2-2 packaging
  252. -- Joshua Boniface <joshua@boniface.me> Sat, 15 Dec 2018 18:17:32 -0500
  253. jellyfin (3.5.2-2) unstable; urgency=medium
  254. * Major code updates related to rebranding and cleanup
  255. -- Joshua Boniface <joshua@boniface.me> Fri, 14 Dec 2018 00:07:46 -0500
  256. jellyfin (3.5.2-1) unstable; urgency=medium
  257. * Add ffmpeg dependency and cleanup work
  258. -- Joshua Boniface <joshua@boniface.me> Tue, 11 Dec 2018 20:55:32 -0500
  259. jellyfin (3.5.2) unstable; urgency=medium
  260. * Rename from emby-server on version 3.5.2
  261. -- Joshua Boniface <joshua@boniface.me> Sun, 9 Dec 2018 15:20:58 -0400