-
-
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.
Version bump
- Loading branch information
Showing
11 changed files
with
180 additions
and
85 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 |
---|---|---|
|
@@ -17,13 +17,13 @@ | |
<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>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>Search</li> | ||
<li>Sort by name, added date, last played</li> | ||
<li>Ratings</li> | ||
<li>Playback speed control</li> | ||
|
@@ -50,6 +50,9 @@ | |
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/geigi/cozy/img/img/screenshot4.png</image> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/geigi/cozy/img/img/screenshot5.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<developer_name>Julian Geywitz</developer_name> | ||
<url type="homepage">https://github.com/geigi/cozy</url> | ||
|
@@ -58,6 +61,18 @@ | |
<url type="donation">https://www.patreon.com/geigi</url> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release version="0.4.1" timestamp="1511546968"> | ||
<description> | ||
<ul> | ||
<li>Russian translation</li> | ||
<li>Search your library!</li> | ||
<li>More robust importer - notifies you about files that could not be imported</li> | ||
<li>UI tweaks</li> | ||
<li>Fixed a bug where the importer could crash</li> | ||
<li>Lots of behind the scenes changes</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.4.0" timestamp="1510311368"> | ||
<description> | ||
<p>The sleep timer has landed!</p> | ||
|
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
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,13 @@ | ||
com.github.geigi.cozy (0.4.1) UNSTABLE; urgency=low | ||
|
||
* Russian translation | ||
* Search your library! | ||
* More robust importer - notifies you about files that could not be imported | ||
* UI tweaks | ||
* Fixed a bug where the importer could crash | ||
* Lots of behind the scenes changes | ||
|
||
-- Julian Geywitz <[email protected]> Wed, 24 Nov 2017 19:14:14 +0200 | ||
com.github.geigi.cozy (0.4.0) UNSTABLE; urgency=low | ||
|
||
* The sleep timer has landed! | ||
|
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.0', | ||
version: '0.4.1', | ||
meson_version: '>= 0.40.0') | ||
|
||
project_name = 'cozy' | ||
|
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
Oops, something went wrong.