Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-16 | doc: update header and remove links in ChangeLog and release notes | Sébastien Helleu | |
2023-04-12 | core: add TLS changes in release notes (issue #1903) | Sébastien Helleu | |
2023-04-01 | alias: rename all aliases to lower case on upgrade (issue #1872) | Sébastien Helleu | |
2023-03-31 | doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete ↵ | Sébastien Helleu | |
docs (closes #1901) | |||
2023-03-25 | core: add packaging changes in release notes | Sébastien Helleu | |
2023-03-25 | core: update ChangeLog and release notes (issue #1502) | Sébastien Helleu | |
2023-03-19 | core: add function `bar_new` in release notes | Sébastien Helleu | |
2023-03-18 | core: mention breaking changes in release notes | Sébastien Helleu | |
2023-03-18 | core: bump version to 4.0.0-dev, follow "practical" semantic versioning | Sébastien Helleu | |
2023-03-18 | core: update ChangeLog and release notes (closes #1238) | Sébastien Helleu | |
2023-01-29 | core: add ctrl keys as lower case in release notes (issue #1875) | Sébastien Helleu | |
2023-01-28 | core: add case sensitive identifiers in release notes (issue #1872) | Sébastien Helleu | |
2023-01-08 | core: update ChangeLog and release notes (closes #1860) | Sébastien Helleu | |
2023-01-08 | Version 3.8 | Sébastien Helleu | |
2023-01-08 | core: add note about case insensitive comparison improved in release notes | Sébastien Helleu | |
2022-12-25 | core: move `/input` buffer switch/zoom actions to command `/buffer` | Sébastien Helleu | |
Actions moved: * `/input switch_active_buffer` -> `/buffer switch` * `/input switch_active_buffer_previous` -> `/buffer switch -previous` * `/input zoom_merged_buffer` -> `/buffer zoom` | |||
2022-12-25 | core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set` | Sébastien Helleu | |
Actions moved: * `/input set_unread` -> `/allbuf /buffer set unread` * `/input set_unread_current_buffer` -> `/buffer set unread` | |||
2022-12-25 | core: move `/input` hotlist actions to new command `/hotlist` | Sébastien Helleu | |
Actions moved to command `/hotlist`: * `/input hotlist_clear` -> `/hotlist clear` * `/input hotlist_remove_buffer` -> `/hotlist remove` * `/input hotlist_restore_buffer` -> `/hotlist restore` * `/input hotlist_restore_all` -> `/hotlist restore -all` | |||
2022-12-25 | core: move `/input` jump actions to command `/buffer jump` | Sébastien Helleu | |
Actions moved to command `/buffer jump`: * `/input jump_smart` -> `/buffer jump smart` * `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` * `/input jump_next_visited_buffer` -> `/buffer jump next_visited` * `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed` | |||
2022-12-25 | core: fix style in ChangeLog and release notes | Sébastien Helleu | |
2022-12-24 | doc/api: mention "UTF-8" in char/string comparison functions | Sébastien Helleu | |
2022-12-24 | api: rename char comparison functions "utf8_char*" to "string_char*" | Sébastien Helleu | |
2022-12-24 | api: return arithmetic difference between chars in string comparison functions | Sébastien Helleu | |
Return code is changed for the following functions: - string_strcasecmp - string_strcasecmp_range - string_strncasecmp - string_strncasecmp_range - string_strcmp_ignore_chars - utf8_charcmp - utf8_charcasecmp - utf8_charcasecmp_range | |||
2022-12-18 | api: return newly allocated string in functions string_tolower and ↵ | Sébastien Helleu | |
string_toupper | |||
2022-11-06 | core: add release notes about new trigger regex format | Sébastien Helleu | |
2022-10-21 | core: add version 3.7.1 | Sébastien Helleu | |
2022-10-15 | python: remove support of Python 2.x | Sébastien Helleu | |
2022-10-15 | api: do not expect any return value in callbacks change/delete of ↵ | Sébastien Helleu | |
config_new_option (scripting API) | |||
2022-10-09 | Version 3.7 | Sébastien Helleu | |
2022-09-29 | api: change type of argument object_id in upgrade_new callback from string ↵ | Sébastien Helleu | |
to integer (in scripts) | |||
2022-09-29 | api: change type of argument remaining_calls in hook_timer callback from ↵ | Sébastien Helleu | |
string to integer (in scripts) | |||
2022-09-18 | core: add key alt+backspace, change behavior of key ctrl+w (closes #559) | Sébastien Helleu | |
The key ctrl+w now deletes one word until whitespace. The new key alt+backspace deletes one word (same behavior as ctrl+w in previous releases). | |||
2022-07-20 | api: add arguments "index_start" and "index_end" in function ↵ | Sébastien Helleu | |
string_rebuild_split_string | |||
2022-07-10 | Version 3.6 | Sébastien Helleu | |
2022-07-02 | api: run hook_print callback also on empty messages | Sébastien Helleu | |
2022-06-18 | doc: add trailing slashes in URLs | Sébastien Helleu | |
2022-04-23 | trigger: check that buffer notify is not "none" to run command of default ↵ | Sébastien Helleu | |
trigger beep | |||
2022-03-27 | Version 3.5 | Sébastien Helleu | |
2022-03-14 | core: add version 3.4.1 | Sébastien Helleu | |
2022-02-15 | core: update sentence about XDG directories in release notes | Sébastien Helleu | |
2021-12-24 | relay: add zstd compression in weechat protocol | Sé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-19 | core: fix styles in ChangeLog and release notes | Sébastien Helleu | |
2021-12-18 | Version 3.4 | Sébastien Helleu | |
2021-11-20 | core: fix links to docs in release notes | Sébastien Helleu | |
2021-11-13 | trigger: hide key and password in command "/msg nickserv setpass nick key ↵ | Sébastien Helleu | |
password" | |||
2021-11-13 | core: add note about default trigger "cmd_pass_register" in release notes | Sébastien Helleu | |
2021-11-06 | api: add parameters pointers, extra_vars and options in function hdata_search | Sébastien Helleu | |
2021-11-05 | core: add hdata changes in release notes | Sébastien Helleu | |
2021-09-19 | Version 3.3 | Sébastien Helleu | |
2021-09-04 | core: add version 3.2.1 | Sébastien Helleu | |