Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Updated changelog to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Zaalberg committed Jan 17, 2019
1 parent 31437e3 commit 8186002
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
14 changes: 12 additions & 2 deletions data/com.github.bartzaalberg.snaptastic.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@
</ul>
</description>
<releases>
<release version="0.6.0" date="2019-01-13">
<release version="0.7.0" date="2019-01-17">
<description>
<p>Icons, single-instance, and translations fix</p>
<ul>
<li>Icons finally work!</li>
<li>Application is now single-instance</li>
<li>Translations are working again</li>
</ul>
</description>
</release>
<release version="0.6.0" date="2019-01-13">
<description>
<p>Fixed local snap installing, added channel support, added some shortcuts</p>
<ul>
Expand All @@ -27,7 +37,7 @@
<li>Added application shortcuts</li>
</ul>
</description>
</release>
</release>
<release version="0.5.0" date="2019-01-09">
<description>
<p>Moved to meson, apps can be opened from snaptastic again</p>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <bartzaalberg@gmail.com> Thu, 17 Jan 2019 10:23:00 +0200

com.github.bartzaalberg.snaptastic (0.6.0) UNSTABLE; urgency=low

* Fixed opening local snap files
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 8186002

Please sign in to comment.