From 974256f1981ebfdfc24106b4a121f044180a6dc5 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Fri, 30 Oct 2020 19:56:19 +1300 Subject: [PATCH] Release Rhapsode v3 with hyperlinks --- ChangeLog.md | 8 ++++++++ about/version | 2 +- rhapsode.cabal | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index e51c569..f6ac021 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ # Revision history for rhapsode +## 3 -- 2020-10-30 + +* Link navigation via keyboard +* URL rewriting plugin support +* Browser history logging +* Uses OpenSSL for encryption +* Improved Gemini support + ## 2 -- 2020-05-17 * Arrow key navigation diff --git a/about/version b/about/version index 1252471..39a39a1 100644 --- a/about/version +++ b/about/version @@ -5,7 +5,7 @@ About Rhapsode -

Rhapsode version 2

+

Rhapsode version 3

2019–2020 © Adrian Cochrane, and others

Redistribution licensed under the GNU GPLv3+. diff --git a/rhapsode.cabal b/rhapsode.cabal index 6ad4723..5935170 100644 --- a/rhapsode.cabal +++ b/rhapsode.cabal @@ -10,7 +10,7 @@ name: rhapsode -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.1.1.0 +version: 0.3.0.0 -- A short (one-line) description of the package. synopsis: Voice interface for The Web, encouraging universal accessibility. @@ -75,7 +75,7 @@ library executable rhapsode main-is: main.c - ghc-options: -no-hs-main + ghc-options: -no-hs-main -threaded extra-libraries: espeak-ng, sndfile build-depends: base >=4.9 && <=4.12, rhapsode other-modules: Stub -- 2.30.2