Releases: IndieSmiths/myappmaker
Releases · IndieSmiths/myappmaker
[v0.2.1] Quick URLs update
Just a small patch that updates a few project URLs.
[v0.2.0] New preferences dialog and widget menu
Note
Although this is a regular version, it wasn't uploaded to the Python Package Index. Instead, the next patch containing all the changes plus an additional update of some URLs was uploaded instead (version 0.2.1).
You don't need to worry about that, though. Just execute the pip install --upgrade myappmaker
command and the latest stable version should be installed automatically for you.
Added
- preferences dialog and its underlying services
- assigned Escape key to close app (provisional measure to help speed up manual testing)
- widget menu that appears after drawing if related setting is turned on on the preferences dialog (it is on by default)
[v0.0.1] Drawing recognition for inserting widgets
This new MVP/alpha/prototype version introduced the drawing recognition feature. It is used for inserting widgets on the canvas.
More about the feature in the README of the repo.
You can also find extensive information about the feature and this first new version/MVP on this dedicated discussion.