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

Commit 4053fdf

Browse files
Updated changelog to 1.4.1
1 parent 0c24532 commit 4053fdf

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
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.0")
20+
set (VERSION "1.4.1")
2121
set (VERSION_INFO "whats up world")
2222

2323
set (DEPS_PACKAGES

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@
1919
</ul>
2020
</description>
2121
<releases>
22+
<release version="1.4.1" date="2018-05-27">
23+
<description>
24+
<p>App refactor and small fixes</p>
25+
<ul>
26+
<li>Added extra screenshot for appcenter</li>
27+
<li>Changed colour for appcenter</li>
28+
<li>Added CSS support</li>
29+
<li>Fixed the background styling on form page</li>
30+
<li>Added quit command</li>
31+
<li>Refactored code and removed deprecated code</li>
32+
</ul>
33+
</description>
34+
</release>
2235
<release version="1.4.0" date="2018-01-25">
2336
<description>
2437
<p>First release of the new year!</p>

debian/changelog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
com.github.bartzaalberg.bookmark-manager (1.4.1) UNSTABLE; urgency=low
2+
3+
* Added extra screenshot for appcenter
4+
* Changed colour for appcenter
5+
* Added CSS support
6+
* Fixed the background styling on form page
7+
* Added quit command
8+
* Refactored code and removed deprecated code
9+
10+
-- Bart Zaalberg <bartzaalberg@gmail.com> Sun, 27 May 2018 10:41:00 +0200
11+
112
com.github.bartzaalberg.bookmark-manager (1.4.0) UNSTABLE; urgency=low
213

314
* Added inapp terminal
@@ -8,7 +19,7 @@ com.github.bartzaalberg.bookmark-manager (1.4.0) UNSTABLE; urgency=low
819
* Changed tooltip for session starting
920
* Updated to granite5.0
1021

11-
-- Bart Zaalberg <bartzaalberg@gmail.com> Thu, 25 Jan 2017 17:36:00 +0200
22+
-- Bart Zaalberg <bartzaalberg@gmail.com> Thu, 25 Jan 2018 17:36:00 +0200
1223

1324
com.github.bartzaalberg.bookmark-manager (1.3.5) UNSTABLE; urgency=low
1425

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 = "0.0.1";
9+
public const string VERSION = "1.4.1";
1010
public const string VERSION_INFO = "Unstable";
1111
public const string APP_YEARS = "2017-2018";
1212

0 commit comments

Comments
 (0)