-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
4 changed files
with
22 additions
and
12 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
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 |
---|---|---|
|
@@ -4,31 +4,24 @@ | |
<metadata_license>CC0</metadata_license> | ||
<project_license>GPL-3.0+</project_license> | ||
<name>Cozy</name> | ||
<summary>A modern audio book player for Linux</summary> | ||
<summary>A modern audio book player</summary> | ||
<description> | ||
<p> | ||
You like audio books? Then lets get cozy! | ||
</p> | ||
<p> | ||
Cozy is a modern audio book player for Linux. Here are some of the current features: | ||
Cozy is a modern audio book player. Here are some of the current features: | ||
</p> | ||
<ul> | ||
<li>Import all your audiobooks into cozy to browse them comfortably</li> | ||
<li>Listen to your DRM free mp3, m4a (aac, ALAC, ...), flac, ogg audio books</li> | ||
<li>Remembers your playback position</li> | ||
<li>Sleep timer!</li> | ||
<li>Playback speed control</li> | ||
<li>Search your library</li> | ||
<li>drag and drop import and copy support</li> | ||
<li>Sort your audio books by author, reader and name</li> | ||
</ul> | ||
<p>What's next?</p> | ||
<ul> | ||
<li>wav support</li> | ||
<li>Sort by name, added date, last played</li> | ||
<li>Ratings</li> | ||
<li>Playback speed control</li> | ||
<li>... you tell me!</li> | ||
</ul> | ||
<p> | ||
Note: If you're from the EU and want to support this project, you can find me on Patreon (link down below). | ||
Because of tax reasons I cannot accept payments from the EU except from Germany. | ||
|
@@ -58,6 +51,15 @@ | |
<url type="donation">https://www.patreon.com/geigi</url> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release version="0.4.5" timestamp="1513103298"> | ||
<description> | ||
<ul> | ||
<li>Playback speed control!</li> | ||
<li>New icons</li> | ||
<li>Added French, Danish & Turkish translations! (Thanks to Vistaus, Distil62, karaagac)</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.4.4" timestamp="1512691505"> | ||
<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,11 @@ | ||
com.github.geigi.cozy (0.4.5) UNSTABLE; urgency=low | ||
|
||
* Playback speed control! | ||
* New icons | ||
* Added French, Danish & Turkish translations! (Thanks to Vistaus, Distil62, karaagac) | ||
|
||
-- Julian Geywitz <[email protected]> Wed, 12 Dec 2017 19:25:14 +0200 | ||
|
||
com.github.geigi.cozy (0.4.4) UNSTABLE; urgency=low | ||
|
||
* Cozy now looks a lot nicer! | ||
|
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.4', | ||
version: '0.4.5', | ||
meson_version: '>= 0.40.0') | ||
|
||
project_name = 'cozy' | ||
|