aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-04-13 08:46:21 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-04-13 08:46:21 +0100
commitc5c2871d22c354d55dca7e34c5d7ebb3757d2279 (patch)
tree8248740effbe8101238a9fa8d64a693d606a8755
parent90614dfe05dc8bdf5c60ac812c3b37b895a54c72 (diff)
parentbc4681c83d612a3d9609dd609e7d89b035b25dd5 (diff)
downloadrtmux-c5c2871d22c354d55dca7e34c5d7ebb3757d2279.tar.gz
rtmux-c5c2871d22c354d55dca7e34c5d7ebb3757d2279.tar.bz2
rtmux-c5c2871d22c354d55dca7e34c5d7ebb3757d2279.zip
Merge branch '3.2-rc'
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a81f160c..21226e79 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.