Skip to content

Releases: SvenFestersen/GtkPyInterpreter

Version 0.4

Choose a tag to compare

@SvenFestersen SvenFestersen released this 18 Jul 19:00

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

Choose a tag to compare

@SvenFestersen SvenFestersen released this 06 Jul 15:27

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

Choose a tag to compare

@SvenFestersen SvenFestersen released this 04 Jul 21:17

Many bug fixes concerning usability.