Releases: inclement/Pyonic-interpreter
Releases · inclement/Pyonic-interpreter
v1.3.1
v1.3.1 is almost the same as v1.3.0, but is built with the latest version of python-for-android. This should fix some crashes on older Android versions.
v1.3.0
Version 1.3.0 released on Google Play.
The major new feature in this release is support for loading and executing a file, via a new file browsing interface. The release also includes groundwork for loading and editing files.
v1.2.0
This release adds support for raw_input
and input
(or just the latter under Python 3).
It is also the first release with Python 3.6 APKs, as support for this has just been added to python-for-android.
v1.1.0
Version 1.1.0 release.
The main new feature in this release is autocompletion and doc query via jedi.
v1.0.2
Pre-release with autocompletion.
v1.0.1
The same as version 1.0, but with a bugfix to make sure the input is always locked properly during execution.
v1.0
Version 1.0 release.
The primary change in this release is that both Python2 and Python3 APKs are about 25% smaller, thanks to optimisations in python-for-android.
v0.7 and v0.8
Version 0.7, the first version with a settings screen and python3 support.
Version 0.8 includes a single bugfix, making space input work with some Android keyboards.
v0.5
This is the v0.5 release version.