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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart committed Jan 14, 2019
1 parent aea1f25 commit d2282c9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
12 changes: 12 additions & 0 deletions data/com.github.bartzaalberg.bookmark-manager.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
</ul>
</description>
<releases>
<release version="1.5.0" date="2019-01-14">
<description>
<p>Juno ready</p>
<ul>
<li>Changed the default terminal name to juno standard</li>
<li>Moved to Meson</li>
<li>Added Polish translations</li>
<li>Moved in-app terminal out of experimentary</li>
<li>Fixed freeze when terminal is open</li>
</ul>
</description>
</release>
<release version="1.4.2" date="2018-10-15">
<description>
<p>Release for Juno and Houston Ci</p>
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
com.github.bartzaalberg.bookmark-manager (1.5.0) STABLE; urgency=low

* Changed the default terminal name to juno standard
* Moved to Meson
* Added Polish translations
* Moved in-app terminal out of experimentary
* Fixed freeze when terminal is open

-- Bart Zaalberg <[email protected]> Mon, 14 Jan 2019 17:08:00 +0200

com.github.bartzaalberg.bookmark-manager (1.4.2) STABLE; urgency=low

* Added Houston CI
Expand Down
6 changes: 3 additions & 3 deletions src/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ namespace BookmarkManager.Constants {
public const string ICON = "com.github.bartzaalberg.bookmark-manager";
public const string MAIN_URL = "https://github.com/bartzaalberg/Bookmark-Manager";
public const string BUG_URL = MAIN_URL + "/issues";
public const string VERSION = "1.4.2";
public const string VERSION_INFO = "Unstable";
public const string APP_YEARS = "2017-2018";
public const string VERSION = "1.5.0";
public const string VERSION_INFO = "Stable";
public const string APP_YEARS = "2017-2019";

public const int APPLICATION_HEIGHT = 810;
public const int APPLICATION_WIDTH = 600;
Expand Down

0 comments on commit d2282c9

Please sign in to comment.