diff --git a/data/com.github.bartzaalberg.snaptastic.appdata.xml b/data/com.github.bartzaalberg.snaptastic.appdata.xml index a6e36e7..813151e 100644 --- a/data/com.github.bartzaalberg.snaptastic.appdata.xml +++ b/data/com.github.bartzaalberg.snaptastic.appdata.xml @@ -17,7 +17,17 @@ - + + +

Icons, single-instance, and translations fix

+
    +
  • Icons finally work!
  • +
  • Application is now single-instance
  • +
  • Translations are working again
  • +
+
+
+

Fixed local snap installing, added channel support, added some shortcuts

    @@ -27,7 +37,7 @@
  • Added application shortcuts
-
+

Moved to meson, apps can be opened from snaptastic again

diff --git a/debian/changelog b/debian/changelog index 9d6fed6..21fabdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +com.github.bartzaalberg.snaptastic (0.7.0) UNSTABLE; urgency=low + + * Icons finally work! + * Application is now single-instance + * Translations are working again + + -- Bart Zaalberg Thu, 17 Jan 2019 10:23:00 +0200 + com.github.bartzaalberg.snaptastic (0.6.0) UNSTABLE; urgency=low * Fixed opening local snap files diff --git a/src/Constants.vala b/src/Constants.vala index a43fd9d..0e2a2e5 100644 --- a/src/Constants.vala +++ b/src/Constants.vala @@ -6,7 +6,7 @@ namespace Application.Constants { public const string ICON = "com.github.bartzaalberg.snaptastic"; public const string MAIN_URL = "https://github.com/bartzaalberg/snaptastic"; public const string BUG_URL = MAIN_URL + "/issues"; - public const string VERSION = "0.6.0"; + public const string VERSION = "0.7.0"; public const string VERSION_INFO = "Unstable"; public const string APP_YEARS = "2017-2019";