File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4183.0.3: 2020-07-10
519-----------------
620
Original file line number Diff line number Diff line change 1111setup (
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 ,
You can’t perform that action at this time.
0 commit comments