From 890855cf81c640b15172f073de3f4343214174b0 Mon Sep 17 00:00:00 2001 From: mbays Date: Sat, 1 Jul 2023 00:00:00 +0000 Subject: [PATCH] bump 0.1.14 --- CHANGELOG.gmi | 4 ++++ CHANGELOG.md | 4 ++++ Makefile | 2 +- Version.hs | 2 +- diohsc.cabal | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.gmi b/CHANGELOG.gmi index c9de187..d30fdca 100644 --- a/CHANGELOG.gmi +++ b/CHANGELOG.gmi @@ -2,6 +2,10 @@ This file covers only non-trivial user-visible changes; see the git log for full gory details. +# 0.1.14 +* Run $EDITOR on input/query ending with backslash +* Strip all control characters (including ANSI formatting) outside preformatted blocks + # 0.1.13 * Set CLIENT_CERT and CLIENT_KEY environment variables when invoking external commands * Improve wrapping of lines with words longer than the screen width diff --git a/CHANGELOG.md b/CHANGELOG.md index c9de187..d30fdca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file covers only non-trivial user-visible changes; see the git log for full gory details. +# 0.1.14 +* Run $EDITOR on input/query ending with backslash +* Strip all control characters (including ANSI formatting) outside preformatted blocks + # 0.1.13 * Set CLIENT_CERT and CLIENT_KEY environment variables when invoking external commands * Improve wrapping of lines with words longer than the screen width diff --git a/Makefile b/Makefile index 271aaf6..e282964 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.13 +VERSION=0.1.14 GHCOPTS=-threaded -DICONV -DMAGIC -ignore-package regex-compat-tdfa diff --git a/Version.hs b/Version.hs index 8b223a9..8815bf3 100644 --- a/Version.hs +++ b/Version.hs @@ -16,4 +16,4 @@ programName :: String programName = "diohsc" version :: String -version = "0.1.13" +version = "0.1.14" diff --git a/diohsc.cabal b/diohsc.cabal index 2591bbe..0e766c1 100644 --- a/diohsc.cabal +++ b/diohsc.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 name: diohsc -version: 0.1.13 +version: 0.1.14 license: GPL-3 license-file: COPYING maintainer: mbays@sdf.org -- 2.11.4.GIT