Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | core: add color attributes "blink" and "dim" (half bright) (closes #1855) | Sébastien Helleu | |
2022-12-05 | Update Serbian translation | Ivan Pešić | |
Documentation and messages translation update | |||
2022-11-09 | doc/user: add missing supported format for trigger regex | Sébastien Helleu | |
2022-11-06 | trigger: add regex command "y" to translate chars, set default regex command ↵ | Sébastien Helleu | |
to "s" (regex replace) (closes #1510) | |||
2022-11-05 | doc: Fix typo in highlight_disable_regex option name | Trygve Aaberge | |
The section describes highlight_disable_regex, but the example used highlight_regex instead. | |||
2022-10-15 | python: remove support of Python 2.x | Sébastien Helleu | |
2022-09-30 | trigger: add variable `${tg_hook_type}` (closes #1765) | Sébastien Helleu | |
2022-09-29 | core: fix compilation with zstd < 1.4.0 | Sébastien Helleu | |
Note: zstd ≥ 0.8.1 is now required to compile WeeChat. | |||
2022-09-29 | doc/user: add chapter on log file rotation/compression | Sébastien Helleu | |
2022-09-28 | logger: add options to rotate and compress log files (closes #314) | Sébastien Helleu | |
New options: - logger.file.rotation_compression_level - logger.file.rotation_compression_type - logger.file.rotation_size_max | |||
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-09-11 | core: Update Serbian translation | Ivan Pešić | |
Includes documentation update. | |||
2022-07-24 | core: add option weechat.look.highlight_disable_regex and buffer property ↵ | Sébastien Helleu | |
"highlight_disable_regex" (closes #1798) | |||
2022-07-22 | doc: use non-breaking spaces before links to notes | Sébastien Helleu | |
2022-07-05 | core/doc: Update Serbian translation | Ivan Pešić | |
2022-06-26 | doc/user: add arrow and open external links in new tab | Sébastien Helleu | |
2022-06-26 | doc/user: replace TOR by Tor | Sébastien Helleu | |
2022-06-25 | doc/user: add a chapter on supported IRCv3 extensions | Sébastien Helleu | |
2022-06-23 | doc: change formatting in asciidoctor tables | Sébastien Helleu | |
2022-06-18 | doc: add trailing slashes in URLs | Sébastien Helleu | |
2022-06-18 | doc/user: add missing server option "autojoin_dynamic" | Sébastien Helleu | |
2022-06-10 | doc/user: fix column size | Sébastien Helleu | |
2022-06-07 | doc/user: add chapter on custom bar items | Sébastien Helleu | |
2022-05-30 | doc/user: fix links to commands | Sébastien Helleu | |
2022-04-18 | core: add bar item "spacer" | Sébastien Helleu | |
2022-04-09 | doc/user: add install of binary package with brew on macOS | Sébastien Helleu | |
2022-04-09 | doc: Update Serbian translation | Ivan Pešić | |
2022-03-28 | doc/user: add chapter on containers | Sébastien Helleu | |
2022-03-13 | doc/user: translate FreeBSD installation instructions (issue #1760) | Sébastien Helleu | |
2022-03-07 | doc: fix syntax highlighting in Serbian docs | Sébastien Helleu | |
2022-02-22 | doc: Update Serbian documentation | Ivan Pešić | |
2022-02-21 | doc/user: fix style in tables | Sébastien Helleu | |
2022-02-20 | doc/user: update dependencies using versions from Debian Bullseye | Sébastien Helleu | |
2022-02-20 | doc/user: add missing dependency on ruby-pygments.rb to build doc | Sébastien Helleu | |
2022-02-19 | debian: change dependency libargon2-0-dev to libargon2-dev (debian bug #1005703) | Sébastien Helleu | |
2022-02-01 | doc/user: add supported C++ compilers in dependencies | Sébastien Helleu | |
2022-01-21 | doc: Update Serbian translation | Ivan Pešić | |
2021-12-30 | doc: add note about chars replaced in IRC tag key/value (user's guide) | Sébastien Helleu | |
2021-12-30 | trigger: add variables `${tg_tag_irc_xxx}` containing IRC message tags ↵ | Sébastien Helleu | |
(issue #1680) | |||
2021-12-28 | doc: move section "Fset" in "Configuration" (user's guide) | 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-18 | doc: mention IRC server buffer in default key binding ctrl-x (user's guide) | Sébastien Helleu | |
2021-12-13 | doc: Update Serbian translation | Ivan Pešić | |
2021-12-05 | doc: remove list of remote interfaces, redirect to web site (user's guide) | Sébastien Helleu | |
2021-12-05 | doc: rename section "WeeChat extension" to "Extending WeeChat" (user's guide) | Sébastien Helleu | |
2021-12-05 | doc: add section "Script manager" (user's guide) | Sébastien Helleu | |