From c0e119b5ab8a9b4a046af25ca8cde6b3f295a00b6e8c45abb799d7fd72649946 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 17 Jun 2019 19:05:00 +0000 Subject: [PATCH] Accepting request 710413 from home:alois:branches:multimedia:apps - Update to version 4.1.0-1 New Features: * Thumbnail wall mode now applicable for both titlelist and playlist. (Thumbnail wall mode is lighter and faster compared to regular thumbnail grid mode, press F1 to switch to this mode). * Change number of thumbnails in each row using keys - and = * automatic resizing of thumbnails in thumbnail wall mode on widget resize Bug fixes: * Fixed: constant reappearance of cursor after fixed duration (in full-screen mode) on linux * Fixed: UI lock when libmpv could not generate thumbnails/preview due to corrupted file * Fixed: Automatic subtitle loading in pc-to-pc casting mode when using libmpv * Fixed: Maximum recursion depth limit error when window title is not available * Fixed: UnicodeEncodeError when sending playlist in pc-to-pc casting mode from master to slave * Multiple bug-fixes when using libmpv backend Modifications and improvements: * Allow setting timeout in wait_for_property * Generate new tokens for every playlist, when sending items from master to slave in pc-to-pc casting mode * Allow adding external audio by using command add-external-audio. Add keyboard shortcut to this command in the Shortcuts settings. OBS-URL: https://build.opensuse.org/request/show/710413 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/kawaii-player?expand=0&rev=12 --- kawaii-player-4.0.0-1.tar.gz | 3 --- kawaii-player-4.1.0-1.tar.gz | 3 +++ kawaii-player.changes | 32 ++++++++++++++++++++++++++++++++ kawaii-player.spec | 6 +++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 kawaii-player-4.0.0-1.tar.gz create mode 100644 kawaii-player-4.1.0-1.tar.gz diff --git a/kawaii-player-4.0.0-1.tar.gz b/kawaii-player-4.0.0-1.tar.gz deleted file mode 100644 index eb8b587..0000000 --- a/kawaii-player-4.0.0-1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87e94ea9ccfe153d4357c8104537442fa001907521705f7ba917c4fd8f0c4997 -size 4062191 diff --git a/kawaii-player-4.1.0-1.tar.gz b/kawaii-player-4.1.0-1.tar.gz new file mode 100644 index 0000000..2593b92 --- /dev/null +++ b/kawaii-player-4.1.0-1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff93e7f25a253510d16031264dbf05612b968cfe2899dcac6f6e933fe150e50c +size 4068404 diff --git a/kawaii-player.changes b/kawaii-player.changes index 6535a58..fcfa42b 100644 --- a/kawaii-player.changes +++ b/kawaii-player.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Jun 17 18:53:42 UTC 2019 - Luigi Baldoni + +- Update to version 4.1.0-1 + New Features: + * Thumbnail wall mode now applicable for both titlelist and + playlist. (Thumbnail wall mode is lighter and faster + compared to regular thumbnail grid mode, press F1 to switch + to this mode). + * Change number of thumbnails in each row using keys - and = + * automatic resizing of thumbnails in thumbnail wall mode on + widget resize + Bug fixes: + * Fixed: constant reappearance of cursor after fixed duration + (in full-screen mode) on linux + * Fixed: UI lock when libmpv could not generate + thumbnails/preview due to corrupted file + * Fixed: Automatic subtitle loading in pc-to-pc casting mode + when using libmpv + * Fixed: Maximum recursion depth limit error when window title + is not available + * Fixed: UnicodeEncodeError when sending playlist in pc-to-pc + casting mode from master to slave + * Multiple bug-fixes when using libmpv backend + Modifications and improvements: + * Allow setting timeout in wait_for_property + * Generate new tokens for every playlist, when sending items + from master to slave in pc-to-pc casting mode + * Allow adding external audio by using command + add-external-audio. Add keyboard shortcut to this command in + the Shortcuts settings. + ------------------------------------------------------------------- Sat May 25 07:58:41 UTC 2019 - Luigi Baldoni diff --git a/kawaii-player.spec b/kawaii-player.spec index 3e19dc3..7d79c20 100644 --- a/kawaii-player.spec +++ b/kawaii-player.spec @@ -18,10 +18,10 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines -%define _over 4.0.0-1 -%define _bver 4.0.0 +%define _over 4.1.0-1 +%define _bver 4.1.0 Name: kawaii-player -Version: 4.0.0.1 +Version: 4.1.0.1 Release: 0 Summary: Multimedia player, library manager and media server License: GPL-3.0-or-later