From 0fe0b5628078f9ff576dfb5b01bc08900118b5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 8 Jul 2021 05:09:30 +0200 Subject: [PATCH] Bump version, update NEWS --- CMakeLists.txt | 2 +- NEWS | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index acbfb72..a18ebca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/NEWS b/NEWS index 43e0363..eb3171f 100644 --- a/NEWS +++ b/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