1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

core: update ChangeLog (closes #337, closes #965)

This commit is contained in:
Sébastien Helleu
2023-05-17 21:43:43 +02:00
parent 99b84a76ad
commit 43553f7c28
+1
View File
@@ -73,6 +73,7 @@ Bug fixes::
* fset: remove scroll to top of fset buffer when options are added or removed (issue #1892)
* irc: fix format of IRC tags displayed in messages (use "=" to separate key from value, do not convert "_" to "-") (issue #1929)
* irc: reset all internal servers variables when disconnecting
* irc: start from the beginning of nicks at automatic reconnection (issue #337, issue #965)
* irc: fix join of channels in "autojoin" server option on first connection to server if auto reconnection is performed (issue #1873)
* irc: update autojoin option with redirected channels when autojoin_dynamic is enabled (issue #1898)
* irc: update secure data when server autojoin option contains `${sec.data.xxx}` and option autojoin_dynamic is enabled (issue #1934)