changelog 4.7 KB

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