From 98068f5268ba07f63ac2c49bbb090944728b149c Mon Sep 17 00:00:00 2001 From: geigi Date: Wed, 28 Feb 2018 10:16:40 +0100 Subject: [PATCH] Version bump --- data/com.github.geigi.cozy.appdata.xml | 13 +++++++++++++ debian/changelog | 12 ++++++++++++ meson.build | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 58d6ea1b..e631634e 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -52,6 +52,19 @@ https://www.patreon.com/geigi cozy@geigi.de + + +
    +
  • Bugfix release
  • +
  • Changelog from 0.5.2:
  • +
  • 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
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index c1ba81c3..d1764231 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +com.github.geigi.cozy (0.5.3) UNSTABLE; urgency=low + + * Bugfix release + * Changelog from 0.5.2: + * 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 Wed, 28 Feb 2018 10:13:14 +0200 + com.github.geigi.cozy (0.5.2) UNSTABLE; urgency=low * Choose between displaying the current chapter or the whole book in the titlebar diff --git a/meson.build b/meson.build index 820c984d..34356810 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.5.2', + version: '0.5.3', meson_version: '>= 0.40.0') project_name = 'cozy'