summaryrefslogtreecommitdiff
path: root/ReleaseNotes.adoc
AgeCommit message (Collapse)Author
2021-12-24relay: add zstd compression in weechat protocolSébastien Helleu
Option relay.network.compression_level is renamed to relay.network.compression and is now a percentage between 0 (no compression) to 100 (best compression, slowest). Compression is now disabled by default in weechat protocol and must be enabled via the `handshake` command (option `compression` has been removed from `init` command).
2021-12-19core: fix styles in ChangeLog and release notesSébastien Helleu
2021-12-18Version 3.4Sébastien Helleu
2021-11-20core: fix links to docs in release notesSébastien Helleu
2021-11-13trigger: hide key and password in command "/msg nickserv setpass nick key ↵Sébastien Helleu
password"
2021-11-13core: add note about default trigger "cmd_pass_register" in release notesSébastien Helleu
2021-11-06api: add parameters pointers, extra_vars and options in function hdata_searchSébastien Helleu
2021-11-05core: add hdata changes in release notesSébastien Helleu
2021-09-19Version 3.3Sébastien Helleu
2021-09-04core: add version 3.2.1Sébastien Helleu
2021-08-31core: add options in command /input and new keys to remove/restore buffers ↵Sébastien Helleu
in hotlist New options in command /input: - hotlist_remove_buffer - hotlist_restore_buffer - hotlist_restore_all New keys: - alt+h, alt+c: clear the whole hotlist (former key: alt+h) - alt+h, alt+m: mark the current buffer as read by removing it from the hotlist - alt+h, alt+r: restore latest hotlist removed in the current buffer - alt+h, alt+shift+R: restore latest hotlist removed in all buffers
2021-07-04core: add bar item "typing" in status bar by defaultSébastien Helleu
2021-06-27core: add capability message-tags in release notesSébastien Helleu
2021-06-26api: remember insertion order in hashtablesSébastien Helleu
2021-06-20core: fix chapter name in release notesSébastien Helleu
2021-06-19irc: enable all capabilities by default (supported by both server and ↵Sébastien Helleu
WeeChat) (closes #320) Capabilities can be excluded with the format: "*,!account-*,!extended-join".
2021-06-15irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)Sébastien Helleu
2021-06-13Version 3.2Sébastien Helleu
2021-05-25doc: replace freenode by libera in release notesSébastien Helleu
2021-05-22core: add split of commands before evaluation in release notes (issue #1643)Sébastien Helleu
2021-05-18core: display old default values for options affected by XDG directories in ↵Sébastien Helleu
release notes
2021-05-12core: add GnuTLS CA changes in release notesSébastien Helleu
2021-05-11core: add slack.py version in release notesSébastien Helleu
2021-05-11core: add XDG directories in release notes (issue #1285)Sébastien Helleu
2021-03-14doc: use full path /usr/bin/pass in example for option ↵Sébastien Helleu
sec.crypt.passphrase_command
2021-03-07Version 3.1Sébastien Helleu
2021-03-07core: reorder release notes for version 3.1Sébastien Helleu
2021-02-27core: fix paragraph in release notesSébastien Helleu
2021-02-09buflist: add option buflist.look.use_items to speed up display of buflist ↵Sébastien Helleu
(closes #1613)
2021-02-09core: add fixed behavior of command /window splitv in release notesSébastien Helleu
2021-02-06core: replace option sec.crypt.passphrase_file by ↵Sébastien Helleu
sec.crypt.passphrase_command (closes #141) The command is used to read the passphrase on startup, for example using your favorite password manager. Note: only the passphrase is read from the program, the secured data is still stored encrypted in sec.conf and handled by WeeChat itself.
2021-01-31core: add version 3.0.1 in ChangeLog, release notes and weechat.specSébastien Helleu
2021-01-26core: add command "/buffer listvar" in release notesSébastien Helleu
2020-11-11Version 3.0Sébastien Helleu
2020-09-06script: add option script.scripts.download_enabled (closes #1548)Sébastien Helleu
2020-07-20irc: allow to send text on buffers with commands /allchan, /allpv and /allservSébastien Helleu
2020-07-20trigger: check that tag "notify_none" is not present in message to run ↵Sébastien Helleu
command of default trigger beep (issue #1529)
2020-07-18Version 2.9Sébastien Helleu
2020-06-21core: add bar option "color_bg_inactive" (issue #732)Sébastien Helleu
2020-05-09core: add note about triggers and argument "modifier_data" of weechat_print ↵Sébastien Helleu
modifier callback
2020-05-09api: use buffer pointer in argument "modifier_data" sent to weechat_print ↵Sébastien Helleu
modifier callback (closes #42)
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