1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

fset: allow filename starting with "~" in command /fset -export

This commit is contained in:
Sébastien Helleu
2024-02-21 22:05:16 +01:00
parent 76998665f4
commit ef5ebc19e9
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@ New features::
Bug fixes::
* core: remove trailing directory separators in home directories (issue #2070)
* fset: allow filename starting with "~" in command `/fset -export`
* irc: add missing tags on self action messages when capability echo-message is enabled (issue #2074)
* irc: don't strip monospace color code 0x11 from incoming messages (issue #2073)
* irc: fix random date displayed when a received message contains tags but no "time" (issue #2064)