- fix(MenuWidget): align items with the physical buttons
0.11.7
- feat(MenuWidget): add `go_home` method, resetting the stack to a single element root menu
0.11.6
- refactor(MenuWidget): dispatch `on_close` event on the `PageWidget` instance when it is closed, to close a `PageWidget` instance, one should call `close_application`
0.11.5
- fix(MenuWidget): avoid opening an `ActionItem`'s `action` return value twice if it is a `PageWidget` class - refactor(MenuWidget): improve opening/closing application logic to avoid race conditions - refactor(PageWidget): add `__repr__` to help debugging and logging `PageWidget`s - refactor(MenuWidget): use `mainthread` decorator in transitions only when necessary - refactor(ItemWidget): increase the length of non-short items (decrease the right margin from 30 to 6)
0.11.4
- refactor(NotificationWidget): remove all the logic and make it solely a view
0.11.3
- feat(Menu): action items can now return not only the application class, but also instances of applications too - fix(QRCodeWidget): set default value of `fit_mode` to `contain`