Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Feb 27, 2018
1 parent ebdea26 commit 55ab226
Show file tree
Hide file tree
Showing 21 changed files with 1,257 additions and 1,050 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ 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
- Playback speed control for each book individually
- Search your library
- Sort your audio books by author, reader & name
- drag & drop to import new audiobooks
- multiple storage location support
- Mpris integration (Media keys & playback info for desktop environment)
- developed on Arch Linux and tested under elementaryOS
- developed on Fedora and tested under elementaryOS

## How can I get it?
### Flatpak
Expand Down
91 changes: 9 additions & 82 deletions data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
<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>Playback speed control for each book individually</li>
<li>Search your library</li>
<li>drag and drop import and copy support</li>
<li>Multiple storage location support</li>
<li>Drag and Drop to import new audiobooks</li>
<li>Sort your audio books by author, reader and name</li>
</ul>
<p>
Expand Down Expand Up @@ -51,33 +52,14 @@
<url type="donation">https://www.patreon.com/geigi</url>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.5.1" timestamp="1518457439">
<release version="0.5.2" timestamp="1519751027">
<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.5.0" 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>
<li>Choose between displaying the current chapter or the whole book in the titlebar</li>
<li>Remember playback speed for each book</li>
<li>Press space to play and pause</li>
<li>Support for multiple storage locations!</li>
<li>Lots of work behind the scenes and small bug fixes</li>
</ul>
</description>
</release>
Expand All @@ -96,21 +78,6 @@
</ul>
</description>
</release>
<release version="0.4.8" 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.7" timestamp="1515522043">
<description>
<ul>
Expand Down Expand Up @@ -194,46 +161,6 @@
<p>Homepage URL is now corrected</p>
</description>
</release>
<release version="0.3.5" timestamp="1509552782">
<description>
<p>Fixed peewee dependency install location</p>
</description>
</release>
<release version="0.3.4" timestamp="1509552782">
<description>
<p>Dependency fixes</p>
</description>
</release>
<release version="0.3.3" timestamp="1509550360">
<description>
<p>App Center build fix</p>
</description>
</release>
<release version="0.3.2" timestamp="1509548540">
<description>
<p>App Center build fix</p>
</description>
</release>
<release version="0.3.1" timestamp="1509547979">
<description>
<p>App Center build fix</p>
</description>
</release>
<release version="0.3.0" timestamp="1509547123">
<description>
<p>App Center build fix</p>
</description>
</release>
<release version="0.2.9" timestamp="1509546498">
<description>
<p>Fixed debian build?</p>
</description>
</release>
<release version="0.2.8" timestamp="1509391672">
<description>
<p>Fixed debian build</p>
</description>
</release>
<release version="0.2.7" timestamp="1509390271">
<description>
<p>Fixed debian runtime dependencies</p>
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
com.github.geigi.cozy (0.5.2) UNSTABLE; urgency=low

* Choose between displaying the current chapter or the whole book in the titlebar
* Remember playback speed for each book
* Press space to play and pause
* Support for multiple storage locations!
* Lots of work behind the scenes and small bug fixes

-- Julian Geywitz <[email protected]> Wed, 27 Feb 2018 18:29:14 +0200

com.github.geigi.cozy (0.5.1) UNSTABLE; urgency=low

* Display the progress and remaining time of your books
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.5.1',
version: '0.5.2',
meson_version: '>= 0.40.0')

project_name = 'cozy'
Expand Down
2 changes: 2 additions & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ cozy/mpris.py
cozy/player.py
cozy/tools.py
cozy/ui.py
cozy/sleep_timer.py
cozy/settings.py
data/ui/main_window.ui
data/ui/about.ui
data/ui/app_menu.ui
Expand Down
Loading

0 comments on commit 55ab226

Please sign in to comment.