Skip to content

Releases: inclement/Pyonic-interpreter

v1.3.1

14 Oct 13:17
Compare
Choose a tag to compare

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

09 Apr 21:22
Compare
Choose a tag to compare

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

25 Feb 22:03
Compare
Choose a tag to compare

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

11 Dec 22:59
Compare
Choose a tag to compare

Version 1.1.0 release.

The main new feature in this release is autocompletion and doc query via jedi.

v1.0.2

10 Dec 15:10
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

Pre-release with autocompletion.

v1.0.1

05 Dec 00:01
Compare
Choose a tag to compare

The same as version 1.0, but with a bugfix to make sure the input is always locked properly during execution.

v1.0

04 Dec 22:10
Compare
Choose a tag to compare

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

03 Nov 21:15
Compare
Choose a tag to compare

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.6

22 Oct 21:51
Compare
Choose a tag to compare

Version 0.6.

v0.5

17 Oct 18:10
Compare
Choose a tag to compare

This is the v0.5 release version.