diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index c98c39fa..2607d1ac 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -58,6 +58,17 @@ https://www.patreon.com/geigi cozy@geigi.de + + +
    +
  • Updated russian translation
  • +
  • Fixed bug where cozy could crash on startup when a album cover is not supported
  • +
  • Track progressbar can now be controlled by the keyboard and supports incremental changes
  • +
  • Fixed a bug where the position of the track was not resetted after the playback finished
  • +
  • Probably faster import
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index dd682d13..f4303c70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +com.github.geigi.cozy (0.4.3) UNSTABLE; urgency=low + + * Updated russian translation + * Fixed bug where cozy could crash on startup when a album cover is not supported + * Track progressbar can now be controlled by the keyboard and supports incremental changes + * Fixed a bug where the position of the track was not resetted after the playback finished + * Probably faster import + * Refactoring + +-- Julian Geywitz Wed, 04 Dec 2017 18:45:14 +0200 com.github.geigi.cozy (0.4.2) UNSTABLE; urgency=low * Russian translation diff --git a/meson.build b/meson.build index 34b8a15a..5419ab73 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.4.2d', + version: '0.4.3', meson_version: '>= 0.40.0') project_name = 'cozy'