From 4c6d0ed3f7cfaf969ad110ab158216db86f2008f Mon Sep 17 00:00:00 2001 From: defanor Date: Mon, 20 Nov 2017 04:34:23 +0300 Subject: Increase version to 0.1.5 --- ChangeLog.md | 10 ++++++++++ deb/DEBIAN/control | 2 +- pancake.cabal | 2 +- pancake.el | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index ff7d623..767e3b4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,15 @@ # Revision history for pancake +## 0.1.5 -- 2017-11-20 + +* A man page is added. +* Slightly improved SIGINT handling. +* Gopher directory parsing is relaxed. +* Handling of --help and --version options. +* Minor bugfixes and Emacs interface improvements. +* Makefile is introduced to generate binary releases. + + ## 0.1.4 -- 2017-11-12 * Handling of footnotes and table column alignments. diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 5221de6..48c39f7 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: pancake -Version: 0.1.4 +Version: 0.1.5 Maintainer: defanor Description: A CLI/Emacs web/gopher/file browser. Pancake utilizes pandoc and external downloaders such as curl, adding diff --git a/pancake.cabal b/pancake.cabal index 97aec47..9eca57c 100644 --- a/pancake.cabal +++ b/pancake.cabal @@ -1,5 +1,5 @@ name: pancake -version: 0.1.4 +version: 0.1.5 synopsis: A CLI web/gopher/file browser description: Pancake is a CLI web/gopher/file browser inspired by Line Mode Browser. It relies on pandoc for diff --git a/pancake.el b/pancake.el index 6b90757..341d74f 100644 --- a/pancake.el +++ b/pancake.el @@ -7,7 +7,7 @@ ;; Created: 2017-10-28 ;; Keywords: pandoc, web, gopher, browser ;; Homepage: https://defanor.uberspace.net/projects/pancake/ -;; Version: 0.1.4 +;; Version: 0.1.5 ;; This file is not part of GNU Emacs. -- cgit v1.2.3