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

Commit d2282c9

Browse files
author
Bart
committed
Updated changelog to 1.5.0
1 parent aea1f25 commit d2282c9

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

data/com.github.bartzaalberg.bookmark-manager.appdata.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
</ul>
2020
</description>
2121
<releases>
22+
<release version="1.5.0" date="2019-01-14">
23+
<description>
24+
<p>Juno ready</p>
25+
<ul>
26+
<li>Changed the default terminal name to juno standard</li>
27+
<li>Moved to Meson</li>
28+
<li>Added Polish translations</li>
29+
<li>Moved in-app terminal out of experimentary</li>
30+
<li>Fixed freeze when terminal is open</li>
31+
</ul>
32+
</description>
33+
</release>
2234
<release version="1.4.2" date="2018-10-15">
2335
<description>
2436
<p>Release for Juno and Houston Ci</p>

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
com.github.bartzaalberg.bookmark-manager (1.5.0) STABLE; urgency=low
2+
3+
* Changed the default terminal name to juno standard
4+
* Moved to Meson
5+
* Added Polish translations
6+
* Moved in-app terminal out of experimentary
7+
* Fixed freeze when terminal is open
8+
9+
-- Bart Zaalberg <bartzaalberg@gmail.com> Mon, 14 Jan 2019 17:08:00 +0200
10+
111
com.github.bartzaalberg.bookmark-manager (1.4.2) STABLE; urgency=low
212

313
* Added Houston CI

src/Constants.vala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ namespace BookmarkManager.Constants {
66
public const string ICON = "com.github.bartzaalberg.bookmark-manager";
77
public const string MAIN_URL = "https://github.com/bartzaalberg/Bookmark-Manager";
88
public const string BUG_URL = MAIN_URL + "/issues";
9-
public const string VERSION = "1.4.2";
10-
public const string VERSION_INFO = "Unstable";
11-
public const string APP_YEARS = "2017-2018";
9+
public const string VERSION = "1.5.0";
10+
public const string VERSION_INFO = "Stable";
11+
public const string APP_YEARS = "2017-2019";
1212

1313
public const int APPLICATION_HEIGHT = 810;
1414
public const int APPLICATION_WIDTH = 600;

0 commit comments

Comments
 (0)