summaryrefslogtreecommitdiff
path: root/ReleaseNotes.adoc
AgeCommit message (Collapse)Author
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
2018-03-25core: add a note about tags sent in IRC "in" signals in release notes (issue ↵Sébastien Helleu
#787)
2018-03-19debian: add package weechat-headless with the headless binary and its man pageSébastien Helleu
2018-03-18Version 2.1Sébastien Helleu
2018-01-15scripts: add configuration file for each script pluginSébastien Helleu
2018-01-14core: add command /help in release notesSébastien Helleu
2017-12-20core: add version 2.0.1 in ChangeLog, release notes and weechat.specSébastien Helleu
2017-12-09core: add option weechat.completion.partial_completion_templatesSébastien Helleu
This option is used to force partial completion on specific templates (for now only "config_options").
2017-12-08core: add fset plugin in release notes of version 2.0Sébastien Helleu
2017-12-03Version 2.0Sébastien Helleu
2017-11-05core: add split of Debian packages in release notesSébastien Helleu
2017-10-29core: move version 1.9.1 below version 2.0 in release notesSébastien Helleu
2017-09-23core: add version 1.9.1 in ChangeLog and release notesSébastien Helleu
2017-09-02buflist: remove recursive evaluation of extra variables (closes #1060)Sébastien Helleu
2017-08-13api: change type of arguments status/gnutls_rc/sock in hook_connect() ↵Sébastien Helleu
callback from string to integer (in scripts)
2017-08-13core: fix anchor in release notesSébastien Helleu
2017-08-13core: add note about function hook_print in version 1.0 (release notes)Sébastien Helleu
2017-08-13api: send file descriptor as integer instead of string to the callback of ↵Sébastien Helleu
hook_fd