-
-
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
6 changed files
with
36 additions
and
4 deletions.
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,21 @@ | |
<url type="donation">https://www.patreon.com/geigi</url> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release version="0.4.9" timestamp="1518457439"> | ||
<description> | ||
<ul> | ||
<li>Display the progress and remaining time of your books</li> | ||
<li>Click on the remaining time ;)</li> | ||
<li>Support for album art in image files (thanks to oleg-krv)</li> | ||
<li>Faster startup! (introducing album art cache)</li> | ||
<li>Fixed mp3 disk number on imports</li> | ||
<li>More small bugfixes</li> | ||
<li>Some UI tweaks (also thanks to jnbr)</li> | ||
<li>Support for peewee3 (tanks to jnbr)</li> | ||
<li>Chinese translation</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.4.8" timestamp="1518457439"> | ||
<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
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,17 @@ | ||
com.github.geigi.cozy (0.4.9) UNSTABLE; urgency=low | ||
|
||
* Display the progress and remaining time of your books | ||
* Try clicking on the remaining time ;) | ||
* Support for album art in image files (thanks to oleg-krv) | ||
* Faster startup! (introducing album art cache) | ||
* Fixed mp3 disk number on imports | ||
* Other bugfixes | ||
* Some UI tweaks (thanks to jnbr) | ||
* Support for peewee3 (tanks to jnbr)< | ||
* Chinese translation | ||
|
||
-- Julian Geywitz <[email protected]> Wed, 12 Feb 2018 18:35:14 +0200 | ||
|
||
com.github.geigi.cozy (0.4.8) UNSTABLE; urgency=low | ||
|
||
* Display the progress and remaining time of your books | ||
|
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
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
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.8', | ||
version: '0.4.9', | ||
meson_version: '>= 0.40.0') | ||
|
||
project_name = 'cozy' | ||
|