summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-19 04:00:11 +0300
committerdefanor <defanor@uberspace.net>2017-12-19 04:00:11 +0300
commitdbd5740dea0ad6119cbef2b3b1cccf1e865beaca (patch)
treed2951d0d5c82423da5e840763271fd2720587ce6
parent7f5d0b170099704d1a2016e2af1d9bfbde7ea1ad (diff)
Increase version to 0.1.8
-rw-r--r--ChangeLog.md9
-rw-r--r--deb/DEBIAN/control2
-rw-r--r--pancake.cabal2
-rw-r--r--pancake.el2
4 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 4db3692..5d486f0 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,14 @@
# Revision history for pancake
+## 0.1.8 -- 2017-12-19
+
+* XSLT-based web page transformation (uncluttering) support is
+ introduced.
+* Breaking pancake.el change: `pancake-browse-url' is removed.
+* Bugfix: empty tables handling.
+* A few minor improvements.
+
+
## 0.1.7 -- 2017-12-09
* 'b' and 'f' commands are replaced with '[' and ']'.
diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control
index ad7a556..ee79b07 100644
--- a/deb/DEBIAN/control
+++ b/deb/DEBIAN/control
@@ -1,5 +1,5 @@
Package: pancake
-Version: 0.1.7
+Version: 0.1.8
Maintainer: defanor <defanor@uberspace.net>
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 211f5ea..c6ad6fb 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -1,5 +1,5 @@
name: pancake
-version: 0.1.7
+version: 0.1.8
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 c799eef..f28b4c2 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.7
+;; Version: 0.1.8
;; This file is not part of GNU Emacs.