[toc]
- add a docstring( i.e.
__doc__
) parser - add a switch,
single_pass
, for the GUI to return once Run is finished - label of arguments always warps no matter how long they are
- run thread halts automatically when dialog is closed
- add a progress bar and a callback for that
- add specialized string for disk path, file path, color, etc.
- add an approach for editing dict type
- auto-resize main window
- now output window can be updated live
- fix an error raised when
kwargs
are set when calling the decorated function. - fix a package error
- set a default icon for GUI
- reconstruct layout
- add a new layout-
LeftRightLayout
- fix bugs, optimize layout
- Initial commit