changelog 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. jellyfin-media-player (1.9.1-1) unstable; urgency=medium
  2. * Update web client to 10.8.10 to patch stored XSS issue.
  3. * Skip searching for SSL bundles on Linux. (#301)
  4. * Disallow flac from video transcoding. (#423)
  5. * Allow disabling dovi transcode rule.
  6. * Fix missing port in translation. (#288)
  7. * Censor token from new stored creds block.
  8. -- Ian Walton <ian@iwalton.com> Sun, 23 Apr 2023 13:12:09 -0400
  9. jellyfin-media-player (1.9.0-1) unstable; urgency=medium
  10. * Add aspect ratio controls to player. (#388)
  11. * Don't reset mute between videos. (#349)
  12. * Auto-detect and switch SteamOS to TV mode. (#237)
  13. * Allow forcing transcodes for HEVC, Hi10p, 4K, HDR, and/or AV1.
  14. * Allow requesting the server to transcode to HEVC.
  15. * Improve usability of client API to make integrations with other clients easier.
  16. * Allow running JMP without an embedded webclient.
  17. * JMP now uses the official webclient build from repo.jellyfin.org.
  18. * Fix time breakage from skipIntroPlugin. (#387)
  19. * Add delay to prevent broken update dialog. (#373)
  20. * Prevent Dolby Vision content playing without server transcoding.
  21. -- Ian Walton <ian@iwalton.com> Sun, 12 Mar 2023 16:05:13 -0400
  22. jellyfin-media-player (1.8.1-1) unstable; urgency=medium
  23. * Update web client to 10.8.9.
  24. * Add support for Jellyscrub and Skip Intro. (Must be enabled manually,
  25. requires third-party plugins.)
  26. * Add input map for DualShock 4 connected via USB (#359)
  27. * Add support for DVBSUB subtitles (#279)
  28. * Allow screensaver when video is paused (#276)
  29. * Fix debian package for bookworm.
  30. -- Ian Walton <ian@iwalton.com> Sun, 13 Feb 2023 05:36:50 -0500
  31. jellyfin-media-player (1.7.1-1) unstable; urgency=medium
  32. * Fix audio and subtitle selection for 10.8.0. (#271)
  33. * Stop forcing fullscreen on Windows when visibility changes. (#94)
  34. * Update jellyfin-web client to 10.8.1.
  35. -- Ian Walton <ian@iwalton.com> Sun, 26 Jun 2022 13:40:05 -0400
  36. jellyfin-media-player (1.7.0-1) unstable; urgency=medium
  37. * Update web client to 10.8.0.
  38. * Add --platform option. (#159)
  39. * Added Xbox input mapping. (#197)
  40. * Disable youtube-dl attempts on media errors.
  41. * Allow retry with transcode instead of usng a hard failure. (#127)
  42. * Add exit app function (#198)
  43. * Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.
  44. * Add build for Ubuntu 22.04 (#256)
  45. * Enable windows dark mode support. (#247)
  46. -- Ian Walton <ian@iwalton.com> Sat, 11 Jun 2022 09:45:44 -0400
  47. jellyfin-media-player (1.7.0-pre4) unstable; urgency=medium
  48. * Update web client to 10.8.0 Beta 1.
  49. -- Ian Walton <ian@iwalton.com> Mon, 28 Mar 2022 21:21:58 -0400
  50. jellyfin-media-player (1.7.0-pre3) unstable; urgency=medium
  51. * Update web client to 10.8.0 Alpha 5.
  52. * Add --platform option. (#159)
  53. * Added Xbox input mapping. (#197)
  54. * Disable youtube-dl attempts on media errors.
  55. * Allow retry with transcode instead of usng a hard failure. (#127)
  56. * Add exit app function (not used yet) (#198)
  57. -- Ian Walton <ian@iwalton.com> Sun, 16 Jan 2022 13:20:56 -0500
  58. jellyfin-media-player (1.7.0-pre2) unstable; urgency=medium
  59. * Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.
  60. * Upgrade to MPV version 20211219 fd63bf3.
  61. -- Ian Walton <ian@iwalton.com> Wed, 22 Dec 2021 17:34:43 -0500
  62. jellyfin-media-player (1.7.0-pre1) unstable; urgency=medium
  63. * This is a prerelease build to test for jellyfin-web 10.8.0.
  64. -- Ian Walton <ian@iwalton.com> Sat, 18 Dec 2021 08:15:55 -0500
  65. jellyfin-media-player (1.6.1-1) unstable; urgency=medium
  66. * Update jellyfin-web to 10.7.6.
  67. * Add dependency to libqt5xml5. (#103)
  68. * Fix hang after playback error. (#88)
  69. * Fix alt+tab switching on GNOME. (#84)
  70. * Fix media key pause/play on Windows. (#83)
  71. -- Ian Walton <ian@iwalton.com> Sun, 01 Aug 2021 13:54:03 -0400
  72. jellyfin-media-player (1.6.0-1) unstable; urgency=medium
  73. * Always set volume on playback. (#78)
  74. * Allow user to theme application icon on Linux. (#75)
  75. * Fix ignoreSSLErrors option on Linux. (#74)
  76. * Add Global Windows Media Key/OSD integration. (#73)
  77. * Enable drag-drop file uploads into web client. (#56)
  78. * Add option to create a Windows Desktop Shortcut.
  79. * Use smaller jellyfin icon on macOS to match other icons.
  80. * Change default hwdec from enabled to copy.
  81. * Allow smaller window size.
  82. * Add more error handling to AutoSet feature.
  83. -- Ian Walton <ian@iwalton.com> Tue, 04 May 2021 20:51:33 -0400
  84. jellyfin-media-player (1.5.0-1) unstable; urgency=medium
  85. * Remember intended subtitle and audio selection between episodes.
  86. * Allow disabling the server's custom CSS.
  87. * Allow using custom CSS locally on the client. (Per user)
  88. * Fix scroll bar styling on TV mode.
  89. * Add Windows taskbar integration. (#61)
  90. * Fix volume OSD not showing on mute toggle. (#63)
  91. -- Ian Walton <ian@iwalton.com> Sat, 24 Apr 2021 20:42:29 -0400
  92. jellyfin-media-player (1.4.1-1) unstable; urgency=medium
  93. * Add update notifier.
  94. * Add option to disable input repeat. (#49)
  95. * Add config-only option to ignore SSL certificates. (#48)
  96. * Fix excessive width of options drop-downs in some cases.
  97. -- Ian Walton <ian@iwalton.com> Mon, 19 Apr 2021 22:28:20 -0400
  98. jellyfin-media-player (1.4.0-1) unstable; urgency=medium
  99. * Backport fix for images not loading.
  100. * Enable mouse back/forward buttons. (#42)
  101. * Fix subtitle offset support. (#35)
  102. * Add back support for TV mode, and also use configuration/command line flags.
  103. * Add support for some media keys, remotes, and controllers through inputmanager.
  104. * Enable hardware video decoding by default.
  105. * Allow file download option in web client again.
  106. * Fix more warnings in the codebase. (#32)
  107. -- Ian Walton <ian@iwalton.com> Sun, 18 Apr 2021 14:47:24 -0400
  108. jellyfin-media-player (1.3.1-1) unstable; urgency=medium
  109. * Add builds for win32, debian, and ubuntu.
  110. * Fix music performance issue where there were excessive API calls (#22)
  111. * Fix fullscreen button in web player.
  112. * Add maximized window state preserving (#26)
  113. * Fix QT warnings (#24)
  114. * Fix wayland and wayland hwdec support (#20, #23)
  115. * Set white font color on modal and add class for css themes.
  116. * Upgrade jellyfin-web to 10.7.2.
  117. -- Ian Walton <ian@iwalton.com> Tue, 13 Apr 2021 20:00:12 -0400
  118. jellyfin-media-player (1.3.0-1) unstable; urgency=medium
  119. * Initial Debian packaging for 1.3.0
  120. -- Joshua Boniface <joshua@boniface.me> Sun, 11 Apr 2021 22:34:40 -0400