diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 89727d42..257231f3 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -30,7 +30,7 @@
  • ... you tell me!
  • - Note: If you're from the EU and want to support this project, head over to my patreon page (down below). + Note: If you're from the EU and want to support this project, you can find me on patreon with the username geigi (I cannot post a link here). Because of tax reasons I cannot accept payments from the EU except from Germany.

    @@ -56,11 +56,22 @@ Julian Geywitz https://github.com/geigi/cozy - https://www.patreon.com/geigi https://github.com/geigi/cozy/issues https://github.com/geigi/cozy/issues cozy@geigi.de + + +

    The sleep timer has landed!

    +

    m4a/mp4 support!

    +

    Lots of UI improvements

    +

    More reliable playback

    +

    Fixed bug where tracks would appear twice in older GTK versions

    +

    More robust importing

    +

    New dialog when a file could not be found

    +

    Homepage URL is now corrected

    +
    +

    The sleep timer has landed!

    diff --git a/debian/changelog b/debian/changelog index b91477c8..42d23cf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +com.github.geigi.cozy (0.3.9) UNSTABLE; urgency=low + + * The sleep timer has landed! + * m4a/mp4 support! + * Lots of UI improvements + * More reliable playback + * Fixed bug where tracks would appear twice in older GTK versions + * More robust importing + * New dialog when a file could not be found + * Homepage URL is now corrected + +-- Julian Geywitz Wed, 09 Nov 2017 13:21:14 +0200 com.github.geigi.cozy (0.3.8) UNSTABLE; urgency=low * The sleep timer has landed! diff --git a/meson.build b/meson.build index 9ef88811..e43df915 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.3.8', + version: '0.3.9', meson_version: '>= 0.40.0') project_name = 'cozy'