diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-13 08:46:21 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-13 08:46:21 +0100 |
commit | c5c2871d22c354d55dca7e34c5d7ebb3757d2279 (patch) | |
tree | 8248740effbe8101238a9fa8d64a693d606a8755 | |
parent | 90614dfe05dc8bdf5c60ac812c3b37b895a54c72 (diff) | |
parent | bc4681c83d612a3d9609dd609e7d89b035b25dd5 (diff) | |
download | rtmux-c5c2871d22c354d55dca7e34c5d7ebb3757d2279.tar.gz rtmux-c5c2871d22c354d55dca7e34c5d7ebb3757d2279.tar.bz2 rtmux-c5c2871d22c354d55dca7e34c5d7ebb3757d2279.zip |
Merge branch '3.2-rc'
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ +CHANGES FROM 3.2 TO 3.3 + +XXX + CHANGES FROM 3.1c TO 3.2 +* Add a flag to disable keys to close a message. + +* Permit shortcut keys in buffer, client, tree modes to be configured with a + format (-K flag to choose-buffer, choose-client, choose-tree). + +* Add a current_file format for the config file being parsed. + +* When display-message used in config file, show the message after the config + file finishes. + +* Add client-detached notification in control mode. + * Improve performance of format evaluation. * Make jump command support UTF-8 in copy mode. |