|
1 |
| -# Changelog |
| 1 | +CHANGELOG |
| 2 | +========= |
2 | 3 |
|
3 | 4 | ### master
|
4 |
| -- add 'copy pane current directory' feature |
| 5 | + |
| 6 | +- Add 'copy pane current directory' feature |
5 | 7 |
|
6 | 8 | ### v2.2.0, Oct 12, 2015
|
7 |
| -- add support for custom copy command (if xclip and others aren't accessible, and you want to have your |
8 |
| - custom copy command) |
9 |
| -- add cygwin support via `putclip` command |
| 9 | + |
| 10 | +- Add support for custom copy command (if `xclip` and others aren't |
| 11 | + accessible, and you want to have your custom copy command) |
| 12 | +- Add Cygwin support via `putclip` command |
10 | 13 |
|
11 | 14 | ### v2.1.0, Jun 17, 2015
|
12 |
| -- add support for `xsel` on linux (@ctjhoa) |
13 |
| -- make `reattach-to-user-namespace` on OS X optional (@bosr) |
14 |
| -- support for shell `vi` mode (@xnaveira) |
15 |
| -- deprecate `Alt-y` |
| 15 | + |
| 16 | +- Add support for `xsel` on Linux (@ctjhoa) |
| 17 | +- Make `reattach-to-user-namespace` on OS X optional (@bosr) |
| 18 | +- Support for shell `vi` mode (@xnaveira) |
| 19 | +- Deprecate <kbd>Alt</kbd>–<kbd>y</kbd> |
16 | 20 |
|
17 | 21 | ### v2.0.0, Dec 06, 2014
|
18 |
| -- change copy mode "put selection" key binding to `Y` so that vi mode `Ctrl-y` |
19 |
| - is not overriden. |
| 22 | + |
| 23 | +- Change copy mode *put selection* key binding to <kbd>Y</kbd> so that vi |
| 24 | + mode <kbd>Ctrl</kbd>–<kbd>y</kbd> is not overridden. |
20 | 25 |
|
21 | 26 | ### v1.0.0, Dec 06, 2014
|
22 |
| -- simplify README |
23 |
| -- remove screencast from the master branch because it's too large for download. |
24 |
| - The screencast is moved to the separate `screencast` branch and can be cloned |
25 |
| - from there. |
26 |
| -- show error message if plugin dependencies aren't insalled |
27 |
| -- update README related plugins list |
28 |
| -- update README to show how to update xclip selection on Linux |
29 |
| -- add vagrant-related setup files for testing on Linux |
| 27 | + |
| 28 | +- Remove screen-cast from the master branch because it's too large for |
| 29 | + download. The screen-cast is moved to the separate `screencast` branch |
| 30 | + and can be cloned from there. |
| 31 | +- Show error message if plugin dependencies aren't installed. |
| 32 | +- Update `README` related plugins list |
| 33 | +- Update `README` to show how to update `xclip` selection on Linux |
| 34 | +- Add vagrant-related setup files for testing on Linux |
30 | 35 |
|
31 | 36 | ### v0.0.4, Jul 29, 2014
|
32 |
| -- update readme to reflect github organization change |
33 |
| -- add screencast script file |
34 |
| -- import screencast project |
35 |
| -- add `video/README.md` |
36 |
| -- put screencast in the readme |
| 37 | + |
| 38 | +- Update `README` to reflect GitHub organization change |
| 39 | +- Add screen-cast script file |
| 40 | +- Import screen-cast project |
| 41 | +- Add `video/README.md` |
| 42 | +- Put screen-cast in the `README` |
37 | 43 |
|
38 | 44 | ### v0.0.3, Jun 29, 2014
|
39 | 45 |
|
40 |
| -- adds wait time for 'yank line' when in the remote shell (ssh, mosh) so yank |
41 |
| - line is more correct |
42 |
| -- fix bug when yank-line is used in the last line in buffer. New 'solution' is |
43 |
| - implemented for copying multiple lines. |
44 |
| -- code cleanup |
45 |
| -- yank-line never yanks 'newline' char for multiple-line commands in shell (this |
46 |
| - is actually tmux/bash bug). |
| 46 | +- Adds wait time for 'yank line' when in the remote shell (`ssh`, `mosh`) |
| 47 | + to capture the most accurate value. |
| 48 | +- Fix bug when yank-line is used in the last line in buffer. New |
| 49 | + 'solution' is implemented for copying multiple lines. |
| 50 | +- Code cleanup. |
| 51 | +- yank-line never yanks 'newline' char for multiple-line commands in shell |
| 52 | + (this is actually tmux/bash bug). |
47 | 53 |
|
48 | 54 | ### v0.0.2, Jun 25, 2014
|
49 | 55 |
|
50 |
| -- updated readme |
51 |
| -- for OS X, also check if 'reattach-to-user-namespace' is installed |
52 |
| -- add a feature for copying current command line to clipboard |
| 56 | +- Updated `README`. |
| 57 | +- For OS X, also check if `reattach-to-user-namespace` is installed. |
| 58 | +- Add a feature for copying current command line to clipboard. |
53 | 59 |
|
54 | 60 | ### v0.0.1, Jun 24, 2014
|
55 | 61 |
|
56 |
| -- first working version |
| 62 | +- First working version. |
0 commit comments