We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e15c8 commit c45fc89Copy full SHA for c45fc89
CHANGELOG
@@ -1,6 +1,17 @@
1
CHANGELOG
2
=========
3
4
+2.0.4: 2018-10-30
5
+-----------------
6
+
7
+- Fixed ptipython.
8
+- Fixed config: setting of color depth.
9
+- Fixed auto-suggest key bindings.
10
+- Fixed Control-D key binding for exiting REPL when (confirm_exit=False).
11
+- Correctly focus/unfocus sidebar.
12
+- Fixed open_in_editor and suspend key bindings.
13
14
15
2.0.3: 2018-10-12
16
-----------------
17
setup.py
@@ -14,7 +14,7 @@
setup(
name='ptpython',
author='Jonathan Slenders',
- version='2.0.3',
+ version='2.0.4',
18
url='https://github.com/jonathanslenders/ptpython',
19
description='Python REPL build on top of prompt_toolkit',
20
long_description=long_description,
0 commit comments