|
![](/images/spacer.gif) |
![](/images/spacer.gif) |
![](/images/spacer.gif) |
Changelog for weechat-python-4.3.5-1.27.x86_64.rpm :
* Tue Jul 16 2024 Sébastien Helleu Version 4.3.5 (2024-07-16) Fixed * ruby: fix crash in plugin initialization (issue #2163)---- * Wed Jul 03 2024 Sébastien Helleu Version 4.3.4 (2024-07-03) Fixed * python: fix crash on quit with Python 3.12 (issue #2046, issue #2126) * core: fix crash when deleting a bar that has no items (issue #2138) * ruby: fix builtin functions not available (issue #2109) * relay/api: fix \"body_type\" returned when lines or nicks of a buffer are requested * * Missing releases Notes * * * Sun Dec 03 2023 Sébastien Helleu Version 4.1.2 (2023-12-03) 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\ \" 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 * Wed Jul 12 2023 Sébastien Helleu Version 4.0.2 (2023-07-12) Bug fixes * core: fix renaming of options with command /item rename (issue #1978) * core: don’t send \"key_pressed\" signal again for the same key press (issue #1976) * core: don’t send \"key_combo_ *\" signals for incomplete keys (issue #1976) * core: add key ctrl-backspace in /help key (issue #1975) * core: keep keys ctrl-H and ctrl-? (in lower case) if they were manually bound to custom commands in a previous version Tests * core: fix hdata tests failure on Alpine 3.18 * relay: fix crash in tests on Alpine 3.18 Build * php: fix detection of PHP 8.2 on Alpine 3.18 * Fri Jun 30 2023 Sébastien Helleu Version 4.0.1 (2023-06-30) Bug fixes * core: force key \"return\" to command \"/input return\" when migrating legacy keys * core: display actual key name and command with key Alt+k, remove key Alt+K (grab raw key) and associated commands /input grab_raw_key and /input grab_raw_key_command * core: check for newline characters in string_is_whitespace_char (issue #1968) * api: do not convert option name to lower case in API functions config_set_plugin and config_set_desc_plugin * guile: fix crash on quit with Guile < 3 (issue #1965) * irc: reply to a CTCP request sent to self nick (issue #1966) * irc: sent \"QUIT\" message to servers connected with TLS on /upgrade * Sat Jun 24 2023 Sébastien Helleu Version 4.0.0 (2023-06-24) New features * core: use human readable key bindings, separate keys with comma in combos, remove modifier \"meta2-\", add option legacy in command /key (issue #1238, task #10317) * core: make keys normal options, so they are shown and can be updated with /set and /fset commands (task #12427, task #11783) * core: add key Alt+K (upper case) to grab raw key and its command (issue #1238) * core: add option key in command /debug (issue #1238) * core: force ctrl keys to lower case when they are added (issue #1875) * core: use 256 colors by default and always allow 256 colors, find nearest color if less colors are available in terminal (issue #1920) * core: insert multiple pasted lines in input instead of sending immediately, add keys to move and delete in a single line and whole input, add option weechat.look.input_multiline_lead_linebreak (issue #1502, issue #1503, issue #1504) * core: render newline characters in chat line messages (issue #1908) * core: don’t split on newline characters in printf_date_tags when input_multiline is set (issue #1909) * core: add key AATTl in cursor mode to quote line, add variable \"_chat_focused_line\" in function hashtable sent to hook_focus callback (issue #1913, issue #1914) * core: add option split_return in command /input (issue #1916) * core: send all command line parameters not beginning with a dash to all plugins * core: add command /reset to reset options to their default values * core: add option rename in command /bar * core: add relative move of read marker with /buffer set unread [+/-]N (issue #1895) * core: add access to hashtable properties in evaluation of expressions (issue #1888) * core: display similar command names when a command is unknown (issue #1877) * core: rename option weechat.color.status_name_ssl to weechat.color.status_name_tls * core, plugins: make many identifiers case sensitive (issue #1872, issue #398, bug #32213) * core: add item \"mouse_status\" in default status bar, change default color to lightgreen * core, trigger: add options weechat.color.chat_status_disabled and weechat.color.chat_status_enabled, remove options trigger.color.trigger and trigger.color.trigger_disabled, add enabled/disabled status color in output of /filter list (issue #1820) * core: add completions \"filters_names_disabled\" and \"filters_names_enabled\", used in completion of /filter disable and /filter enable * api: add function config_set_version (issue #1238) * api: don’t split on newline by default in functions command and command_options when input_multiline is set to 0 * api: add optional argument with version in info \"version_number\" * api: add info \"auto_load_scripts\" * alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872) * alias: add $& to replace all arguments with double quotes escaped (issue #1140, issue #1190) * alias: add options missing and rename in command /alias * fifo: add support of escaped chars in text or commands sent (issue #1950) * fset: add options fset.color.color_name and fset.color.color_name_selected (issue #1920) * irc: rename \"ssl\" options to \"tls\", connect with TLS and port 6697 by default * irc: add support of capabilities \"batch\" and \"draft/multiline\" (issue #1292, issue #1923) * irc: add support of capability \"echo-message\" (issue #139) * irc: display CTCP ACTION to channel on the channel buffer (issue #207) * irc: display STATUSMSG actions differently from standard actions on channels (issue #1577) * irc: add modifier \"irc_cap_sync_req\" (issue #1767) * irc: add support of \"LINELEN\" in message 005 (max message length in bytes) (issue #1927) * irc: add support of \"UTF8ONLY\" in message 005 (issue #1688) * irc: add command /action (issue #201, issue #1577) * irc: add command /rules (issue #1864) * irc: add command /knock (issue #7) * irc: add server option \"registered_mode\", add fields \"authentication_method\" and \"sasl_mechanism_used\" in server (issue #1625) * irc: add option join in command /autojoin * irc: use key when /joining in open channel buffer (issue #1260) * irc: add option buffer in command /autojoin sort (issue #1876) * irc: add ${username} in server options \"nicks\" and \"username\", change their default values to use it * irc: add infos \"irc_server_cap\" and \"irc_server_cap_value\" * irc: add option irc.look.display_host_notice * irc: add tag \"new_host_xxx\" in message displayed for command CHGHOST (issue #1808) * logger: add option logger.file.log_conditions (issue #1942) * logger: add info \"logger_log_file\" * relay: rename \"ssl\" options and protocol to \"tls\" * relay: make TLS certificate/key loading error handling more verbose (issue #1558) * relay: add modifiers \"relay_client_irc_in\", \"relay_client_irc_out1\" and \"relay_client_irc_out\" in irc protocol * relay: add support of capability \"echo-message\" in irc protocol (issue #1949) * relay: add handshake option \"escape_commands\" in weechat protocol * trigger: add completions \"trigger_names_disabled\" and \"trigger_names_enabled\", used in completion of /trigger disable and /trigger enable Bug fixes * core: fix refresh of bar item \"input_search\" after buffer switch in root bars (issue #1939) * core: fix completion after newline in input (issue #1925) * core: fix partial completion when the common prefix found is empty (issue #340) * core: display a specific error when trying to bind a key without area in mouse context * core: fix display of key with command /key bindctxt * core: fix default value of bar options (issue #846) * core: allow any valid boolean value in command /bar set separator xxx * core: run config hooks only when value or default value is actually changed in set/reset/unset functions * core: fix crash in case of NULL message sent to function gui_chat_printf_y_date_tags (issue #1883) * core: allow command /input move_next_word going to the end of line (issue #1881) * core: ignore incomplete ctrl/meta/meta2 codes in keys * core: fix display glitch in command errors when a wide char is set in option weechat.look.command_chars (issue #1871) * core: fix update of terminal title in some terminals like suckless terminal (stterm) (issue #1882) * core: fix infinite loop on startup when running some gui commands before the switch to core buffer is performed (issue #1917) * api: readjust string size in function string_dyn_free when string is not freed * buflist: do not display keys added in default context on first load * exec: remove trailing \"M\" (carriage return) in output of commands * fset: remove scroll to top of fset buffer when options are added or removed (issue #1892) * guile: fix crash when plugin is loaded on GNU/Hurd (issue #1951) * 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) * irc: don’t switch to buffer of joined channel if it was not manually joined nor present in server autojoin option * irc: fix target buffer for commands 432/433 (erroneous nickname/nickname already in use) when the nickname looks like a channel * irc: display command 437 on server buffer when nickname cannot change while banned on channel (issue #88) * irc: add messages 415 (cannot send message to channel) and 742 (mode cannot be set) * irc: add missing tag \"log3\" in notify messages * irc: add missing tags \"irc_cap\" and \"log3\" in cap messages (client capability) * irc: fix split of CTCP message with no arguments * irc: remove extra space in CTCP ACTION message sent without arguments * logger: fix display of multiline messages in backlog (issue #1926) * lua: fix crash with print when the value to print is not a string (issue #1904, issue #1905) * relay: fix crash on /upgrade when at least a client is connected with weechat protocol * relay: fix connection with IRC clients sending \"CAP REQ :\" (without capability) and not sending \"CAP END\" (issue #1040) * ruby: fix crash on quit when a child process is still running (issue #1889, issue #1915) * ruby: fix crash in display of exception backtrace with Ruby 3 (issue #1631, issue #1886) * script: remove trailing \"J\" (line feed char) in source of scripts displayed * spell: check buffer pointer received in info \"spell_dict\" * trigger: make default triggers \"cmd_pass\", \"cmd_pass_register\" and \"server_pass\" compatible with multiline input (issue #1935) * typing: fix crash when pointer buffer is not received in callback for signal \"input_text_changed\" (issue #1869) * typing: remove nicks typing even when option typing.look.enabled_self is off (issue #1718) Tests * core: add tests on URL functions * gui: add tests on bar and key functions * alias: add tests on alias functions * irc: check tags in messages displayed by IRC plugin * irc: add tests on function irc_server_alloc_with_url * irc: add tests on message/notice/action/CTCP sent * logger: add tests on tail functions * relay: add tests on \"irc\" protocol Build * core: remove build with autotools (issue #1860) * core: remove RPM packaging * core: remove build of .bz2 and .zst files in make dist * core: remove obsolete cpack config * core: add \"stable-number\" and \"devel-number\" in script version.sh * core: add quotes around paths in CMake files (issue #29) * doc: convert docgen.py to C, remove autogen files from repository, add parameter --doc-gen to weechat-headless binary, add CMake option ENABLE_DOC_INCOMPLETE * Sun Jan 08 2023 Sébastien Helleu - New features * core: add option weechat.look.chat_space_right (issue #1862) * core: allow value \"0\" in buffer property \"unread\" to remove read marker from buffer * core: add command /allbuf * core: add command /hotlist * core: move some /input actions to commands /allbuf, /buffer and /hotlist * core: improve case convert and insensitive char comparisons (issue #258) * core: add color attributes \"blink\" and \"dim\" (half bright) (issue #1855) * core: allow command /toggle to create option before setting the value, if allowed in the section (issue #1837) * core: add signals \"buffer_user_input_xxx\" and \"buffer_user_closing_xxx\" for buffers created with /buffer add (issue #1848) * core: add identifier in buffer lines (issue #901) * core: add option unicode in command /debug * api: add Curl options for versions 7.64.0 to 7.87.0 * api: add functions string_strcmp and string_strncmp * api: rename char comparison functions \"utf8_char *\" to \"string_char *\" * api: return arithmetic difference between chars in functions string_charcmp, string_charcasecmp, string_charcasecmp_range, string_strcasecmp, * string_strcasecmp_range, string_strncasecmp, string_strncasecmp_range, string_strcmp_ignore_chars * api: return newly allocated string in functions string_tolower and string_toupper * api: add function utf8_strncpy * trigger: add regex command \"y\" to translate chars, set default regex command to \"s\" (regex replace) (issue #1510)- Bug fixes * core: fix color when the delimiter is not followed by a background color (issue #1867) * core: display chars the same way in chat and bars, replace tabulations by spaces in bars, display chars < 32 with letter in chat, do not display soft hyphens, zero width spaces and all non-printable chars (issue #1659, issue #1669, issue #1770) * core: fix context info in buffers with free content (issue #1832) * core: keep terminal title unchanged when option weechat.look.window_title is set to empty value (issue #1835, issue #1836) * core: fix crash when setting invalid color in option with null value (issue #1844) * api: do not check conditions defined in option weechat.look.hotlist_add_conditions when adding buffer in hotlist with function buffer_set * api: fix function strcmp_ignore_chars with case sensitive comparison and wide chars starting with the same byte * api: send NULL values to config section callbacks in scripting API (issue #1843) * api: fix function string_cut when there are non printable chars in suffix * api: do not expect any return value in callbacks \"callback_change\" and \"callback_delete\" of function config_new_option (scripting API) * irc: properly rename private buffer on nick changes or privmsg/notice message when new nick is the same with different case * irc: do not join channels in server autojoin option after reconnection to the server (issue #560, bug #21529) * irc: escape backslashes in raw buffer (issue #1838) * trigger: fix variables sent to focus callback (issue #1858) * Fri Oct 21 2022 Sébastien Helleu - update to 3.7.1 (2022-10-21) Bug fixes * trigger: execute trigger command on appropriate buffer for hooks command, command_run, line, modifier and print (issue #1841) * Mon Mar 14 2022 Andreas Stieger - update to 3.4.1: * core: set again TLS verification functions after options weechat.network.gnutls_ca_system and weechat.network.gnutls_ca_user are changed (boo#1197083) * Fri Feb 11 2022 Christophe Giboudeaux - Add upstream patch: * 0001-ruby-add-detection-of-Ruby-3.1.patch * Mon Dec 20 2021 Dirk Müller - update to 3.4: * core: add support of static arrays in hdata * core: add command /toggle * api: add parameters pointers, extra_vars and options in function hdata_search * api: add user variables in evaluation of expressions with \"define:name,value\" * api: add IRC message parameters \"param1\" to \"paramN\" and \"num_params\" in output of irc_message_parse * irc: allow quotes around IRC message in command /server fakerecv * trigger: hide key and password in command \"/msg nickserv setpass nick key password\" * trigger: add support of option \"-server\" when hiding passwords in command /msg nickserv register * core: fix memory leak in evaluated expression \"split:number,seps,flags,xxx\" when multiple \"strip_items\" are given * core: fix random integer number with large range in evaluation of expressions on GNU/Hurd * core: fix access to integer/long/time arrays in hdata * api: fix search of option when the section is not given in functions config_search_option and config_search_section_option * irc: fix join of channels with long name (issue #1717) * irc: fix parsing of parameters in all IRC messages (issue #1666) * irc: fix parsing of CAP message when there is no prefix (issue #1707) * irc: fix parsing of TAGMSG message when there is a colon before the channel * doc: remove tester\'s guide * doc: add dark theme (automatic, following browser/desktop settings) * doc: make build reproducible * doc: disable web fonts * doc: switch from prettify to pygments for syntax highlighting * core: add build with CMake and Ninja in CI * Sat Oct 16 2021 Dirk Müller - update to 3.3: * core: change key kbd:[Alt+h] to kbd:[Alt+h], kbd:[Alt+c] * core: add options \"hotlist_remove_buffer\", \"hotlist_restore_buffer\" and \"hotlist_restore_all\" * core: add option \"certs\" in command /debug * core: add options \"-o\", \"-ol\", \"-i\" and \"-il\" in command \"/plugin list\" * api: add split of string and shell arguments in evaluation of expressions with \"split:number,seps,flags,xxx\" and \"split_shell:number,xxx\" * api: add `${re:repl_index}` to get the index of replacement in function string_eval_expression * api: add random integer number in evaluation of expressions with \"random:min,max\" * api: add function string_cut * api: add function file_copy * api: remember insertion order in hashtables * api: add keys/values with tags in output of irc_message_parse_to_hashtable * irc: add option \"-parted\" in command /allchan * irc: allow signals \"irc_raw_in\" and \"irc_in\" to eat messages * irc: implement IRCv3.2 SASL authentication, add command /auth, reconnect by default to the server in case of SASL authentication failure * irc: add support of capability \"message-tags\" and TAGMSG messages * irc: enable all capabilities by default (if supported by server and WeeChat), change default value of option irc.server_default.capabilities to \" *\" * irc: add options irc.look.display_account_message and irc.look.display_extended_join * irc: add command /setname, add support of message and capability \"setname\" * irc: always set realname in nicks even when extended-join capability is not enabled * irc: add support of FAIL/WARN/NOTE messages * irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms * typing: new plugin \"typing\": display users currently writing messages on IRC channel/private buffers * core: fix decoding of attributes in basic ANSI colors * api: fix function string_match with joker in the string if multiple words matched in input string * irc: fix send of empty JOIN when connecting to a server with only parted channels * irc: fix SASL authentication when AUTHENTICATE message is received with a server name * irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server * irc: escape/unescape IRC message tags values * irc: set notify level to \"private\" for received WALLOPS * script: fix move of installed script on another filesystem * core: switch to PHP 8.0 in CI * core: add build on macOS in CI * core: fix build on macOS (issue #1662) * lua: add detection of Lua 5.4 * php: add support of PHP 8.0 and 8.1 (issue #1599, issue #1668) * Sun Jul 04 2021 Maximilian Trummer - update to 3.2- main changes: * use XDG directories by default (config, data, cache, runtime) * add support of IRC SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512 * automatically load system certificates without giving a hardcoded path to the file with certificates * add options to customize commands executed on system signals received (SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2) * add bar item \"tls_version\" and buflist format * add signals \"cursor_start\" and \"cursor_end\" * add function crypto_hmac in API * add translated string in evaluation of expressions with \"translate:xxx\" * add info \"weechat_daemon\" * add Python stub for WeeChat API * add variables \"${tg_shell_argc}\" and \"${tg_shell_argvN}\" in command trigger evaluated strings * many bugs fixed.- for all changes, please visit: https://weechat.org/files/changelog/ChangeLog-3.2.html * Sun Mar 07 2021 Maximilian Trummer - update to 3.1- New features * core: add options weechat.look.hotlist_update_on_buffer_switch and weechat.look.read_marker_update_on_buffer_switch (issue #992, issue #993) * core: add option sec.crypt.passphrase_command to read passphrase from an external program on startup, remove option sec.crypt.passphrase_file (issue #141) * core: improve debug in command /eval: display more verbose debug with two \"-d\", add indentation and colors * core: add options \"setvar\" and \"delvar\" in command /buffer, rename option \"localvar\" to \"listvar\" * core: add buffer local variable \"completion_default_template\" (evaluated) to override the value of option \"weechat.completion.default_template\" (issue #1600) * core: add option \"recreate\" in command /filter * core: add raw string in evaluation of expressions with \"raw:xxx\" (issue #1611) * core: add evaluation of conditions in evaluation of expressions with \"eval_cond:xxx\" (issue #1582) * api: add info_hashtable \"secured_data\" * irc: add info \"irc_is_message_ignored\" * irc: add server option \"default_chantypes\", used when the server does not send them in message 005 (issue #1610) * trigger: add variable \"${tg_trigger_name}\" in command trigger evaluated strings (issue #1580)- Bug fixes * core: fix quoted line in cursor mode (issue #1602) * core: fix wrong size of the new window after vertical split (issue #1612) * core: do not remove quotes in arguments of command /eval as they can be part of the evaluated expression/condition (issue #1601) * core: display an error when the buffer is not found with command /command -buffer * buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613) * irc: add bar item \"irc_nick_prefix\" * irc: fix separator between nick and host in bar item \"irc_nick_host\" * irc: fix completion of commands /halfop and /dehalfop- Documentation * do not build weechat-headless man page if headless binary is disabled (issue #1607) * Tue Feb 02 2021 Dirk Müller - update to 3.0.1: * exec: fix search of command by identifier * spell: fix refresh of bar item \"spell_suggest\" when the input becomes empty (issue #1586) * spell: fix crash with IRC color codes in command line (issue #1589)
|
|
|