changelog 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. jellyfin (10.1.0-1) unstable; urgency=medium
  2. * jellyfin:
  3. * PR335 Build scripts and build system consolidation.
  4. * PR424 add jellyfin-web as submodule
  5. * PR455 Cleanup some small things
  6. * PR458 Clean up several minor issues and add TODOs
  7. * PR506 Removing tabs and trailing whitespace
  8. * PR508 Update internal versioning and user agents.
  9. * PR516 Remove useless properties from IEnvironmentInfo
  10. * PR520 Fix potential bug where aspect ratio would be incorrectly calculated
  11. * PR534 Add linux-arm and linux-arm64 native NuGet dependency.
  12. * PR540 Update Emby API keys to our own
  13. * PR541 Change ItemId to Guid in ProviderManager
  14. * PR556 Fix "Password Reset by PIN" page
  15. * PR562 Fix error with uppercase photo extension and fix typo in a log line
  16. * PR563 Update dev from master
  17. * PR566 Avoid printing stacktrace when bind to port 1900 fails
  18. * PR567 Shutdown gracefully when recieving a termination signal
  19. * PR571 Add more NuGet metadata properties
  20. * PR575 Reformat all C# server code to conform with code standards
  21. * PR576 Add code analysers for debug builds
  22. * PR580 Fix Docker build
  23. * PR582 Replace custom image parser with Skia
  24. * PR587 Add nuget info to Emby.Naming
  25. * PR589 Ensure config and log folders exist
  26. * PR596 Fix indentation for xml files
  27. * PR598 Remove MediaBrowser.Text for license violations and hackiness
  28. * PR606 Slim down docker image
  29. * PR613 Update MediaEncoding
  30. * PR616 Add Swagger documentation
  31. * PR619 Really slim down Docker container
  32. * PR621 Minor improvements to library scan code
  33. * PR622 Add unified build script and bump_version script
  34. * PR623 Replaced injections of ILogger with ILoggerFactory
  35. * PR625 Update taglib-sharp
  36. * PR626 Fix extra type name in parameter, add out keyword
  37. * PR627 Use string for ApplicationVersion
  38. * PR628 Update Product Name (User-Agent)
  39. * PR629 Fix subtitle converter misinterpreting 0 valued endTimeTicks
  40. * PR631 Cleanup ImageProcessor and SkiaEncoder
  41. * PR634 Replace our TVDB key with @drakus72's which is V1
  42. * PR636 Allow subtitle extraction and conversion in direct streaming
  43. * PR637 Remove unused font
  44. * PR638 Removed XmlTv testfiles and nuget install
  45. * PR646: Fix infinite loop bug on subtitle.m3u8 request
  46. * PR655: Support trying local branches in submodule
  47. * PR661: Fix NullRef from progress report
  48. * PR666: Add cross-platform build for arm64
  49. * jellyfin-web:
  50. * PR1: Change webcomponents to non-minified version
  51. * PR4: Fix user profile regression
  52. * PR6: Make icon into proper ico and large PNG
  53. * PR7: Fix firefox failing to set password for users with no password set
  54. * PR8: Remove premiere stuff and fix crashes caused by earlier removals
  55. * PR12: Fix return from PIN reset to index.html
  56. * PR13: Send android clients to select server before login
  57. * PR14: Reimplement page to add server
  58. * PR16: Fix spinning circle at the end of config wizard
  59. * PR17: Fix directorybrower not resetting scroll
  60. * PR19: Set union merge for CONTRIBUTORS.md
  61. * PR20: Show album thumbnail and artist image in page itemdetail
  62. * PR26: Make the card titles clickable
  63. * PR27: Stop pagination and adding a library from being able to trigger multiple times
  64. * PR28: Add transparent nav bar to BlueRadiance theme CSS
  65. * PR29: Clean up imageuploader
  66. * PR30: Remove iap and simplify registrationservices
  67. * PR36: Open videos in fullscreen on android devices
  68. * PR37: Remove broken features from web interface
  69. * PR38: Fix inconsistent UI coloring around settings drawer
  70. * PR39: Remove back button from dashboard and metadata manager
  71. * PR42: Fix Home backdrop not loading
  72. * PR43: Filter videos by audio stream language
  73. * PR44: Remove filter from library collection type options
  74. * PR45: Fix data-backbutton logic
  75. * PR46: Minor changes to navbar elements
  76. * PR48: Remove Sync code
  77. * PR52: Fix progress color
  78. * PR53: Fix user tabs color
  79. * PR54: Add back button to server dashboard
  80. -- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 20 Jan 2019 23:19:46 -0500
  81. jellyfin (10.0.2-1) unstable; urgency=medium
  82. * Hotfix release
  83. * jellyfin/jellyfin-web#23: Update Chromecast app ID [via direct commit]
  84. * #540: Update Emby API keys to our own
  85. * #541: Change ItemId to Guid in ProviderManager
  86. * #566: Avoid printing stacktrace when bind to port 1900 fails
  87. -- Joshua Boniface <joshua@boniface.me> Sat, 19 Jan 2019 01:19:59 -0500
  88. jellyfin (10.0.1-1) unstable; urgency=medium
  89. * Hotfix release, corrects several small bugs from 10.0.0
  90. * #512: Fix CONTRIBUTORS.md formatting
  91. * #501: Fix regression in integer divisions in latest movies category
  92. * #498: Change contributing link in settings to readthedocs.io
  93. * #493: Remove unused values.txt resource
  94. * #491: Fix userprofile.js crash
  95. * #519: Fix the DecodeJfif function to get proper image sizes
  96. * #486: Add NuGet package info to plugin projects
  97. -- Joshua Boniface <joshua@boniface.me> Tue, 08 Jan 2019 20:06:01 -0500
  98. jellyfin (10.0.0-1) unstable; urgency=medium
  99. * The first Jellyfin release under our new versioning scheme
  100. * Numerous bugfixes and code readability improvements
  101. * Updated logging configuration, including flag for it and configdir
  102. * Updated theming including logo
  103. * Dozens of other improvements as documented in GitHub pull request #419
  104. -- Joshua Boniface <joshua@boniface.me> Sat, 05 Jan 2019 15:39:25 -0500
  105. jellyfin (3.5.2-5) unstable; urgency=medium
  106. * Fully GPL'd release - remove tainted code from MediaBrowser.Common
  107. * Several code cleanups and tweaks
  108. -- Joshua Boniface <joshua@boniface.me> Fri, 28 Dec 2018 10:26:30 -0500
  109. jellyfin (3.5.2-4) unstable; urgency=medium
  110. * Correct manifest.json bug and vdpau
  111. -- Joshua Boniface <joshua@boniface.me> Thu, 20 Dec 2018 18:31:43 -0500
  112. jellyfin (3.5.2-3) unstable; urgency=medium
  113. * Correct several bugs in 3.5.2-2 packaging
  114. -- Joshua Boniface <joshua@boniface.me> Sat, 15 Dec 2018 18:17:32 -0500
  115. jellyfin (3.5.2-2) unstable; urgency=medium
  116. * Major code updates related to rebranding and cleanup
  117. -- Joshua Boniface <joshua@boniface.me> Fri, 14 Dec 2018 00:07:46 -0500
  118. jellyfin (3.5.2-1) unstable; urgency=medium
  119. * Add ffmpeg dependency and cleanup work
  120. -- Joshua Boniface <joshua@boniface.me> Tue, 11 Dec 2018 20:55:32 -0500
  121. jellyfin (3.5.2) unstable; urgency=medium
  122. * Rename from emby-server on version 3.5.2
  123. -- Joshua Boniface <joshua@boniface.me> Sun, 9 Dec 2018 15:20:58 -0400