From 19d3dd29bf703b7346762df5e98ee0794f63e403 Mon Sep 17 00:00:00 2001 From: geigi Date: Tue, 12 Dec 2017 19:34:25 +0100 Subject: [PATCH] Version bump --- README.md | 2 +- data/com.github.geigi.cozy.appdata.xml | 22 ++++++++++++---------- debian/changelog | 8 ++++++++ meson.build | 2 +- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 824e7ef5..65fc31a3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 Patreon :) diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index f158eeaf..5c6fae5a 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -4,31 +4,24 @@ CC0 GPL-3.0+ Cozy - A modern audio book player for Linux + A modern audio book player

You like audio books? Then lets get cozy!

- 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:

-

What's next?

-

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 @@ https://www.patreon.com/geigi cozy@geigi.de + + +

+
+
    diff --git a/debian/changelog b/debian/changelog index 66064df6..24245e62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 12 Dec 2017 19:25:14 +0200 + com.github.geigi.cozy (0.4.4) UNSTABLE; urgency=low * Cozy now looks a lot nicer! diff --git a/meson.build b/meson.build index 3ddfc724..284f88d1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.4.4', + version: '0.4.5', meson_version: '>= 0.40.0') project_name = 'cozy'