diff --git a/NEWS b/NEWS index 1934dfbf..e33f900d 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,13 @@ v1.4-head-an 2022-xx-xx Ailin Nemui -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 @@ -141,7 +141,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. @@ -241,12 +240,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 @@ -262,9 +262,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)