aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-25 15:09:04 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-29 03:03:07 +0100
commit1de4a2ae3476336535b0602816311776fcd3b586 (patch)
treedd621cb9e6b29f3c30021ec6a86f5a3a23b4c91e
parent53cc52e320da15262179e224d99db8571c85b904 (diff)
downloadxK-1.0.0.tar.gz
xK-1.0.0.tar.xz
xK-1.0.0.zip
Bump version, update NEWSv1.0.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS31
2 files changed, 32 insertions, 1 deletions
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,