Releases: SvenFestersen/GtkPyInterpreter
Releases · SvenFestersen/GtkPyInterpreter
Release list
Version 0.4
A lot more features in this release, including:
- tab completion
- graphics output (load images into the console)
- more signals and properties
- a small demo
Version 0.3 - new interface
Some major and minor changes to the user interface and backend:
- The new interface now looks like a "real" console. This was accomplished by removing the Gtk.Entry for command input. Instead commands can now be entered in the output window (as e.g. in a unix shell).
- Empty commands will no longer be recorded by the command history.
- Some code clean up was also done.
TODO: documentation, update README
Version 0.2 - first "real" release...
Many bug fixes concerning usability.