Skip to content

v4.1.0

Compare
Choose a tag to compare
@flashcode flashcode released this 15 Oct 07:20
· 714 commits to master since this release

New features

  • core: add completion "eval_variables", used in completion of /eval
  • core: add command /sys to show resource limits/usage and suspend WeeChat process, add key Ctrl+z to suspend WeeChat (#985)
  • core: ignore key bindings with empty command
  • core: add support of quotes in commands /key bind and /key bindctxt
  • core: evaluate command given to /repeat with contextual variables (#2007)
  • core: add option callbacks in command /debug
  • core: add option type "enum" (#1973)
  • core: add options weechat.buffer.* to save buffer properties set by user, add option setauto in command /buffer (#352)
  • core: add parameters and key bindings to move to edges of current area with commands /cursor go and /cursor move (#1282)
  • core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in focus data (#1955)
  • api: add function hook_url, add option url in command /debug (#1723)
  • api: add support of path to variable and hashtable comparison in function hdata_compare (#1066)
  • api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (#194)
  • api: add info "buffer" (#1962)
  • buflist: add support of item names in command /buflist refresh, add completions "buflist_items" and "buflist_items_used"
  • buflist: increase max number of buflist items from 3 to 5 (#1703)
  • fset: add variable allowed_values in options, add options fset.color.allowed_values and fset.color.allowed_values_selected
  • fset: allow long type name in type filter
  • irc: add count for all nick modes in output of /names (#97, #2020)
  • irc: add count and mode filter in command /names (#98)
  • irc: compute color in case insensitive way, reintroduce infos "irc_nick_color" and "irc_nick_color_name", add support of server name (#194)
  • irc: add buffer for /list reply, add options irc.color.list_buffer_line_selected, irc.color.list_buffer_line_selected_bg, irc.look.list_buffer_sort, irc.look.list_buffer_scroll_horizontal, irc.look.new_list_position, irc.look.list_buffer_topic_strip_colors (#1972)
  • irc: display commands 716/717 in private buffer (if present) (#146)
  • irc: create default options irc.ctcp.* when file irc.conf is created (#1974)
  • irc: evaluate options irc.ctcp.* (#1974)
  • irc: build dynamically the list of CTCPs supported in reply to "CTCP CLIENTINFO" (#1974)
  • irc: remove Git revision and compilation date from CTCP VERSION reply (#1974)
  • irc: remove default CTCP replies FINGER and USERINFO (#1974)
  • irc, xfer: add support of passive DCC (#2004, #487)
  • script: rename parameters up/down/go to -up/-down/-go in command /script
  • script: allow jump to the last script with command /script -go end
  • script: allow commands /script autoload, /script noautoload, /script toggleautoload with scripts not present in the repository (#1980)
  • trigger: add options -o, -ol, -i and -il in command /trigger list (#1953)

Bug fixes

  • core: fix zombie processes after fork (hook process or connect) (#1994)
  • core: fix generation of TOTP on Big Endian systems (#2021)
  • core: fix cursor position after /plugin list -i or /plugin list -il
  • core: display focus hashtable for debug even if no key is matching
  • fset: add local key bindings during the buffer creation
  • fset: remove extra spaces between min and max values when second format is used
  • fset: fix mouse actions when second format is used
  • fset: apply option fset.color.help_description (#1988)
  • irc: move value -all at the end of completions for command /ignore del
  • irc: fix memory leak when joining channels with keys
  • irc: fix unexpected message sent to server when part of the second line of an IRC command (#1992)
  • irc: fix display of country code in message 344 received as whois geo info (#1736)
  • irc: add missing "account-tag" in list of supported capabilities
  • irc: add channel in "autojoin" server option only when the channel is actually joined (#1990)
  • relay: synchronize nick modes with IRC client upon connection (#1984)
  • script: add local key bindings during the buffer creation
  • script: add parameters up/down/go in /help script and command completion
  • script: fix cursor position after /script list -i or /script list -il
  • script: fix buffer used by command /script list -i|-il|-o|-ol
  • xfer: display an error message when opening file for read or write fails (#2010)

Tests

  • core: add tests on GUI buffer functions

Build

  • core: fix build error if CMake option ENABLE_NLS is turned to off or if required dependencies are not found (#2026)
  • core, logger, relay: make zstd dependency optional (#2024)

Download

https://weechat.org/download/weechat/4.1.0/