Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAlien committed Aug 17, 2020
1 parent f0ea677 commit 8c2a396
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 34 deletions.
31 changes: 6 additions & 25 deletions data/com.github.devalien.workspaces.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,40 +67,21 @@
</content_rating>

<releases>
<release version="1.0.6" date="2020-08-17">
<description>
<p>Fixes</p>
<ul>
<li>Fix control file for deb packaging</li>
</ul>
</description>
</release>
<release version="1.0.4" date="2020-08-17">
<description>
<p>Improvementes</p>
<ul>
<li>Add missing icons Icon</li>
</ul>
</description>
</release>
<release version="1.0.3" date="2020-08-17">
<description>
<p>Improvementes</p>
<ul>
<li>Add missing icons Icon</li>
</ul>
</description>
</release>
<release version="1.0.2" date="2020-08-17">
<release version="1.1.0" date="2020-08-17">
<description>
<p>Improvementes</p>
<ul>
<li>Improved Icon</li>
<li>Add missing icons</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Set text color of the search icon on the header</li>
</ul>
<p>Fixes</p>
<ul>
<li>Fix control file for deb packaging</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2020-08-17">
Expand Down
8 changes: 1 addition & 7 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 17 Aug 2020 13:41:57 +0200

com.github.devalien.workspaces (1.0.4) RELEASED; urgency=low

* Release for elementary OS. *

-- Goncalo Margalho <[email protected]> Mon, 17 Aug 2020 13:41:57 +0200

com.github.devalien.workspaces (1.0.0) UNRELEASED; urgency=low

* Initial Release. *
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project (
'com.github.devalien.workspaces',
'vala', 'c',
version: '1.0.6'
version: '1.1.0'
)

# Translation module
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c2a396

Please sign in to comment.