summaryrefslogtreecommitdiff
path: root/ReleaseNotes.adoc
AgeCommit message (Collapse)Author
2020-05-08core: update GnuTLS section in release notesSébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to ↵Sébastien Helleu
completion_{get_string|list_add} Old functions are kept for compatibility reasons.
2020-04-18trigger: do not hide values of options with /set command in cmd_pass triggerSébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu
2020-04-14relay: add command "handshake" in weechat relay protocol and nonce to ↵Sébastien Helleu
prevent replay attacks (closes #1474) This introduces a new command called "handshake" in the weechat relay protocol. It should be sent by the client before the "init" command, to negotiate the way to authenticate with a password. 3 new options are added: * relay.network.auth_password * relay.network.hash_iterations * relay.network.nonce_size
2020-04-12trigger: evaluate arguments of command when the trigger is created (closes ↵Sébastien Helleu
#1472)
2020-03-29Version 2.8Sébastien Helleu
2020-03-20api: add info "auto_connect" (closes #1453)Sébastien Helleu
2020-02-20core: add version 2.7.1 in release notesSébastien Helleu
2019-12-08Version 2.7Sébastien Helleu
2019-11-08irc: set option irc.look.display_pv_warning_address to off by default (issue ↵Sébastien Helleu
#892) This is because the bitlbee server causes the warning to be displayed when it is not expected (the address of remote nick changes multiple times on login).
2019-11-03core: fix sentence in release notesSébastien Helleu
2019-10-13core: add info about Python 3 and strings in release notesSébastien Helleu
2019-10-11irc: add option irc.look.display_pv_warning_address (closes #892)Sébastien Helleu
If the address of remote nick changes in a private buffer, a warning is displayed.
2019-10-05xfer: add option xfer.file.download_temporary_suffix with default value ↵Sébastien Helleu
".part" (closes #1237)
2019-09-22irc: remove option irc.network.channel_encode, add server option ↵Sébastien Helleu
"charset_message" (closes #832) This new option controls which part of the IRC message is decoded/encoded to the target charset, and the new default behavior is to decode/encode the whole IRC message (behavior in WeeChat >= 1.3 was to decode/encode only the text by default).
2019-09-20core: add chapter about CMake fatal errors on missing dependencies in ↵Sébastien Helleu
release notes
2019-09-08Version 2.6Sébastien Helleu
2019-08-24core: move "Python 3 by default" as first item in the release notesSébastien Helleu
2019-08-20core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash ↵Sébastien Helleu
(issue #1394)
2019-08-10core: mention there's no fallback on the other Python version in release notesSébastien Helleu
2019-08-03core: fix description of changes on Python build in release notesSébastien Helleu
There's no fallback on the other Python version: - with no option: build with Python 3 only - with option ENABLE_PYTHON2: build with Python 2 only.
2019-07-01core: add Python 3 in release notesSébastien Helleu
2019-06-07doc: replace "cmake" by "CMake"Sébastien Helleu
2019-06-06Version 2.5Sébastien Helleu
2019-06-04spell: add a warning if aspell.conf is still present (on first spell load)Sébastien Helleu
2019-06-04core: sort changes by importance instead of commit date in release notesSébastien Helleu
2019-05-27doc: disambiguate key binding "l", which is lower "L" (not "1")Sébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-04-06xfer: add option xfer.network.speed_limit_recv (closes #269)Sébastien Helleu
For consistency, the option xfer.network.speed_limit has been renamed to xfer.network.speed_limit_send.
2019-02-25core: clarify changes on option weechat.completion.nick_completer in release ↵Sébastien Helleu
notes
2019-02-19core: add command to change key alt+s in release notesSébastien Helleu
2019-02-19core: add command /spell and default key alt+s in release notesSébastien Helleu
2019-02-19core: add reason of aspell renaming in release notesSébastien Helleu
2019-02-19core: add extra instructions about spell plugin in release notesSébastien Helleu
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict
2019-02-17Version 2.4Sébastien Helleu
2019-01-26core: fix sentence in release notesSébastien Helleu
2019-01-26core: do not automatically add a space when completing "nick:" at the ↵Sébastien Helleu
beginning of command line The space can be added in option weechat.completion.nick_completer (this is now the default value of the option): /set weechat.completion.nick_completer ": "
2018-11-29core: remove obsolete links to wiki in release notesSébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions ↵Sébastien Helleu
string_{encode,decode}_base64
2018-10-21Version 2.3Sébastien Helleu
2018-09-09core: add missing slash at the end of weechat.org URLsSébastien Helleu
2018-08-18core: fix typo in release notesSébastien Helleu
2018-08-18core: move "new" info in release notesSébastien Helleu
2018-07-14Version 2.2Sébastien Helleu
2018-06-22core: add default value of option weechat.look.hotlist_add_conditions in ↵Sébastien Helleu
release notes
2018-05-31trigger: hide password in display of command "/msg nickserv set password", ↵Sébastien Helleu
support the option "-server xxx"
2018-05-31trigger: hide password in command "/msg nickserv set password"Sébastien Helleu
2018-03-26core: add more info about IRC signals names in release notesSébastien Helleu