1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

Merge tag '1.3.0-pre6' into integrate/1.3.0

This commit is contained in:
Ailin Nemui 2021-10-01 13:42:57 +02:00
parent 235c5b0328
commit 1d3cdfa2d2

13
NEWS
View File

@ -1,13 +1,13 @@
v1.4-head-an 2022-xx-xx Ailin Nemui <Nei>
v1.3.0-an 2021-09-05 Ailin Nemui <Nei>
v1.3.0-an 2021-09-29 Ailin Nemui <Nei>
* /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 <Nei>
+ 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 <Nei>
- 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 <Nei>
- 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)