Bump version, update NEWS

This commit is contained in:
Přemysl Eric Janouch 2021-07-08 05:09:30 +02:00
parent f0281cf028
commit 0fe0b56280
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0)
project (uirc3 VERSION 1.1.0 LANGUAGES C)
project (uirc3 VERSION 1.2.0 LANGUAGES C)
# Options
option (WANT_READLINE "Use GNU Readline for the UI (better)" ON)

5
NEWS
View File

@ -1,4 +1,4 @@
1.2.0 (202?-??-??) "There Are Other Countries As Well"
1.2.0 (2021-07-08) "There Are Other Countries As Well"
* degesch: added a /squery command for IRCnet
@ -17,6 +17,9 @@
* degesch: /ban and /unban don't mangle extended bans anymore
* degesch: joining new channels no longer switches to their buffer
automatically open them if the input buffer isn't empty
* censor.lua: now stripping colours from censored messages;
their attributes are also configurable rather than always black on black