PyGTK Shell 1.90.7 released.
Remember that 1.90.x are development releases — the API will change, so do not (yet) depend on it for large-scale developments.
New in this release:
Small additions.
Bugfixes.
PyGTK Shell 1.90.6 released.
New in this release:
Small additions.
The Git repository has been moved to repo.or.cz.
PyGTK Shell 1.90.5 released.
New in this release:
Changed the license from GNU GPL to GNU *L*GPL.
PyGTK Shell (1.90.3 and) 1.90.4 released.
This release was prompted by an external dependency.
New in this release:
Small additions.
PyGTK Shell 1.90.2 released.
New in this release:
The RawConsole now displays tracebacks in the output.
Various new GTK and RawConsole-related widgets.
A configuration system.
Twisted main loop integration.
An example is now included.
Bugfixes.
PyGTK Shell 1.90.1 released.
New in this release:
A potential bug in gtk.window_list_toplevels() was worked around.
The website got cleaned up.
A TODO file was added.
PyGTK Shell 1.90.0 released. Source (tar.gz)
The release series 1.90.x is a major update! This series shares no (major) code with the previous 0.9.x release series.
Remember that 1.90.x are development releases — the API will change, so do not (yet) depend on it for large-scale developments.
There is now a public Git repository, and the documentation (and website) now uses AsciiDoc.
The development focus for 1.90.0 was a clean rewrite of the provided widget classes. It has some features that 0.9.1 does not have, but at the same time also lacks some of the features that 0.9.1 had. The major drawback is that no sophisticated console got included in this release (but a raw console is available). If you want a better console to work with, stay with the 0.9.1 release for now.
The new code is much easier to read and more thoroughly documented. I personally already prefer developing programs using the new PyGTKShell.API module a lot over using the "plain" gtk module, even at this quite early stage. The PyGTK Shell is by no means complete, but everything it does contain is already completely usable.
PyGTK Shell 0.9.1 released.
README.txt (for version 0.9.0, no update)
PyGTK Shell 0.9.0 released.
2006-Sep-15: 0.5.0
2006-Sep-05: 0.1.0
README.txt (outdated)
2006-Aug-28: Intermediate Snapshot
2006-Aug-05: Basically Working