~alcinnz/rhapsode

974256f1981ebfdfc24106b4a121f044180a6dc5 — Adrian Cochrane 3 years ago b762df0
Release Rhapsode v3 with hyperlinks
3 files changed, 11 insertions(+), 3 deletions(-)

M ChangeLog.md
M about/version
M rhapsode.cabal
M ChangeLog.md => ChangeLog.md +8 -0
@@ 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

M about/version => about/version +1 -1
@@ 5,7 5,7 @@
  <title>About Rhapsode</title>
</head>
<body>
  <h1><a href="https://rhapsode.adrian.geek.nz/" title="Homepage">Rhapsode</a> version 2</h1>
  <h1><a href="https://rhapsode.adrian.geek.nz/" title="Homepage">Rhapsode</a> version 3</h1>
  <p>2019–2020 © <a href="https://adrian.geek.nz/" title="Author">Adrian Cochrane</a>, and others</p>
  <p>Redistribution licensed under the
    <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html" title="License">GNU GPLv3+</a>.

M rhapsode.cabal => rhapsode.cabal +2 -2
@@ 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