From 96d99534c349f6843ed65751be5f4e58cbac7349 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 29 Sep 2021 19:11:35 +0200 Subject: [PATCH] update NEWS --- NEWS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index b7c62b93..801a490b 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ -v1.3.0-an 2021-09-05 Ailin Nemui +v1.3.0-an 2021-09-29 Ailin Nemui * /SET resolve_reverse_lookup setting was removed (#1135) * Irssi will try to connect on IPv4 if IPv6 connection failed (#1146). By Shivaram Lingamneni * The display system now renders formats on the fly (#1079, #1188, #1191, #1192, #1204, #1205, #1209, #1349, an#13, - an#14, an#28, an#29, an#36) + an#14, an#28, an#29, an#36, an#37) This major change will break scripts that try to modify printed text during "print text" signal (#1189). They need @@ -139,7 +139,6 @@ v1.3.0-an 2021-09-05 Ailin Nemui + Add support for IRCv3 away-notify. /SET away_notify_public to enable (#1099, GL#33, #1105) + Add support for IRCv3 chghost (#1096, GL#33, #1105) - + Add support for IRCv3 account-notify. + Add support for IRCv3 server-time. /SET show_server_time to enable (#1108) + Add support for logging IRCv3 server-time. @@ -239,12 +238,13 @@ v1.3.0-an 2021-09-05 Ailin Nemui - Fix /SERVER ADD -matrix -network my_matrix_network (an#12). By Andrej Kacian - Fix /SERVER ADD creating duplicated entries in the config - file (#1317, an#22) + file (#1317, an#22, an#41) - Fix critical when SASL user is set and SASL password is empty (#1325, an#21) - - Misc fixes (#1106, #1141, #1272, #1297) + - Misc fixes (#1106, #1141, #1272, #1297, an#35) - Fuzz fixes (#1116, #1117, #1119, #1125, #1126, an#20) - Build system fixes (#1101, #1102, #1069, #1140, #1181, #1253) + - Sync docs and scripts (an#39) - Text and Help updates - add -tls_* options to manual (#1029, #1030). By Jacob V. Rasmussen @@ -260,9 +260,10 @@ v1.3.0-an 2021-09-05 Ailin Nemui - Add documentation for escaping some characters (#1329, #1330, an#9). By Guntbert Reiter - Fix some typos (#1336, an#10). By Francis Mteo + - Document $abiversion and parse_special (an#38). By bw1 - Infrastructure updates: - Support for Github Actions (#1039, #1103, #1160, #1212, - #1231, #1252, #1261) + #1231, #1252, #1261, an#40) - Run clang-format on pull requests (#1172, #1173, #1184, #1230, #1247, #1287) - Run abidiff on pull requests (#1179, #1195)