From 8c2a39619c25b57edab263aa783c34d1b7726a86 Mon Sep 17 00:00:00 2001 From: Goncalo Margalho Date: Mon, 17 Aug 2020 15:01:52 +0200 Subject: [PATCH] Release 1.1 --- ....github.devalien.workspaces.appdata.xml.in | 31 ++++--------------- debian/changelog | 8 +---- meson.build | 2 +- src/Application.vala | 2 +- 4 files changed, 9 insertions(+), 34 deletions(-) diff --git a/data/com.github.devalien.workspaces.appdata.xml.in b/data/com.github.devalien.workspaces.appdata.xml.in index 32158c6..c3381c1 100644 --- a/data/com.github.devalien.workspaces.appdata.xml.in +++ b/data/com.github.devalien.workspaces.appdata.xml.in @@ -67,40 +67,21 @@ - - -

Fixes

-
    -
  • Fix control file for deb packaging
  • -
-
-
- - -

Improvementes

-
    -
  • Add missing icons Icon
  • -
-
-
- - -

Improvementes

-
    -
  • Add missing icons Icon
  • -
-
-
- +

Improvementes

  • Improved Icon
  • +
  • Add missing icons

Bug Fixes

  • Set text color of the search icon on the header
+

Fixes

+
    +
  • Fix control file for deb packaging
  • +
diff --git a/debian/changelog b/debian/changelog index 63fadcb..be6ef5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,9 @@ -com.github.devalien.workspaces (1.0.6) RELEASED; urgency=low +com.github.devalien.workspaces (1.1.0) RELEASED; urgency=low * Fix control file for deb packaging. * -- Goncalo Margalho Mon, 17 Aug 2020 13:41:57 +0200 -com.github.devalien.workspaces (1.0.4) RELEASED; urgency=low - - * Release for elementary OS. * - - -- Goncalo Margalho Mon, 17 Aug 2020 13:41:57 +0200 - com.github.devalien.workspaces (1.0.0) UNRELEASED; urgency=low * Initial Release. * diff --git a/meson.build b/meson.build index b7f0368..9ae3566 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project ( 'com.github.devalien.workspaces', 'vala', 'c', - version: '1.0.6' + version: '1.1.0' ) # Translation module diff --git a/src/Application.vala b/src/Application.vala index 6a48fda..7291c69 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -27,7 +27,7 @@ public class Workspaces.Application : Gtk.Application { public Workspaces.Controllers.WorkspacesController workspaces_controller; - public const string APP_VERSION = "1.0.6"; + public const string APP_VERSION = "1.1.0"; public const string APP_ID = "com.github.devalien.workspaces"; private bool show_quick_launch = false;