Skip to content

Commit 9975a33

Browse files
Release 1.0.9
1 parent 1ffbd39 commit 9975a33

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
CHANGELOG
22
=========
33

4+
1.0.9: 2016-11-07
5+
-----------------
6+
7+
Fixes:
8+
- Fixed a bug in the `cooked_mode` context manager. This caused a bug in
9+
ptpython where executing `input()` would display ^M instead of accepting the
10+
input.
11+
- Handle race condition in eventloop/posix.py
12+
- Updated ANSI color names for vt100. (High and low intensity colors were
13+
swapped.)
14+
15+
New features:
16+
- Added yank-nth-arg and yank-last-arg readline commands + Emacs bindings.
17+
- Allow searching in Vi selection mode.
18+
- Made text objects of the Vi 'n' and 'N' search bindings. This adds for
19+
instance the following bindings: cn, cN, dn, dN, yn, yN
20+
421
1.0.8: 2016-10-16
522
-----------------
623

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '1.0.8'
54+
version = '1.0.9'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '1.0.8'
56+
release = '1.0.9'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

prompt_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020

2121
# Don't forget to update in `docs/conf.py`!
22-
__version__ = '1.0.8'
22+
__version__ = '1.0.9'

0 commit comments

Comments
 (0)