summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-06-01 08:23:40 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-06-01 08:37:14 +0100
commit87fe00e8b44901240fc22d7120c1b31e4331f6f5 (patch)
tree01668e1d5fcd5d919b9a4f7227dc65ff4ced7839
parentced83792b1b2c982f967ae7f6938fa0bbda12353 (diff)
Update CHANGES.3.3
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 997aad1d..73848e7d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,25 @@
CHANGES FROM 3.2a TO 3.3
+* Add an ACL list for users connecting to the tmux socket. Users may be
+ forbidden from attaching, forced to attach read-only, or allowed to attach
+ read-write. A new command, server-access, configures the list. File system
+ permissions must still be configured manually.
+
+* Emit window-layout-changed on swap-pane.
+
+* Better error reporting when applying custom layouts.
+
+* Handle ANSI escape sequences in run-shell output.
+
+* Add pane_start_path to match start_command.
+
+* Set PWD so shells have a hint about the real path.
+
+* Do not allow pipe-pane on dead panes.
+
+* Do not report mouse positions (incorrectly) above the maximum of 223 in
+ normal mouse mode.
+
* Add an option (default off) to control the passthrough escape sequence.
* Support more mouse buttons when the terminal sends them.