1
0
forked from pool/kawaii-player

Accepting request 714982 from home:alois:branches:multimedia:apps

- Update to version 4.2.0-1
  New Features:
  * When using libmpv, it is possible to show transparent
    widgets (ie playlist, titlelist, control frame etc..)
    directly on video. This property is available in
    Preferences->Appearance->Widgets on video.
  * In dark theme, users can manually change color of background
    and control frame. Few combinations are available by default
    Preferences->Appearance->Try. Users can choose any color,
    but most likely only dark shade of any color may look good
    on this theme (along with bold fonts).
  * Added Playlist Continue option in Preferences->Player
  Bug fixes and modifications:
  * fixed: cache pause seconds option when using libmpv
  * fixed: irregular global font size by fixing stylesheet
  * It is possible to pass http headers as dictionary to ccurl
    function
  * No need to restart the application whenever changing mpv
    config options from Preferences, when using libmpv.
    (However, changing some options like vo/ao may need
    restart)
  Feature removal:
  * Setting external player from Preferences has been removed.
    Option is still available, but user will need to manually
    edit the config files.
  * Music mode deprecated. As one can use detached video mode as
    music mode, the music mode somewhat became irrelevant.
    Moreover it became buggy and difficult to maintain over the
    time.

OBS-URL: https://build.opensuse.org/request/show/714982
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/kawaii-player?expand=0&rev=14
This commit is contained in:
Luigi Baldoni 2019-07-13 07:41:44 +00:00 committed by Git OBS Bridge
parent e31231b4d1
commit 5dbd458d17
4 changed files with 39 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff93e7f25a253510d16031264dbf05612b968cfe2899dcac6f6e933fe150e50c
size 4068404

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d665cbf8effaccc532752f791dba22651ac128eedc17c93b35792ae141f23a48
size 4071752

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sat Jul 13 07:32:46 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 4.2.0-1
New Features:
* When using libmpv, it is possible to show transparent
widgets (ie playlist, titlelist, control frame etc..)
directly on video. This property is available in
Preferences->Appearance->Widgets on video.
* In dark theme, users can manually change color of background
and control frame. Few combinations are available by default
Preferences->Appearance->Try. Users can choose any color,
but most likely only dark shade of any color may look good
on this theme (along with bold fonts).
* Added Playlist Continue option in Preferences->Player
Bug fixes and modifications:
* fixed: cache pause seconds option when using libmpv
* fixed: irregular global font size by fixing stylesheet
* It is possible to pass http headers as dictionary to ccurl
function
* No need to restart the application whenever changing mpv
config options from Preferences, when using libmpv.
(However, changing some options like vo/ao may need
restart)
Feature removal:
* Setting external player from Preferences has been removed.
Option is still available, but user will need to manually
edit the config files.
* Music mode deprecated. As one can use detached video mode as
music mode, the music mode somewhat became irrelevant.
Moreover it became buggy and difficult to maintain over the
time.
-------------------------------------------------------------------
Mon Jun 17 18:53:42 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -18,10 +18,10 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
%define _over 4.1.0-1
%define _bver 4.1.0
%define _over 4.2.0-1
%define _bver 4.2.0
Name: kawaii-player
Version: 4.1.0.1
Version: 4.2.0.1
Release: 0
Summary: Multimedia player, library manager and media server
License: GPL-3.0-or-later