tmux-sensible/CHANGELOG.md

44 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2014-07-30 15:52:00 +00:00
# Changelog
### master
2015-08-10 18:29:25 +00:00
- remove `detach-on-destroy`
- do not set `aggressive-resize` on iTerm terminal
2015-06-29 16:37:28 +00:00
- disable `detach-on-destroy`
2015-06-24 14:20:17 +00:00
### v3.0.0, 2015-06-24
2015-06-24 14:17:49 +00:00
- remove 'almost sensible' feature
2015-06-24 14:12:36 +00:00
### v2.3.0, 2015-06-24
2015-05-08 20:33:06 +00:00
- update to support \*THE\* latest tmux version
2015-02-12 15:42:33 +00:00
- bugfix for `prefix + R` key binding
2015-06-24 13:02:14 +00:00
- fix for tmux 2.0 `default-terminal` option (thanks @kwbr)
2015-02-10 01:13:56 +00:00
### v2.2.0, 2015-02-10
- bugfix in `key_binding_not_set`: the regex is now properly detecting key
bindings with `-r` flag.
2015-02-10 01:13:14 +00:00
- enable `aggressive-resize`
2014-12-12 22:25:39 +00:00
### v2.1.0, 2014-12-12
2014-12-03 12:22:19 +00:00
- check before binding `prefix + prefix` (@m1foley)
2014-12-12 21:40:09 +00:00
- enable `focus-events`
2014-12-12 22:17:34 +00:00
- deprecate 'almost sensible' feature. The reason for this is to focus the
plugin on doing just one thing.
2014-10-03 16:40:53 +00:00
### v2.0.0, 2014-10-03
- bugfix: prevent exiting tmux if 'reattach-to-user-namespace' is not installed
2014-10-03 15:45:31 +00:00
- remove all mouse-related options
2014-10-03 16:40:53 +00:00
- introduce 'almost sensible' setting and options
2014-08-30 20:48:07 +00:00
### v1.1.0, 2014-08-30
- bugfix: determine the default shell from the $SHELL env var on OS X
2014-08-04 14:21:43 +00:00
- set `mode-mouse on` by default
- do not make any decision about the prefix, just enhance it
2014-08-04 16:00:02 +00:00
- update `README.md`. List options set in the plugin.
2014-08-11 16:07:04 +00:00
- do *not* set `mode-mouse on` by default because some users don't like it
- if a user changes default prefix but binds `C-b` to something else, do not
unbind `C-b`
2014-07-30 16:05:58 +00:00
### v1.0.0, 2014-07-30
2014-07-30 15:52:00 +00:00
- initial work on the plugin
2014-07-30 16:05:27 +00:00
- add readme