Bump version, update NEWS
This commit is contained in:
parent
f0281cf028
commit
0fe0b56280
|
@ -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
5
NEWS
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue