From c923402ea3fe3c24c4c8733d93ab809a51f345e8 Mon Sep 17 00:00:00 2001 From: geigi Date: Sat, 28 Oct 2017 00:34:28 +0200 Subject: [PATCH] version bump --- data/com.github.geigi.cozy.appdata.xml | 14 ++++++++++++++ data/ui/about.ui | 3 ++- debian/changelog | 12 ++++++++++++ meson.build | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index d45f91f4..1437bbfa 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -30,6 +30,9 @@
  • Sleep timer
  • ... you tell me!
  • +

    + Note: If you're from the EU and want to support this project, head over to my patreon page. Because of tax reasons I cannot accept payments from the EU except Germany. +

    com.github.geigi.cozy @@ -45,6 +48,17 @@ https://github.com/geigi/cozy/issues cozy@geigi.de + + +

    Do not use default_width and default_height properties

    +

    Smaller HeaderBar height

    +

    Use open-menu-symbolic for preferences button

    +

    Instructions if there are no files in library

    +

    About dialog now quitable

    +

    Optional auto-rescan the directory on startup

    +

    Bugfixes & ui tweaks

    +
    +

    Some UI changes diff --git a/data/ui/about.ui b/data/ui/about.ui index 4274744e..ddf94777 100644 --- a/data/ui/about.ui +++ b/data/ui/about.ui @@ -8,11 +8,12 @@ dialog Cozy 0.0.1 + Support me on Patreon: https://www.patreon.com/geigi https://github.com/geigi/cozy GitHub geigi com.github.geigi.cozy - lgpl-3-0 + gpl-3-0 False diff --git a/debian/changelog b/debian/changelog index a8703c34..5a68407e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +com.github.geigi.cozy (0.2.4) UNSTABLE; urgency=low + + * Do not use default_width and default_height properties + * Smaller HeaderBar height + * Use open-menu-symbolic for preferences button + * Instructions if there are no files in library + * About dialog now quitable + * Optional auto-rescan the directory on startup + * Bugfixes & ui tweaks + +-- Julian Geywitz Sat, 28 Oct 2016 00:04:14 +0200 + com.github.geigi.cozy (0.2.3) UNSTABLE; urgency=low * Some UI changes diff --git a/meson.build b/meson.build index 52415b76..9f76ba11 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.2.3', + version: '0.2.4', meson_version: '>= 0.40.0') project_name = 'cozy'