summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-03 06:43:27 +0300
committerdefanor <defanor@uberspace.net>2017-11-03 06:43:27 +0300
commit9e3208c294dab446d21fdbdcdefdcba0e64f8cec (patch)
tree2ad7b2aa15967e769efc65efd60849909badb267
parent6ebaa972a88ddf93e5c83b6941057698b4bd6243 (diff)
Increase version to 0.1.2
-rw-r--r--ChangeLog.md17
-rw-r--r--README.org24
-rw-r--r--pancake.cabal2
-rw-r--r--pancake.el2
4 files changed, 26 insertions, 19 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index c10adf2..024a5cd 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,11 +1,20 @@
# Revision history for pancake
-## 0.1.1 -- 2017-10-31
+## 0.1.2 -- 2017-11-03
+
+* New features:
+ * Document reloading.
+ * Table rendering.
+ * Fragment identifiers handling.
+* Minor improvements and bugfixes.
+
+
+## 0.1.1 -- 2017-10-31
* An emacs interface is introduced.
-* Minor adjustments and bug fixes.
+* Minor adjustments and bugfixes.
-## 0.1.0.0 -- 2017-10-26
+## 0.1.0.0 -- 2017-10-26
-* First version. Released on an unsuspecting world.
+* First version.
diff --git a/README.org b/README.org
index a2b1b71..72d5315 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,7 @@
-This is a CLI web/gopher/file browser inspired by [[https://en.wikipedia.org/wiki/Line_Mode_Browser][Line Mode Browser]].
+This is a CLI/emacs web/gopher/file browser inspired by [[https://en.wikipedia.org/wiki/Line_Mode_Browser][Line Mode
+Browser]].
-It combines [[http://pandoc.org/][pandoc]] with external downloaders such as [[https://curl.haxx.se/][curl]], adding
+It utilizes [[http://pandoc.org/][pandoc]] and external downloaders such as [[https://curl.haxx.se/][curl]], adding
support for Gopher directories and plaintext files, and invoking
external applications (e.g., image and PDF viewers) depending on its
configuration.
@@ -56,18 +57,15 @@ paginate: true
* Excluded features
-- Usage of content types reported by network protocols: HTTP content
- types are ignored, Gopher item types are used only loosely and
- indirectly, and pancake mostly relies on URIs for format detection.
- Usually it works, but can be improved -- though that would slightly
- complicate both the configuration and the codebase, which may be not
- worth it.
+The following features were not implemented, since the complication
+may be not worth the benefits, but maybe they will be in the future:
+
+- Usage of content types reported by network protocols: pancake relies
+ on URIs for format detection, what usually works, but can be
+ improved.
- Semantic markup for embedding: it might be useful to provide
- semantic markup to ~pancake-mode~ (and for embedding in general) in
- order to e.g. buttonize links (and embed images, perhaps), but it's
- tricky to draw a line between that and just serializing pandoc
- structures, skipping the rendering altogether. Simplicity would
- suffer, too.
+ denotations to ~pancake-mode~ (and for embedding in general) in
+ order to buttonize links, render TeX math, embed images, etc.
* Screenshots
diff --git a/pancake.cabal b/pancake.cabal
index 20914f0..234855c 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -1,5 +1,5 @@
name: pancake
-version: 0.1.1
+version: 0.1.2
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 7fb662e..1119f20 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.1
+;; Version: 0.1.2
;; This file is not part of GNU Emacs.