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

Commit debd768

Browse files
author
Bart Zaalberg
committed
Updated changelog to 1.4.2
1 parent c325766 commit debd768

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set (EXEC_NAME "com.github.bartzaalberg.bookmark-manager")
1818
set (EXEC_NAME2 "com.github.bartzaalberg.bookmark-manager-quicklist")
1919
set (EXEC_NAME3 "com.github.bartzaalberg.bookmark-manager-quicklist-polkit")
20-
set (VERSION "1.4.1")
20+
set (VERSION "1.4.2")
2121
set (VERSION_INFO "whats up world")
2222

2323
set (DEPS_PACKAGES

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
</ul>
2020
</description>
2121
<releases>
22+
<release version="1.4.2" date="2018-10-15">
23+
<description>
24+
<p>Release for Juno and Houston Ci</p>
25+
<ul>
26+
<li>Added Houston CI</li>
27+
<li>Released for Juno</li>
28+
</ul>
29+
</description>
30+
</release>
2231
<release version="1.4.1" date="2018-05-27">
2332
<description>
2433
<p>App refactor and small fixes</p>

debian/changelog

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
com.github.bartzaalberg.bookmark-manager (1.4.2) STABLE; urgency=low
2+
3+
* Added Houston CI
4+
* Released for Juno
5+
6+
-- Bart Zaalberg <bartzaalberg@gmail.com> Mon, 15 Oct 2018 10:11:00 +0200
7+
18
com.github.bartzaalberg.bookmark-manager (1.4.1) UNSTABLE; urgency=low
29

310
* Added extra screenshot for appcenter
@@ -23,7 +30,7 @@ com.github.bartzaalberg.bookmark-manager (1.4.0) UNSTABLE; urgency=low
2330

2431
com.github.bartzaalberg.bookmark-manager (1.3.5) UNSTABLE; urgency=low
2532

26-
* HeaderBar is now dynamic.
33+
* HeaderBar is now dynamic.
2734
* Searchbar is disabled when no bookmarks are found
2835
* Added a cool dynamic cancel button in the headerBar
2936

@@ -52,7 +59,7 @@ com.github.bartzaalberg.bookmark-manager (1.3.2) UNSTABLE; urgency=low
5259

5360
com.github.bartzaalberg.bookmark-manager (1.3.1) UNSTABLE; urgency=low
5461

55-
* The last release didn't include all the commits. This one does.
62+
* The last release didn't include all the commits. This one does.
5663

5764
-- Bart Zaalberg <bartzaalberg@gmail.com> Tue, 24 Oct 2017 14:00:00 +0200
5865

@@ -112,13 +119,13 @@ com.github.bartzaalberg.bookmark-manager (1.1.9) UNSTABLE; urgency=low
112119
com.github.bartzaalberg.bookmark-manager (1.1.8) UNSTABLE; urgency=low
113120

114121
* Added a fix for the not released granite.messageDialog windows i used
115-
* Added more entry fields to the AddBookmark form
122+
* Added more entry fields to the AddBookmark form
116123

117124
-- Bart Zaalberg <bartzaalberg@gmail.com> Sat, 16 Sep 2017 18:26:00 +0200
118125

119126
com.github.bartzaalberg.bookmark-manager (1.1.7) UNSTABLE; urgency=low
120127

121-
* Added Delete option,
128+
* Added Delete option,
122129
* Added Add option
123130
* Refactored alot of code
124131
* Added new icon
@@ -130,7 +137,7 @@ com.github.bartzaalberg.bookmark-manager (1.1.6) UNSTABLE; urgency=low
130137

131138
* Fixed a bug where the last bookmark wasn't shown
132139
* Made preferences more logical.(added save button, tooltip, better naming)
133-
* Added a workaround for a bug where some hosts wouldn't show up
140+
* Added a workaround for a bug where some hosts wouldn't show up
134141

135142
-- Bart Zaalberg <bartzaalberg@gmail.com> Tue, 12 Sep 2017 09:44:55 +0200
136143

src/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.1";
9+
public const string VERSION = "1.4.2";
1010
public const string VERSION_INFO = "Unstable";
1111
public const string APP_YEARS = "2017-2018";
1212

0 commit comments

Comments
 (0)