-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,22 @@ | |
<url type="donation">https://www.patreon.com/geigi</url> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release version="0.4.7" timestamp="1515522043"> | ||
<description> | ||
<ul> | ||
<li>Thanks to the translators for the new languages: Danish, Spanish, Finnish, Italian, Malay, Polish, Portuguese!</li> | ||
<li>Faster startup! Especially with a lot of books cozy starts now way faster then before.</li> | ||
<li>Fixed ogg tag reading. Please re-import your oggs!</li> | ||
<li>Fixed a bug that could cause crashing cozy with modified playback speed</li> | ||
<li>Fixed crackling when changing the playback speed</li> | ||
<li>Fixed a bug where UI buttons would not get unlocked after a rescan</li> | ||
<li>Fixed a bug where cozy would not stop playing on closing via menu</li> | ||
<li>Fixed more bugs after a database rescan</li> | ||
<li>Fixed a bug where track position was not updated after it finished playing</li> | ||
<li>Fixed some minor UI bugs</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.4.6" timestamp="1513103298"> | ||
<description> | ||
<ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
com.github.geigi.cozy (0.4.7) UNSTABLE; urgency=low | ||
|
||
* Thanks to the translators for the new languages: Danish, Spanish, Finnish, Italian, Malay, Polish, Portuguese! | ||
* Faster startup! Especially with a lot of books cozy starts now way faster then before. | ||
* Fixed ogg tag reading. Please re-import your oggs! | ||
* Fixed a bug that could cause crashing cozy with modified playback speed | ||
* Fixed crackling when changing the playback speed | ||
* Fixed a bug where UI buttons would not get unlocked after a rescan | ||
* Fixed a bug where cozy would not stop playing on closing via menu | ||
* Fixed more bugs after a database rescan | ||
* Fixed a bug where track position was not updated after it finished playing | ||
* Fixed some minor UI bugs | ||
|
||
-- Julian Geywitz <[email protected]> Wed, 09 Jan 2018 19:11:14 +0200 | ||
|
||
com.github.geigi.cozy (0.4.6) UNSTABLE; urgency=low | ||
|
||
* Playback speed control! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
project('cozy', | ||
version: '0.4.6', | ||
version: '0.4.7', | ||
meson_version: '>= 0.40.0') | ||
|
||
project_name = 'cozy' | ||
|