From 1207108741f466b105b12ce8277c116121950b14 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 30 Dec 2017 06:29:40 +0300 Subject: Increase version to 0.1.9 --- 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 5d486f0..7027550 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,16 @@ # Revision history for pancake +## 0.1.9 -- 2017-12-30 + +* New features: + * Position retention on reload, redisplay, and history navigation. + * Use of Haskeline with history-based URI completion. + * Partial (and optional) line wrapping delegation to Emacs. + * `pancake-uri-at-point' command. +* A few uncluttering XSLTs are included into the distribution. +* Other minor improvements. + + ## 0.1.8 -- 2017-12-19 * XSLT-based web page transformation (uncluttering) support is diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 66bce91..9d66ad9 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: pancake -Version: 0.1.8 +Version: 0.1.9 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 06aa7fc..dbd0f78 100644 --- a/pancake.cabal +++ b/pancake.cabal @@ -1,5 +1,5 @@ name: pancake -version: 0.1.8 +version: 0.1.9 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 413eee5..cc4d3f9 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.8 +;; Version: 0.1.9 ;; This file is not part of GNU Emacs. -- cgit v1.2.3