Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Dec 12, 2017
1 parent 636d690 commit 19d3dd2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Cozy is a modern audio book player for Linux.
- Listen to your DRM free mp3, m4a (aac, ALAC, ...), flac, ogg audio books
- Remembers your playback position
- Sleep timer!
- Playback speed control
- Search your library
- Sort your audio books by author, reader & name
- drag & drop to import new audiobooks
Expand All @@ -39,7 +40,6 @@ You're using a debian based system (Ubuntu, ...) or openSUSE? You can get the la
- wav support
- Sort by name, added date, last played
- Ratings
- Playback speed control
- Flatpak or AppImage support

If you like this project, consider supporting me on <a href="https://www.patreon.com/bePatron?u=8147127"> Patreon</a> :)
Expand Down
22 changes: 12 additions & 10 deletions data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
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!
Expand Down
2 changes: 1 addition & 1 deletion meson.build
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'
Expand Down

0 comments on commit 19d3dd2

Please sign in to comment.