diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 38b6f974..13d0cf27 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -51,6 +51,22 @@ https://www.patreon.com/geigi cozy@geigi.de + + +
    +
  • Thanks to the translators for the new languages: Danish, Spanish, Finnish, Italian, Malay, Polish, Portuguese!
  • +
  • Faster startup! Especially with a lot of books cozy starts now way faster then before.
  • +
  • Fixed ogg tag reading. Please re-import your oggs!
  • +
  • Fixed a bug that could cause crashing cozy with modified playback speed
  • +
  • Fixed crackling when changing the playback speed
  • +
  • Fixed a bug where UI buttons would not get unlocked after a rescan
  • +
  • Fixed a bug where cozy would not stop playing on closing via menu
  • +
  • Fixed more bugs after a database rescan
  • +
  • Fixed a bug where track position was not updated after it finished playing
  • +
  • Fixed some minor UI bugs
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index dd121ddc..96f362dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +com.github.geigi.cozy (0.4.7) UNSTABLE; urgency=low + + * Thanks to the translators for the new languages: Danish, Spanish, Finnish, Italian, Malay, Polish, Portuguese! + * Faster startup! Especially with a lot of books cozy starts now way faster then before. + * Fixed ogg tag reading. Please re-import your oggs! + * Fixed a bug that could cause crashing cozy with modified playback speed + * Fixed crackling when changing the playback speed + * Fixed a bug where UI buttons would not get unlocked after a rescan + * Fixed a bug where cozy would not stop playing on closing via menu + * Fixed more bugs after a database rescan + * Fixed a bug where track position was not updated after it finished playing + * Fixed some minor UI bugs + + -- Julian Geywitz Wed, 09 Jan 2018 19:11:14 +0200 + com.github.geigi.cozy (0.4.6) UNSTABLE; urgency=low * Playback speed control! diff --git a/meson.build b/meson.build index 498ca304..7cbde8d3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.4.6', + version: '0.4.7', meson_version: '>= 0.40.0') project_name = 'cozy'