From 1de4a2ae3476336535b0602816311776fcd3b586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 25 Oct 2020 15:09:04 +0100 Subject: Bump version, update NEWS --- CMakeLists.txt | 2 +- NEWS | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7911d5c..895f785 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0) -project (uirc3 VERSION 0.9.8 LANGUAGES C) +project (uirc3 VERSION 1.0.0 LANGUAGES C) # Options option (WANT_READLINE "Use GNU Readline for the UI (better)" ON) diff --git a/NEWS b/NEWS index 4bff9cf..3f5d943 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +1.0.0 (2020-10-29) "We're Finally There!" + + * Coming with real manual pages instead of help2man-generated stubs + + * degesch: added support for more IRC colours and strike-through text (M-m x) + + * degesch: now tolerating all UTF-8 messages cut off by the server + + * degesch: disabled "behaviour.backlog_helper_strip_formatting" by default + since the relevant issue with ACS terminfo entries has been resolved + + * degesch: enabled word wrapping in the backlog by default + + * degesch: made the unread marker span the whole line, with a configurable + character; the previous behaviour can be obtained by setting it empty + + * degesch: fixed the prompt not showing back up after exiting a backlog helper + when an external event has provoked an attempt to change it + + * degesch: now watching fellow channel users' away status when the server + supports the away-notify capability; indicated by italicised nicknames + + * degesch: added a plugin to highlight prime numbers in incoming messages + + * kike: make sure an unspecified "bind_host" binds to both IPv4 and IPv6 + + * ZyklonB: install plugins to /usr/share and look for them in XDG data dirs + + * Miscellaneous little fixes + + 0.9.8 (2020-09-02) "Yep, Still Using It" * degesch: fixed a crash and prompt attribute output in libedit 20191231-3.1, -- cgit v1.2.3