1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add version 4.6.2

This commit is contained in:
Sébastien Helleu
2025-04-18 20:47:09 +02:00
parent a215a4581c
commit 7a28bb95e2
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -10,6 +10,13 @@
- irc: display nick changes and quit messages when option irc.look.ignore_tag_messages is enabled ([#2241](https://github.com/weechat/weechat/issues/2241))
- perl: fix build when multiplicity is not available ([#2243](https://github.com/weechat/weechat/issues/2243))
## Version 4.6.2 (2025-04-18)
### Fixed
- core: fix write of weechat.log to stdout with `weechat-headless --stdout` ([#2247](https://github.com/weechat/weechat/issues/2247))
- core: add refresh of window title on buffer switch, when option weechat.look.window_title is set
## Version 4.6.1 (2025-04-09)
### Fixed
+1 -1
View File
@@ -41,7 +41,7 @@
# devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev")
#
weechat_stable="4.6.1"
weechat_stable="4.6.2"
weechat_devel="4.7.0-dev"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)