summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md13
-rw-r--r--pancake.cabal2
-rw-r--r--pancake.el2
3 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 3c29cf0..ff7d623 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,12 +1,21 @@
# Revision history for pancake
+## 0.1.4 -- 2017-11-12
+
+* Handling of footnotes and table column alignments.
+* Emacs interface improvements:
+ * Completing reading based on URI history.
+ * Navigation through section headings.
+* Other minor adjustments and bugfixes.
+
+
## 0.1.3 -- 2017-11-06
* New features:
* User can explicitly tell which reader to use for a document.
* Metadata (content type, effective uri) reading from downloader
command output.
- * Denotations for embedding, buttonized hyperlinks in the emacs
+ * Denotations for embedding, buttonized hyperlinks in the Emacs
interface.
* Minor improvements and bugfixes.
@@ -22,7 +31,7 @@
## 0.1.1 -- 2017-10-31
-* An emacs interface is introduced.
+* An Emacs interface is introduced.
* Minor adjustments and bugfixes.
diff --git a/pancake.cabal b/pancake.cabal
index f5e49a6..efa3c2e 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -1,5 +1,5 @@
name: pancake
-version: 0.1.3
+version: 0.1.4
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 905dcd2..d93aad4 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.3
+;; Version: 0.1.4
;; This file is not part of GNU Emacs.