Skip to content

Releases: weechat/weechat

v4.3.0

26 May 07:37
Compare
Choose a tag to compare

Changed

  • breaking: irc: add server option "autojoin_delay" (delay before autojoin), use option "command_delay" before execution of the command (issue #862)
  • breaking: irc: rename option irc.color.item_channel_modes to weechat.color.status_modes
  • breaking: irc: add option -all in command /allchan, do not execute command on parted channels by default (issue #2085)
  • breaking: relay: rename option relay.weechat.commands to relay.network.commands and change default to *,!quit (issue #2066)
  • breaking: relay: change option type relay.look.auto_open_buffer to string (issue #2066)
  • breaking: core: add buffer properties "input_prompt" and "modes", used to display bar items (issue #2066)
  • breaking: core: add bar item "lag" to display lag on relay remote buffers (issue #2066)
  • breaking: core: send signal "buffer_line_added" on buffers with free content
  • breaking: core: convert option weechat.look.hotlist_sort to a list of fields (issue #2097)
  • breaking: core: rename variables with creation time in hdata "hotlist": "creation_time.tv_sec" to "time" and "creation_time.tv_usec" to "time_usec"
  • breaking: api: return -1 or 1 if one input string is NULL and not the other in string comparison functions
  • breaking: api: use whole replacement string instead of first char in function string_remove_color
  • core: use nick offline color for nick in action message
  • core: display a specific message when the value of option is unchanged after /set command
  • core: add variable ${highlight} in option weechat.look.buffer_time_format (issue #2079)
  • core: reintroduce help on the variables and operators in /help eval (issue #2005)
  • core: allow case insensitive search of partial buffer name with (?i)name in command /buffer
  • core: use function util_strftimeval in evaluation of expression date:xxx
  • fset: allow filename starting with "~" in command /fset -export
  • irc: store lag in channel and private buffers (local variable "lag"), in addition to the server buffer
  • irc: allow range in commands /unban and /unquiet (issue #2113)
  • tcl: add support of Tcl 9.0 (issue #2075)

Added

  • relay: add "api" protocol (HTTP REST API), add options relay.look.display_clients, relay.api.remote_get_lines and relay.network.time_window (issue #2066)
  • relay: add command /remote to connect to remote WeeChat relay servers (issue #2066)
  • relay: add support of websocket extension "permessage-deflate" (issue #1549)
  • core, api: add unique identifier "id" in buffer and nicklist (group and nick), add function "hdata_longlong", allow search by buffer id in function buffer_search, allow search by group and nick id in functions nicklist_search_group and nicklist_search_nick (issue #2081)
  • core: add support of XDG "state" directory (issue #2106, issue #1747)
  • core: add support of SGR mouse events (issue #2082)
  • fset: add option -import in command /fset
  • core: add option -s in command /command to execute multiple commands separated by semicolons
  • core: add option malloc_trim in command /sys
  • core: add option weechat.look.config_permissions (issue #2057)
  • core: add option weechat.look.highlight_prefix (issue #2079)
  • core: add option weechat.completion.case_sensitive
  • api: add functions config_option_get_{string|pointer} and config_{boolean|integer|string|color|enum}_inherited in scripting API
  • api: add modifier "color_decode" to decode WeeChat colors with a replacement string
  • api: add support of base64url in encode/decode functions
  • api: add support of specifier %! for timestamp in function util_strftimeval
  • api: add info "plugin_loaded"
  • script: add option enable in command /script
  • script: add info "script_loaded"

Fixed

  • core: fix conversion of WeeChat colors to ANSI colors: "default", "bar_fg", "bar_bg", "bar_delim"
  • core: fix recursive search of group in nicklist
  • core: use nick offline highlight color for prefix of action message when the nick is offline with a highlight
  • core: add missing hdata name "buffer" in hdata "hotlist"
  • core: fix reset to initial scroll position after search of text in buffer (issue #2093)
  • core: add missing mouse events "alt-ctrl-button2" and "alt-ctrl-button3"
  • core: remove trailing directory separators in home directories (issue #2070)
  • exec: remove trailing space on buffers with free content when line numbers are not displayed
  • exec: add missing exec tags in lines of buffers with free content (issue #2086)
  • irc: fix crash in split of IRC message containing a newline if the server is not given
  • irc: fix display of reply for CTCP request received on a channel when capability echo-message is enabled
  • irc: display CTCP reply to a nick in server buffer instead of channel
  • 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)
  • lua: fix freeze on call to "debug.debug" (issue #1906, issue #1907)
  • python: fix truncation of unsigned long long integer returned by function string_parse_size
  • relay: set the last IRC client disconnection time only after a successful connection (issue #2103)
  • script: always display list of scripts when searching scripts with /script search (issue #2077)
  • script: fix default mouse keys (issue #2076)
  • scripts: fix crash on script unload when a hook is created in a buffer close callback (issue #2067)
  • tcl: fix truncation of long integer returned by function hdata_long
  • trigger: fix memory leak when adding a new trigger with /trigger command

Download

https://weechat.org/download/weechat/4.3.0/

v4.2.2

07 Apr 16:48
Compare
Choose a tag to compare

Bug fixes

  • core: fix reset to initial scroll position after search of text in buffer (issue #2093)
  • core: add missing mouse events "alt-ctrl-button2" and "alt-ctrl-button3"
  • exec: remove trailing space on buffers with free content when line numbers are not displayed
  • exec: add missing exec tags in lines of buffers with free content (issue #2086)
  • irc: add missing tags on self action messages when capability echo-message is enabled (issue #2074)
  • python: fix truncation of unsigned long long integer returned by function string_parse_size
  • relay: set the last IRC client disconnection time only after a successful connection (issue #2103)
  • script: always display list of scripts when searching scripts with /script search (issue #2077)
  • script: fix default mouse keys (issue #2076)
  • scripts: fix crash on script unload when a hook is created in a buffer close callback (issue #2067)
  • tcl: fix truncation of long integer returned by function hdata_long
  • trigger: fix memory leak when adding a new trigger with /trigger command

Tests

  • core: fix tests on function strftimeval on Alpine

Download

https://weechat.org/download/weechat/4.2.2/

v4.2.1

24 Mar 09:03
Compare
Choose a tag to compare

Bug fixes

  • irc: fix random date displayed when a received message contains tags but no "time" (issue #2064)

Download

https://weechat.org/download/weechat/4.2.1/

v4.2.0

21 Jan 09:59
Compare
Choose a tag to compare

New features

  • core: add variable "opening" in buffer, do not send buffer signals when the buffer is opening
  • core: store microseconds in buffer lines (issue #649)
  • core: evaluate expressions even when the suffix is missing ("}" by default) (issue #2042, issue #1714)
  • core: add syntax highlighting in evaluation of expressions with raw_hl:string and hl:string, add option weechat.color.eval_syntax_colors (issue #2042)
  • core: add option search_history in command /input, add key Ctrl+r to search in commands history, add key context "histsearch" (issue #2040)
  • core: add option weechat.look.buffer_search_history (issue #2040)
  • core: add key Ctrl+o to send command found and insert next one in input (issue #2040)
  • core: add buffer variables "text_search_direction", "text_search_history" and "text_search_ptr_history" (issue #2040)
  • core: move key Ctrl+r to Ctrl+s (issue #2040)
  • core: move key Ctrl+s, Ctrl+u to Alt+Shift+U (issue #2040)
  • core: display only version with command /version, add options -o and -ol in command /upgrade
  • core: add number of processes in command /sys waitpid
  • core, alias, trigger: allow wildcard in commands /bar, /item, /proxy, /alias and /trigger (issue #1956)
  • api: add functions util_strftimeval, util_parse_time, printf_datetime_tags, printf_y_datetime_tags (issue #649)
  • api: add argument "date_usec" in hook_print callback (issue #649)
  • api: add property "type" in function buffer_get_string
  • api: add info "mouse"
  • buflist: jump to previous/next buffer displayed in buflist item with ctrl+wheel up/down on a buflist item (issue #1473)
  • irc: add option irc.look.display_host_wallops
  • irc: add server option "anti_flood" (now in milliseconds), remove server options "anti_flood_prio_{high|low}" (issue #1039)
  • irc: add option irc.look.list_buffer
  • irc: change default value of server option "tls_priorities" to NORMAL
  • irc: add support of RGB colors in messages, add option irc.color.term_remap (issue #2025)
  • irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and server messages
  • irc: add option irc.look.ignore_tag_messages (issue #989)
  • relay: change default value of option relay.network.tls_priorities to NORMAL
  • trigger: change format of variables ${tg_date} from "%Y-%m-%d %H:%M:%S" to "%FT%T.%f" (issue #649)
  • trigger: rename local variable "trigger_filter" to "filter" on monitor buffer (issue #2037)

Bug fixes

  • core: fix crash on plugin reload when using musl libc (issue #2052)
  • core: fix infinite loop in display when the chat area is too small (issue #2053)
  • core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached
  • core: remove incorrect warning when binding keys F10 to F20 (issue #2039)
  • core: call hook config when options are removed
  • core: display an error with command /history N when N is not a valid integer
  • core: fix memory leak when config version is invalid or not supported
  • core: fix crash when "config_version" is present in a configuration file without a value
  • core: display an error on startup if environment variable "HOME" is not set
  • core: fix crash when a custom bar item name is already used by a default bar item (issue #2034)
  • core: fix random timeouts when a lot of concurrent processes are launched with hook_process (issue #2033)
  • api: return NULL instead of empty infolist "key" when context is not found
  • irc: check if arguments are not NULL in some infos
  • irc: fix info "irc_is_message_ignored" (issue #2059)
  • irc: fix display of self messages when the message split fails due to inconsistent max lengths sent by the server in message 005
  • irc: display messages 730/731 (monitored nicks online/offline) even if command /notify was not used (issue #2049)
  • irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued
  • irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle time")
  • irc: revert compute of nick colors to case sensitive way, deprecate again infos "irc_nick_color" and "irc_nick_color_name" (issue #194, issue #2032)
  • relay: close properly connection with the IRC client in case of server disconnection (issue #2038)
  • ruby: fix use of NULL variable when displaying exception

Tests

  • core: add tests on plugin config and plugin API info functions
  • irc: add tests on info functions

Build

  • core: make libintl.h required if CMake option ENABLE_NLS is enabled (issue #2031)
  • ruby: add detection of Ruby 3.3

Download

https://weechat.org/download/weechat/4.2.0/

v4.1.3

20 Jan 09:46
Compare
Choose a tag to compare

Bug fixes

  • core: fix crash on plugin reload when using musl libc (issue #2052)
  • core: fix infinite loop in display when the chat area is too small (issue #2053) * irc: check if arguments are not NULL in some infos
  • irc: fix info "irc_is_message_ignored" (issue #2059)
  • irc: fix display of self messages when the message split fails due to inconsistent max lengths sent by the server in message 005

Download

https://weechat.org/download/weechat/4.1.3/

v4.0.8

20 Jan 09:43
Compare
Choose a tag to compare

Bug fixes

  • core: fix crash on plugin reload when using musl libc (issue #2052)
  • core: fix infinite loop in display when the chat area is too small (issue #2053) * irc: check if arguments are not NULL in some infos
  • irc: fix info "irc_is_message_ignored" (issue #2059)
  • irc: fix display of self messages when the message split fails due to inconsistent max lengths sent by the server in message 005

Download

https://weechat.org/download/weechat/4.0.8/

v4.1.2

03 Dec 18:32
Compare
Choose a tag to compare

Bug fixes

  • core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached
  • core: remove incorrect warning when binding keys F10 to F20 (issue #2039)
  • core: fix memory leak when config version is invalid or not supported
  • core: fix crash when "config_version" is present in a configuration file without a value
  • core: display an error on startup if environment variable "HOME" is not set
  • irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued
  • irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle time")
  • relay: close properly connection with the IRC client in case of server disconnection (issue #2038)
  • ruby: fix use of NULL variable when displaying exception

Download

https://weechat.org/download/weechat/4.1.2/

v4.0.7

03 Dec 18:30
Compare
Choose a tag to compare

Bug fixes

  • core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached
  • core: remove incorrect warning when binding keys F10 to F20 (issue #2039)
  • core: fix memory leak when config version is invalid or not supported
  • core: fix crash when "config_version" is present in a configuration file without a value
  • core: display an error on startup if environment variable "HOME" is not set
  • irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued
  • irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle time")
  • relay: close properly connection with the IRC client in case of server disconnection (issue #2038)
  • ruby: fix use of NULL variable when displaying exception

Download

https://weechat.org/download/weechat/4.0.7/

v4.1.1

27 Oct 06:12
Compare
Choose a tag to compare

Bug fixes

  • core: fix crash when a custom bar item name is already used by a default bar item (issue #2034)
  • core: fix random timeouts when a lot of concurrent processes are launched with hook_process (issue #2033)
  • irc: revert compute of nick colors to case sensitive way, deprecate again infos "irc_nick_color" and "irc_nick_color_name" (issue #194, issue #2032)

Build

  • core: make libintl.h required if CMake option ENABLE_NLS is enabled (issue #2031)

Download

https://weechat.org/download/weechat/4.1.1/

v4.0.6

27 Oct 06:11
Compare
Choose a tag to compare

Bug fixes

  • core: fix crash when a custom bar item name is already used by a default bar item (issue #2034)
  • core: fix generation of TOTP on Big Endian systems (issue #2021)
  • irc: move value -all at the end of completions for command /ignore del
  • irc: fix memory leak when joining channels with keys

Build

  • core: fix build error if CMake option ENABLE_NLS is turned to off or if required dependencies are not found (issue #2026, issue #2031)

Download

https://weechat.org/download/weechat/4.0.6/