What's Changed
* drop support python 3.7
* support 3.11
Breaking Changes
* Disallow animation-related abbreviations: 'd', 's' and 't'
* Change the order of the run_in_excecuter's positional-arguments https://github.com/gottadiveintopython/asynckivy/pull/84
* Remove 'start_soon()'
* Change the default value of the 'daemon' parameter to None https://github.com/gottadiveintopython/asynckivy/pull/100
* Remove 'one_frame()' https://github.com/gottadiveintopython/asynckivy/pull/106
New Features
* add 'suppress_event()' https://github.com/gottadiveintopython/asynckivy/pull/99
* add 'create_texture_from_text()' https://github.com/gottadiveintopython/asynckivy/pull/102
Note
asyckivy itself didn't change a lot from version 0.5.4 but its foundation, asyncgui, did a lot.