summaryrefslogtreecommitdiff
path: root/ReleaseNotes.adoc
AgeCommit message (Collapse)Author
2023-12-03core: add versions 4.0.7 and 4.1.2 in ChangeLog and release notesSébastien Helleu
2023-11-29core: fix typo in release notesSébastien Helleu
2023-11-29irc: add server option "anti_flood", remove server options ↵Sébastien Helleu
"anti_flood_prio_{high|low}" (issue #1039) The new option is set in milliseconds.
2023-11-11core: remove empty lines in release notesSébastien Helleu
2023-11-11core: fix section titles in release notesSébastien Helleu
2023-11-11core: add search in commands history in release notes (issue #2040)Sébastien Helleu
2023-11-01irc: add support of RGB colors in messages (issue #2025)Sébastien Helleu
This is made using standard color code '\x04' followed by text color (RGB as hexadecimal) and optional background (RGB as hexadecimal).
2023-10-26core: add version 4.1.1Sébastien Helleu
2023-10-26core: add version 4.0.6Sébastien Helleu
2023-10-23core: fix crash when a custom bar item name is already used by a default bar ↵Sébastien Helleu
item (closes #2034)
2023-10-19irc: revert compute of nick colors to case sensitive way, deprecate again ↵Sébastien Helleu
IRC nick color infos (issue #194, issue #2032)
2023-10-15Version 4.1.0Sébastien Helleu
2023-09-24core: add version 4.0.5Sébastien Helleu
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" ↵Sébastien Helleu
(issue #194)
2023-08-24irc: compute color in case insensitive way (closes #194)Sébastien Helleu
Reintroduce infos "irc_nick_color" and "irc_nick_color_name" (that were marked deprecated since version 1.5). A server name is added in the two infos and is optional, for backward compatibility.
2023-08-22core: add version 4.0.4Sébastien Helleu
2023-08-16core: add parameters and key bindings to move to edges of current area with ↵Sébastien Helleu
commands `/cursor go` and `/cursor move` (closes #1282)
2023-08-08core: add version 4.0.3Sébastien Helleu
2023-08-01core: remove CMake option "ENABLE_DOC_WARN_LOCALE" from release notes (issue ↵Sébastien Helleu
#1985)
2023-07-31doc: stop build of docs if a locale is missing, add CMake option ↵Sébastien Helleu
"ENABLE_DOC_WARN_LOCALE" (closes #1985)
2023-07-12core: add version 4.0.2 in release notesSébastien Helleu
2023-07-12irc: remove default CTCP replies FINGER and USERINFO (issue #1974)Sébastien Helleu
2023-07-12irc: evaluate options irc.ctcp.* (issue #1974)Sébastien Helleu
2023-07-08fset: add variable `allowed_values` in options, add two color optionsSébastien Helleu
New options: - fset.color.allowed_values - fset.color.allowed_values_selected
2023-07-08fset: fix mouse actions when second format is usedSébastien Helleu
The mouse actions now properly handle the case where options are displayed on multiple lines to calculate the option index in list.
2023-07-01core: add version 4.0.1 in ChangeLog and release notesSébastien Helleu
2023-06-27api: do not convert option name to lower case in API functions ↵Sébastien Helleu
config_set_plugin and config_set_desc_plugin
2023-06-26core: fix level of section title in release notesSébastien Helleu
2023-06-26core: display actual key name and command with key Alt+kSébastien Helleu
Key Alt+K (upper K) is removed as well as commands `/input grab_raw_key` and `/input grab_raw_key_command`.
2023-06-25core: add option weechat.color.status_name_insecure in ChangeLog and release ↵Sébastien Helleu
notes
2023-06-24Version 4.0.0Sébastien Helleu
2023-06-07core: add new IRC capabilities in release notesSébastien Helleu
2023-06-05doc: fix URLs to WeeChat docsSébastien Helleu
2023-05-21core: add note about config files incompatibility in release notesSébastien Helleu
2023-05-16trigger: make default triggers compatible with multiline input (closes #1935)Sébastien Helleu
Changed triggers: - cmd_pass - cmd_pass_register - server_pass
2023-04-16doc: update header and remove links in ChangeLog and release notesSébastien Helleu
2023-04-12core: add TLS changes in release notes (issue #1903)Sébastien Helleu
2023-04-01alias: rename all aliases to lower case on upgrade (issue #1872)Sébastien Helleu
2023-03-31doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete ↵Sébastien Helleu
docs (closes #1901)
2023-03-25core: add packaging changes in release notesSébastien Helleu
2023-03-25core: update ChangeLog and release notes (issue #1502)Sébastien Helleu
2023-03-19core: add function `bar_new` in release notesSébastien Helleu
2023-03-18core: mention breaking changes in release notesSébastien Helleu
2023-03-18core: bump version to 4.0.0-dev, follow "practical" semantic versioningSébastien Helleu
2023-03-18core: update ChangeLog and release notes (closes #1238)Sébastien Helleu
2023-01-29core: add ctrl keys as lower case in release notes (issue #1875)Sébastien Helleu
2023-01-28core: add case sensitive identifiers in release notes (issue #1872)Sébastien Helleu
2023-01-08core: update ChangeLog and release notes (closes #1860)Sébastien Helleu
2023-01-08Version 3.8Sébastien Helleu
2023-01-08core: add note about case insensitive comparison improved in release notesSébastien Helleu