Bump version, update NEWS

This commit is contained in:
Přemysl Eric Janouch 2020-10-25 15:09:04 +01:00
parent 53cc52e320
commit 1de4a2ae34
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 32 additions and 1 deletions

View File

@ -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)

31
NEWS
View File

@ -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,