|  | 
| 1 | 1 | CHANGELOG | 
| 2 | 2 | ========= | 
| 3 | 3 | 
 | 
|  | 4 | +1.0.10: 2017-01-30 | 
|  | 5 | +------------------ | 
|  | 6 | + | 
|  | 7 | +Fixes: | 
|  | 8 | +- Fixed the `NoConsoleScreenBuffer` error that appeared on some 64bit Python | 
|  | 9 | + versions. | 
|  | 10 | +- Fix mixup in the mapping from ANSI color names for vt100 output. | 
|  | 11 | + | 
|  | 12 | +New features: | 
|  | 13 | +- Added a `reverse_vi_search_direction` option. | 
|  | 14 | +- Handle Ctrl-Left/Right in rxvt. | 
|  | 15 | +- Implemented difference between `backward-kill-word` and `unix-word-rubout`. | 
|  | 16 | +- Implementation of the Emacs kill-ring (yank-pop command). | 
|  | 17 | +- Take a 'file' argument in 'print_tokens'. | 
|  | 18 | +- Implemented the `operate-and-get-next` command, bound to C-O in Emacs mode. | 
|  | 19 | +- Added multiple named commands: | 
|  | 20 | + * Added `insert-comment` command, bound to M-#. | 
|  | 21 | + * Added `vi-editing-mode` and `emacs-editing-mode` commands. | 
|  | 22 | + * Added `prefix-meta` command. | 
|  | 23 | + * Added `edit-and-execute` command. | 
|  | 24 | + * Added `complete`/`menu_complete`/`menu-complete-backward` commands. | 
|  | 25 | + * Added `quoted-insert` command. | 
|  | 26 | +- Take $VISUAL into account. | 
|  | 27 | +- Display a quoted inserted using the `^` character, just like Vi does. | 
|  | 28 | +- Implemented keyboard macros. (Like Readline.) | 
|  | 29 | +- Extracted the Vi `create_operator_decorator` and | 
|  | 30 | + `create_text_object_decorator` functions. (This makes it easier to implement | 
|  | 31 | + custom Vi bindings.) | 
|  | 32 | +- Pass `raw=True` to the `stdout_context` in `prompt_toolkit.shortcuts`. | 
|  | 33 | +- Added `Buffer.validation_state`. (Don't call the validator again if the input | 
|  | 34 | + didn't change.) | 
|  | 35 | + | 
|  | 36 | +Changes: | 
|  | 37 | +- Refactoring of the key bindings. | 
|  | 38 | + * All the load functions now create a new `Registry` object. | 
|  | 39 | + * Added `MergedRegistry` and `ConditionalRegistry`. | 
|  | 40 | + * Added `prompt_toolkit.key_binding.defaults` for loading the default key | 
|  | 41 | + bindings. | 
|  | 42 | + * `prompt_toolkit.key_binding.manager` has been deprecated. | 
|  | 43 | + | 
|  | 44 | + | 
| 4 | 45 | 1.0.9: 2016-11-07 | 
| 5 | 46 | ----------------- | 
| 6 | 47 | 
 | 
|  | 
0 commit comments