diff --git a/README.md b/README.md index b647a98..2a6cabf 100644 --- a/README.md +++ b/README.md @@ -37,23 +37,19 @@ Table of Contents Change Log ---------- +- fixed a bug in codegen.py that was putting raw `ast` objects in the code output +- Rewrote parser to make future changes easier. `Issue 18` +- fixed a bug in the parser that was missing certain import types - Added `Restart` Button. `Issue #20` (hacked it in there ;) need to pretty it up later.) - Fixed bug in language class -**Notes** - -First attempt at packaging went not as planned. I've since swapped from `distutils` to `setuptools` and that seems to have remedied the issue. However, if you do receive an error after running `setup.py` please let me know by submitting an issue! It was caused by the image and language files not copying to the correct location during setup, so in a pinch you can remedy this by manually copying `/images` and `/languages` from the repo into `/site-packages/gooey`. - - **Panned Features:** - docopt support -- The people demand it! - Ability to customize widgets (e.g. FileChooser instead of TextBox) - stop/cancel button on run screen -**Currently Working on:** -Fixing Parser issues ([#18](https://github.com/chriskiehl/Gooey/issues/18)) ----------