See the Subversion log for all the details. This is just a summary of changes. DaboDemo-0.3 (2005-01-10): The appWizard was moved to the new daboide repository, which can be found at svn://paulmcnett.com/daboide. DaboDemo-0.2 (2004-09-20): Added Bubblet game demo, which is written in Dabo but doesn't connect to data. New wizard for generating applications, called appWizard.py. This replaces the old wizMaintenanceApp.py. Has the feature that the field specifications are saved separately from the form definition, in xml format. The demos in general have gotten more dabo-like, and less wx-like, as dabo has gotten to a better level of abstraction. It is not as necessary to 'import wx' in your code these days. Added a Python code editor and dubbed it 'dEditor'. Put it in a new directory dabodemo/daboIDE. This editor, based on Scintilla, features everything you'd expect: syntax coloring, auto-indent, zooming, line numbering, call tips, and auto-complete. It represents the beginning of an effort to bring a simple multiplatform IDE to Dabo, which will be a central place to work on Dabo-based projects. A project manager, a good set of editors (code, field specs, database definitions, report layouts, ui layouts, etc.), an interpreter, a debugger, and quick links to documentation will all be provided. DaboDemo-0.1.1 (2004-06-13): DaboDemo-0.1 (2004-05-10):