* Check main window visibility at start. refs alejandroautalan/pygubu-designer145 * Show log info when using --loglevel debug * Code generator: Import tk when creating variable. * Updated pathchooser demo example. * Use method str.isidentifier() for identifiers. * Internal tkvariable editor: Allow to specify default type of tkvariable.
0.33
* Show dimension of preview in pixels. * Fix issue when working with Notebook tabs. * Fix validation of classname. closes alejandroautalan/pygubu-designer159 * Added support for ttk.OptionMenu and ttk.LabeledScale * Update tooltip text. Closes alejandroautalan/pygubu-designer162 * Respect background of current style. closes alejandroautalan/pygubu-designer166 * Update Chinese Translations. PR alejandroautalan/pygubu-designer168 larryw3i
0.32
* Added support for customtkinter and tkintermapview. * Removed property groups in Appearance tab (needed for plugins and future tooltip property).
* Use a lighter code formatter. Removed black, use autopep8. refs alejandroautalan/pygubu-designer152 * Fix AttributeError: 'Dialog' object has no attribute 'update_idletasks' when pressing F5 * Add example integration with python zipapp module. refs alejandroautalan/pygubu269