From 151e3d381b3beedacff475f439c6340a656bc8c3 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 28 Nov 2017 11:50:09 +0300 Subject: Increase version to 0.1.6 --- ChangeLog.md | 11 +++++++++++ deb/DEBIAN/control | 2 +- pancake.cabal | 2 +- pancake.el | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 767e3b4..43930ce 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,16 @@ # Revision history for pancake +## 0.1.6 -- 2017-11-28 + +* New features: + * User-defined digits and radices for reference numbering. + * File saving. + * Image support in the Emacs interface. + * Handling of Emacs "mode" file variables. + * Optional div indentation. +* Minor improvements and adjustments. + + ## 0.1.5 -- 2017-11-20 * A man page is added. diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 48c39f7..2ba7050 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: pancake -Version: 0.1.5 +Version: 0.1.6 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 9b18b9e..db06a94 100644 --- a/pancake.cabal +++ b/pancake.cabal @@ -1,5 +1,5 @@ name: pancake -version: 0.1.5 +version: 0.1.6 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 443b62a..570f4e5 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.5 +;; Version: 0.1.6 ;; This file is not part of GNU Emacs. -- cgit v1.2.3