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

Commit

Permalink
Updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Zaalberg committed Jan 25, 2018
1 parent 9384599 commit 2d9ba80
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set (EXEC_NAME "com.github.bartzaalberg.bookmark-manager")
set (EXEC_NAME2 "com.github.bartzaalberg.bookmark-manager-quicklist")
set (EXEC_NAME3 "com.github.bartzaalberg.bookmark-manager-quicklist-polkit")
set (VERSION "0.1")
set (VERSION "1.4.0")
set (VERSION_INFO "whats up world")

set (DEPS_PACKAGES
Expand Down
14 changes: 14 additions & 0 deletions data/com.github.bartzaalberg.bookmark-manager.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@
</ul>
</description>
<releases>
<release version="1.4.0" date="2018-01-25">
<description>
<p>First release of the new year!</p>
<ul>
<li>Added in-app terminal</li>
<li>Removed alot of unneccessary files</li>
<li>Added translations</li>
<li>Added ability to set custom terminal</li>
<li>Fixed a bug where the return button would keep on showing</li>
<li>Changed tooltip for session starting</li>
<li>Updated to granite5.0</li>
</ul>
</description>
</release>
<release version="1.3.5" date="2017-11-10">
<description>
<p>1.3.5</p>
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
com.github.bartzaalberg.bookmark-manager (1.4.0) UNSTABLE; urgency=low

* Added inapp terminal
* Removed alot of unneccessary files
* Added translations
* Added ability to set custom terminal
* Fixed a bug where the return button would keep on showing
* Changed tooltip for session starting
* Updated to granite5.0

-- Bart Zaalberg <[email protected]> Thu, 25 Jan 2017 17:36:00 +0200

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

* HeaderBar is now dynamic.
Expand Down

0 comments on commit 2d9ba80

Please sign in to comment.