Accepting request 832836 from X11:Pantheon:Apps
Update to 0.6.19 * Multiple author and readers are now separated in the library view * Increase maximum playback speed to 3x * Fix: playback speed was not saved correctly under some circumstances, thanks to magnickolas * Updated translations thanks to all of the translators! OBS-URL: https://build.opensuse.org/request/show/832836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cozy?expand=0&rev=14
This commit is contained in:
commit
105edfea9e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17c0cb97bd9bb23ed0d1a1471b6f58f138a403cb13f85b23ce80a0231965588d
|
||||
size 673994
|
3
cozy-0.6.19.tar.gz
Normal file
3
cozy-0.6.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c095646ba7a4ff8a19a167432826ffae96d1233fde3bf4f3ace47ad4e411f97
|
||||
size 680505
|
33
cozy.changes
33
cozy.changes
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 17:23:41 UTC 2020 - Julian Geywitz <suse@geigi.de>
|
||||
|
||||
Update to 0.6.19
|
||||
* Multiple author and readers are now separated in the library view
|
||||
* Increase maximum playback speed to 3x
|
||||
* Fix: playback speed was not saved correctly under some circumstances, thanks to magnickolas
|
||||
* Updated translations thanks to all of the translators!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 16 18:32:49 UTC 2020 - Alexei Podvalsky <avvissu@yandex.by>
|
||||
|
||||
@ -44,42 +53,42 @@ Thu Jul 16 18:32:49 UTC 2020 - Alexei Podvalsky <avvissu@yandex.by>
|
||||
Tue Mar 17 10:29:54 UTC 2020 - suse@geigi.de
|
||||
|
||||
- Update to 0.6.15
|
||||
* Fix: Files with missing tags failed to import
|
||||
* Fix: Files with missing tags failed to import
|
||||
* Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 1 16:39:55 UTC 2020 - suse@geigi.de
|
||||
|
||||
- Update to 0.6.14
|
||||
* A warning is displayed in the titlebar if network/external drives are not connected
|
||||
* MPRIS desktop integration is more stable
|
||||
* Fix: Last book was loaded on startup even when the storage medium was offline
|
||||
* Fix: Bugs in audiobook location settings window
|
||||
* Fix: Bug which sometimes could prevent playback of an audiobook
|
||||
* Fix: Crash which could occur on startup
|
||||
* Fix: Jumping in titlebar while dragging the position slider with long audio files
|
||||
* A warning is displayed in the titlebar if network/external drives are not connected
|
||||
* MPRIS desktop integration is more stable
|
||||
* Fix: Last book was loaded on startup even when the storage medium was offline
|
||||
* Fix: Bugs in audiobook location settings window
|
||||
* Fix: Bug which sometimes could prevent playback of an audiobook
|
||||
* Fix: Crash which could occur on startup
|
||||
* Fix: Jumping in titlebar while dragging the position slider with long audio files
|
||||
* Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 17:37:13 UTC 2020 - Julian Geywitz <suse@geigi.de>
|
||||
|
||||
- Update to 0.6.13
|
||||
* Sleep timer: Automatic system power control
|
||||
* Sleep timer: Automatic system power control
|
||||
* Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 16:27:36 UTC 2020 - Julian Geywitz <suse@geigi.de>
|
||||
|
||||
- Update to 0.6.13
|
||||
* Sleep timer: Automatic system power control
|
||||
* Sleep timer: Automatic system power control
|
||||
* Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 21:02:38 UTC 2020 - suse@geigi.de
|
||||
|
||||
- Update to 0.6.12
|
||||
* Support for opus files
|
||||
* Support for diverse ogg cover art
|
||||
* Support for opus files
|
||||
* Support for diverse ogg cover art
|
||||
* Swedish translation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cozy
|
||||
Version: 0.6.18
|
||||
Version: 0.6.19
|
||||
Release: 0
|
||||
Summary: Audio Book Player
|
||||
License: GPL-3.0-only
|
||||
@ -40,6 +40,7 @@ Requires: python3-gst
|
||||
Requires: python3-magic
|
||||
Requires: python3-mutagen
|
||||
Requires: python3-peewee >= 3.9.6
|
||||
Requires: python3-apsw
|
||||
Requires: python3-pytaglib
|
||||
Requires: python3-pytz
|
||||
Requires: python3-requests
|
||||
@ -58,6 +59,7 @@ BuildRequires: python3-mutagen
|
||||
BuildRequires: python3-peewee >= 3.9.6
|
||||
BuildRequires: python3-pytaglib
|
||||
BuildRequires: python3-distro
|
||||
BuildRequires: python3-apsw
|
||||
# /SECTION
|
||||
|
||||
%description
|
||||
@ -81,7 +83,7 @@ Play and organize your audio book collection.
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%license COPYING
|
||||
%license LICENSE
|
||||
%doc AUTHORS README.md
|
||||
%attr(0755,root,root) %{_bindir}/com.github.geigi.cozy
|
||||
%{_datadir}/applications/com.github.geigi.cozy.desktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user