Skip to content

Commit c786ca4

Browse files
Release 3.0.4
1 parent c1353d2 commit c786ca4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

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

4+
3.0.4: 2020-08-10
5+
-----------------
6+
7+
New features:
8+
- Allow leading whitespace before single line expressions.
9+
- Show full syntax error in validator.
10+
- Added `vi_start_in_navigation_mode` and `vi_keep_last_used_mode` options.
11+
12+
Fixes:
13+
- Improved dictionary completion: handle keys that contain spaces and don't
14+
recognize numbers as variable names.
15+
- Fix in exit confirmation.
16+
17+
418
3.0.3: 2020-07-10
519
-----------------
620

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name="ptpython",
1313
author="Jonathan Slenders",
14-
version="3.0.3",
14+
version="3.0.4",
1515
url="https://github.com/prompt-toolkit/ptpython",
1616
description="Python REPL build on top of prompt_toolkit",
1717
long_description=long_description,

0 commit comments

Comments
 (0)