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 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart committed Jan 17, 2019
1 parent ef7b91b commit a8fe96f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions data/com.github.bartzaalberg.alias.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
</ul>
</description>
<releases>
<release version="1.1.0" date="2019-01-17">
<description>
<p>Single-instance, fixed translations</p>
<ul>
<li>Fixed translations</li>
<li>Added French translation</li>
<li>Application is now single-instance</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2019-01-09">
<description>
<p>Meson, and some fixes</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.alias (1.1.0) STABLE; urgency=low

* Fixed translations
* Added French translation
* Application is now single-instance

-- Bart Zaalberg <[email protected]> Thu, 17 Jan 2019 20:26:00 +0200

com.github.bartzaalberg.alias (1.0.0) STABLE; urgency=low

* Changed building 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.repositories";
public const string MAIN_URL = "https://github.com/bartzaalberg/alias";
public const string BUG_URL = MAIN_URL + "/issues";
public const string VERSION = "1.0.0";
public const string VERSION = "1.1.0";
public const string VERSION_INFO = "Stable";
public const string APP_YEARS = "2017-2019";
public const int APPLICATION_HEIGHT = 510;
Expand Down

0 comments on commit a8fe96f

Please sign in to comment.