|
| 1 | +CHANGES FROM 1.8 to 1.9, 20 February 2014 |
| 2 | + |
| 3 | +NOTE: This release has bumped the tmux protocol version. It is therefore |
| 4 | +advised that the prior tmux server is restarted when this version of tmux is |
| 5 | +installed, to avoid protocol mismatch errors for newer clients trying to |
| 6 | +talk to an older running tmux server. |
| 7 | + |
| 8 | +Incompatible Changes |
| 9 | +==================== |
| 10 | + |
| 11 | +* 88 colour support has been removed. |
| 12 | +* 'default-path' has been removed. The new-window command accepts '-c' to |
| 13 | + cater for this. The previous value of "." can be replaced with: 'neww -c |
| 14 | + $PWD', the previous value of '' which meant current path of the pane can |
| 15 | + be specified as: 'neww -c "#{pane_current_path}"' |
| 16 | + |
| 17 | +Deprecated Changes |
| 18 | +================== |
| 19 | + |
| 20 | +* The single format specifiers: #A -> #Z (where defined) have been |
| 21 | + deprecated and replaced with longer-named equivalents, as listed in the |
| 22 | + FORMATS section of the tmux manpage. |
| 23 | +* The various foo-{fg,bg,attr} commands have been deprecated and replaced |
| 24 | + with equivalent foo-style option instead. Currently this is still |
| 25 | + backwards-compatible, but will be removed over time. |
| 26 | + |
| 27 | +Normal Changes |
| 28 | +============== |
| 29 | + |
| 30 | +* A new environment variable TMUX_TMPDIR is now honoured, allowing the |
| 31 | + socket directory to be set outside of TMPDIR (/tmp/ if not set). |
| 32 | +* If -s not given to swap-pane the current pane is assumed. |
| 33 | +* A #{pane_syncronized} format specifier has been added to be a conditional |
| 34 | + format if a pane is in a syncronised mode (c.f. syncronize-panes) |
| 35 | +* Tmux now runs under Cygwin natively. |
| 36 | +* Formats can now be nested within each other and expanded accordingly. |
| 37 | +* Added 'automatic-rename-format' option to allow the automatic rename |
| 38 | + mechanism to use something other than the default of |
| 39 | + #{pane_current_command}. |
| 40 | +* new-session learnt '-c' to specify the starting directory for that session |
| 41 | + and all subsequent windows therein. |
| 42 | +* The session name is now shown in the message printed to the terminal when |
| 43 | + a session is detached. |
| 44 | +* Lots more format specifiers have been added. |
| 45 | +* Server race conditions have been fixed; in particular commands are not run |
| 46 | + until after the configuration file is read completely. |
| 47 | +* Case insensitive searching in tmux's copy-mode is now possible. |
| 48 | +* attach-session and switch-client learnt the '-t' option to accept a window |
| 49 | + and/or a pane to use. |
| 50 | +* Copy-mode is only exited if no selection is in progress. |
| 51 | +* Paste key in copy-mode is now possible to enter text from the clipboard. |
| 52 | +* status-interval set to '0' now works as intended. |
| 53 | +* tmux now supports 256 colours running under fbterm. |
| 54 | +* Many bug fixes! |
| 55 | + |
1 | 56 | CHANGES FROM 1.7 to 1.8, 26 March 2013
|
2 | 57 |
|
3 | 58 | Incompatible Changes
|
|
0 commit comments