changelog 11 KB

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