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.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart committed Jan 13, 2019
1 parent 73c1894 commit d3b288a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
11 changes: 11 additions & 0 deletions data/com.github.bartzaalberg.snaptastic.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@
</ul>
</description>
<releases>
<release version="0.6.0" date="2019-01-13">
<description>
<p>Fixed local snap installing, added channel support, added some shortcuts</p>
<ul>
<li>Fixed opening local snap files</li>
<li>Added ability to install from other channels</li>
<li>Channels are now shown on list and detail pages</li>
<li>Added application shortcuts</li>
</ul>
</description>
</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
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
com.github.bartzaalberg.snaptastic (0.6.0) UNSTABLE; urgency=low

* Fixed opening local snap files
* Added ability to install from other channels
* Channels are now shown on list and detail pages
* Added application shortcuts

-- Bart Zaalberg <bartzaalberg@gmail.com> Sun, 13 Jan 2019 16:21:00 +0200

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

* Moved to Meson
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.5.0";
public const string VERSION = "0.6.0";
public const string VERSION_INFO = "Unstable";
public const string APP_YEARS = "2017-2019";

Expand Down

0 comments on commit d3b288a

Please sign in to comment.