changelog 5.1 KB

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