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

Commit 2d9ba80

Browse files
author
Bart Zaalberg
committed
Updated changelogs
1 parent 9384599 commit 2d9ba80

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
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 "0.1")
20+
set (VERSION "1.4.0")
2121
set (VERSION_INFO "whats up world")
2222

2323
set (DEPS_PACKAGES

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@
1717
</ul>
1818
</description>
1919
<releases>
20+
<release version="1.4.0" date="2018-01-25">
21+
<description>
22+
<p>First release of the new year!</p>
23+
<ul>
24+
<li>Added in-app terminal</li>
25+
<li>Removed alot of unneccessary files</li>
26+
<li>Added translations</li>
27+
<li>Added ability to set custom terminal</li>
28+
<li>Fixed a bug where the return button would keep on showing</li>
29+
<li>Changed tooltip for session starting</li>
30+
<li>Updated to granite5.0</li>
31+
</ul>
32+
</description>
33+
</release>
2034
<release version="1.3.5" date="2017-11-10">
2135
<description>
2236
<p>1.3.5</p>

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
com.github.bartzaalberg.bookmark-manager (1.4.0) UNSTABLE; urgency=low
2+
3+
* Added inapp terminal
4+
* Removed alot of unneccessary files
5+
* Added translations
6+
* Added ability to set custom terminal
7+
* Fixed a bug where the return button would keep on showing
8+
* Changed tooltip for session starting
9+
* Updated to granite5.0
10+
11+
-- Bart Zaalberg <bartzaalberg@gmail.com> Thu, 25 Jan 2017 17:36:00 +0200
12+
113
com.github.bartzaalberg.bookmark-manager (1.3.5) UNSTABLE; urgency=low
214

315
* HeaderBar is now dynamic.

0 commit comments

Comments
 (0)