summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md11
-rw-r--r--README.org5
-rw-r--r--pancake.cabal2
-rw-r--r--pancake.el2
4 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 024a5cd..3c29cf0 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,16 @@
# Revision history for pancake
+## 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
+ interface.
+* Minor improvements and bugfixes.
+
+
## 0.1.2 -- 2017-11-03
* New features:
diff --git a/README.org b/README.org
index c5a2910..55ee928 100644
--- a/README.org
+++ b/README.org
@@ -37,7 +37,10 @@ your default emacs browser:
pancake-mode provides additional aliases, see built-in emacs
documentation (~C-h m~) for those.
-* Sample configuration
+* Configuration
+
+Default configuration will be written into XDG configuration
+directory, and would look approximately like this:
#+BEGIN_SRC yaml
externalViewers:
diff --git a/pancake.cabal b/pancake.cabal
index a6c5a1a..f5e49a6 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -1,5 +1,5 @@
name: pancake
-version: 0.1.2
+version: 0.1.3
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 2fe1e1a..939da2a 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.2
+;; Version: 0.1.3
;; This file is not part of GNU Emacs.