* Removed Python 2.7 support, Minimum Python version required is now 3.6 * New layout editor for container widgets. Added support to configure grid with 'all' index (issue alejandroautalan/pygubu-designer76)
0.23.1
* Fix: Generate regular treeview properties in the Code Script alejandroautalan/pygubu264 (jrezai)
0.23
* Add support to use custom ttk styles defined by the user. Thanks to jrezai * This is the last version with python 2.7 support * Other minor bug fixes.
0.22
* Code generation: mark translatable text in code. issue alejandroautalan/pygubu-designer120 * Code generation: generate keyword arguments as integers when posible. issue alejandroautalan/pygubu-designer114 * Code generation: Fix OptionMenu. issue alejandroautalan/pygubu-designer125