All Versions
66
Latest Version
Avg Release Cycle
46 days
Latest Release
1279 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.26 Changes
January 03, 2016โฌ๏ธ Upgrade to prompt_toolkit 0.55
๐ Fixes:
- ๐ Handle several bugs in Jedi.
- Correctly handle sys.argv when pt(i)python is started with --interactive.
- ๐ Support for 24bit true color.
- Take compiler flags into account for ptipython.
-
v0.25 Changes
October 29, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.54
๐ Fixes:
- Consider input multiline when there's a colon at the end of the line.
- ๐ Handle bug in Jedi.
- ๐ป Enable search bindings in history browser.
-
v0.24 Changes
September 24, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.52
-
v0.23 Changes
September 24, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.51
๐ New features:
- ๐ Mouse support
- ๐ Fish style auto suggestion.
- Optionally disabling of line wraps.
- ๐ Use Python3Lexer for Python 3.
-
v0.22 Changes
September 06, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.50
๐ Fixes:
- ๐จ Correctly accept file parameter in the print function of asyncssh_repl.ReplSSHServerSession.
- Create config directory if it doesn't exist yet (For IPython entry point.)
๐ New features:
- Implementation of history-selection: a tool to select lines from the history.
- ๐ง Make exit message configurable.
- ๐ Improve start-up time: Lazy load completer grammar and lazy-import Jedi.
- 0๏ธโฃ Make multi-column the default completion visualisation.
- Implementation of a custom prompts. In_tokens and out_tokens can be customized.
- Made an option to show/hide highlighting for matching parenthesis.
- Some styling improvements.
-
v0.21 Changes
August 08, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.46
๐ Fixes:
- Correctly add current directory to sys.path.
- Only show search highlighting when the search is the current input buffer.
- Styling fix.
-
v0.20 Changes
July 30, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.45
-
v0.19 Changes
July 30, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.44
๐ New features:
- โ Added --interactive option for ptipython.
- ๐ A few style improvements.
-
v0.18 Changes
July 15, 2015๐ Fixes:
- Python 2.6 compatibility.
-
v0.17 Changes
July 15, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.43
๐ New features:
- Integration with Tk eventloop. (This makes turtle and other Tk stuff work again from the REPL.)
- Multi column completion visualisation.