- introduction of `ui.open` to programatically switch between pages (see [example](https://nicegui.io/#open)) - headlines in the documentation now provide anchors for direct linking
0.7.0
Not secure
- improve support for Python3.7 - new default port 8080
0.6.13
Not secure
- print exceptions in coroutines registered for startup/shutdown - fixed compatibility for Python <3.9
0.6.12
Not secure
- showing exceptions from callables on startup/shutdown - update parent view after async event handlers - allow disabling repeating keyboard events to not clog the network
0.6.11
Not secure
- improved memory management when clearing groups - better handling of exceptions when sockets get closed - hold content of log element and sync it with newly connected clients - allow async on_click for 3d scenes