Breaking changes
* any [paintEvent](https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkWidgets.widget.html#TermTk.TTkWidgets.widget.TTkWidget.paintEvent) reimplementations need a canvas object as input parameter: [change](https://github.com/ceccopierangiolieugenio/pyTermTk/blob/59048b07515b71f0c25beb470b536e3403e5b217/TermTk/TTkWidgets/widget.py#L221), [example](https://github.com/ceccopierangiolieugenio/pyTermTk/blob/59048b07515b71f0c25beb470b536e3403e5b217/TermTk/TTkTestWidgets/testwidgetsizes.py#L35)
* **TTkFrame.menuBarTop()** has been renamed in [newMenuBarTop()](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/b0bb367f81a4d43fdda4ec71b25adad8e5482012#diff-b08b581eb1d39b3361f96843118476378cc0121e677011f56dce59cb5636decdL67-R76), [example](https://github.com/ceccopierangiolieugenio/pyTermTk/blob/a973c599f1f12096da440dec584f4f5c935d405f/demo/showcase/menubar.py#L52)
What's Changed
* Issue 135 ttkDesigner instability by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/137
* Rework menu by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/141
* TTkKodeTab Widget by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/142
* Rework menu bar api by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/143
* ttkDesigner menu bar editor by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/146
* Colors rework by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/149
* Fix color issue when importing from ANSI by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/151
* the displayed cursor is now a property of the widget. by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/152
* FIX: 153 Non blocking SIGWINCH by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/154
**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.30.0-a...0.31.0-a