From b06925c135e0cd6383b6e3f4dc6ad080dba07ec7 Mon Sep 17 00:00:00 2001 From: defanor Date: Fri, 23 Feb 2018 21:02:10 +0300 Subject: Increase version to 0.1.10 --- ChangeLog.md | 10 ++++++++++ deb/DEBIAN/control | 2 +- pancake.cabal | 2 +- pancake.el | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7027550..a30aee1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,15 @@ # Revision history for pancake +## 0.1.10 -- 2018-02-23 + +* RDF support. +* Minor improvements, including: + * URIs are shown in Emacs on link navigation. + * curl user-agent gets set to pancake by default. + * C-u RET would open links in a new session. + * Timeouts for pandoc parsing are introduced. + + ## 0.1.9 -- 2017-12-30 * New features: diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 9d66ad9..022e3bd 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: pancake -Version: 0.1.9 +Version: 0.1.10 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 5f71cc8..86fde88 100644 --- a/pancake.cabal +++ b/pancake.cabal @@ -1,5 +1,5 @@ name: pancake -version: 0.1.9 +version: 0.1.10 synopsis: A CLI/Emacs web/gopher/file browser description: Pancake is a CLI/Emacs web browser. It relies on pandoc for parsing, on curl and other external diff --git a/pancake.el b/pancake.el index 6f8c54b..7ca40cd 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.9 +;; Version: 0.1.10 ;; This file is not part of GNU Emacs. -- cgit v1.2.3