summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-11-18 12:56:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-11-18 12:56:24 +0000
commit0ed96c4609f887b37ee0ee4a017c24c361452320 (patch)
tree6cd9bdd6a74406c4678a856fc8ed4173b045e009 /CHANGES
parent0d3f306c8e00465e5ffa7b31b99645c9c3c90c3f (diff)
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES44
1 files changed, 44 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6b0efbd4..2b6ddb7f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,49 @@
CHANGES FROM 3.0 to X.X
+* Do not use bright when emulating 256 colours on an 8 colour terminal because
+ it is also bold on some terminals.
+
+* Add a "latest" window-size option which tries to size windows based on the
+ most recently used client. This is now the default.
+
+* Make select-pane -P set window-active-style also to match previous behaviour.
+
+* Do not truncate list-keys output.
+
+* Workaround invalid layout strings generated by older tmux versions and add
+ some additional sanity checks
+
+* Turn automatic-rename back on if the \033k rename escape sequence is used
+ with an empty name.
+
+* Add support for percentage sizes for resize-pane ("-x 10%"). Also change
+ split-window and join-pane -l to accept similar percentages and deprecate the
+ -p flag.
+
+* Add -F flag to send-keys to expand formats in search-backward and forward
+ copy mode commands, this makes it easier to use the cursor_word and
+ cursor_line formats.
+
+* Add formats for word and line at cursor position in copy mode.
+
+* Add formats for cursor and selection position in copy mode
+
+* Support all the forms of RGB colour strings in OSC sequences rather than
+ requiring two digits.
+
+* Limit lazy resize to panes in attached sessions only
+
+* Add an option to set the key sent by backspace for those whose system uses ^H
+ rather than ^?
+
+* Change new-session -A without a session name (that is, no -s option also) to
+ attach to the best existing session like attach-session rather than a new
+ one.
+
+* Change window-size default from smallest to latest.
+
+* Add simple support for OSC 7 (result is available in the pane_path format).
+
* Add push-default and pop-default for styles which change the colours and
attributes used for #[default]. These are used in status-format to restore
the behaviour of window-status-style being the default for