All Versions
66
Latest Version
Avg Release Cycle
46 days
Latest Release
742 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.16 Changes
June 25, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.42
๐ Fixes:
- โช Workaround for Jedi bug. (Signatures of functions with keyword-only arguments.)
- Correctly show traceback on Python 3.
- ๐ Better styling of the options sidebar.
๐ New features:
- Exit REPL when input starts with Control-Z.
- Set terminal title.
- Display help text in options sidebar.
- ๐ Better colorscheme for Windows.
-
v0.15 Changes
June 20, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.41
๐ Fixes:
- Correct tokens for IPython prompt.
- Syntax fix in asyncssh_repl.
-
v0.14 Changes
June 16, 2015๐ Fix:
- Correct dependency for prompt_toolkit.
-
v0.13 Changes
June 15, 2015๐ New features:
- โฌ๏ธ Upgrade to prompt_toolkit 0.40
- Options sidebar.
- Custom color schemes.
- Syntax highlighting of the output.
- Input validation can now be turned off.
- ๐ Determine compiler flags dynamically. (Fixes importing unicode_literals).
- Exit confirmation and dialog.
- Autocompletion of IPython %cat command.
- ๐ Correctly render tracebacks on Windows.
-
v0.12 Changes
June 04, 2015โฌ๏ธ Upgrade to prompt_toolkit 0.39
-
v0.11 Changes
May 31, 2015๐ New features:
- โฌ๏ธ Upgrade to prompt-toolkit 0.38.
- โฌ๏ธ Upgrade to Jedi 0.9.0
- Fixed default globals for repl (correct name, __builtins, etc...)
- ๐ Display deprecation warnings in the REPL.
- โ Added configuration support.
- โ Added asyncio-ssh-python-embed example.
-
v0.10 Changes
May 11, 2015โฌ๏ธ Upgrade to prompt-toolkit 0.37.
-
v0.9 Changes
May 07, 2015โฌ๏ธ Upgrade to prompt-toolkit 0.35.
-
v0.8 Changes
April 26, 2015๐ Fixed:
- eval() doesn't run using unicode_literals anymore.
- โฌ๏ธ Upgrade to prompt-toolkit 0.34.
-
v0.7 Changes
April 25, 2015๐ Fixed:
- โฌ๏ธ Upgrade to prompt-toolkit 0.33.
๐ New features:
- Added complete_while_typing option.