diff options
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index dada09d62..64d1baddd 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -15,6 +15,7 @@ For a list of important changes that require manual actions, please look at rele New features:: + * core: store microseconds in buffer lines (issue #649) * core: evaluate expressions even when the suffix is missing ("}" by default) (issue #2042, issue #1714) * core: add syntax highlighting in evaluation of expressions with `raw_hl:string` and `hl:string`, add option weechat.color.eval_syntax_colors (issue #2042) * core: add option `search_history` in command `/input`, add key kbd:[Ctrl+r] to search in commands history, add key context "histsearch" (issue #2040) @@ -26,6 +27,8 @@ New features:: * core: display only version with command `/version`, add options `-o` and `-ol` in command `/upgrade` * core: add number of processes in command `/sys waitpid` * core, alias, trigger: allow wildcard in commands `/bar`, `/item`, `/proxy`, `/alias` and `/trigger` (issue #1956) + * api: add functions util_strftimeval, printf_datetime_tags, printf_y_datetime_tags (issue #649) + * api: add argument "date_usec" in hook_print callback (issue #649) * api: add property "type" in function buffer_get_string * api: add info "mouse" * buflist: jump to previous/next buffer displayed in buflist item with ctrl+wheel up/down on a buflist item (issue #1473) @@ -37,6 +40,7 @@ New features:: * irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and server messages * irc: add option irc.look.ignore_tag_messages (issue #989) * relay: change default value of option relay.network.tls_priorities to `NORMAL` + * trigger: change format of variables `${tg_date}` from "%Y-%m-%d %H:%M:%S" to "%FT%T.%f" (issue #649) * trigger: rename local variable "trigger_filter" to "filter" on monitor buffer (issue #2037) Bug fixes:: |