Compare commits

...

2 Commits

Author SHA1 Message Date
Nicholas Marriott
6f387eec2b Tweak changes. 2026-09-09 13:50:14 +01:00
Nicholas Marriott
80f522f577 Bump version. 2026-09-09 13:27:07 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -33,9 +33,7 @@ CHANGES FROM 3.7c TO 3.8
line;
- pane-border-status has top-floating and bottom-floating, and there are new
default bindings under C-b g for common move and resize operations;
- floating panes are unzoomed before creation to avoid a crash.
default bindings under C-b g for common move and resize operations.
* Layout strings now use a JSON subset format which includes floating panes.
The old format is still accepted; control mode clients receive old layouts

View File

@@ -1,6 +1,6 @@
# configure.ac
AC_INIT([tmux], next-3.8)
AC_INIT([tmux], 3.8-rc)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)