Releases: asyncgui/asynckivy
Releases · asyncgui/asynckivy
v0.10.0
What's Changed
- Add
sandwich_canvas, and re-implement some of existing features with it in #211 - Add
block_touch_eventsin #194 - (api-break) Remove deprecated features in #212
- Transition: Add
fade_multiplein #213 - (api-break) Use
EventLoop.on_stopinstead ofApp.on_stopto cancel tasks started bymanaged_start, and addcancel_managed_tasksin #215 - (api-break) Rename
insertion_layerandworking_layertocanvas_layerin #216 - Do not block
on_motionevents inblock_touch_eventsin #218 - Add a pytest fixture
kivy_runner, and rewrite unit tests with it in #219 - Expose
_render_to_textureas a public API,render_widget_to_texturein #224
Full Changelog: v0.9.3...v0.10.0
v0.9.3
v0.9.2
What's Changed
- Modal: 各種transitionが自身が加えた描画命令だけを厳密に取り除くよう修正 in #203
- Move up the removal schedule for some features in #204
- Transition: Change some of the default values of
slidein #206
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Deprecate
anim_with_xxxAPIs exceptanim_with_ratioin #192 - Add stencil utilities in #191
- Add a safer version of
rest_of_touch_eventsin #193 - Migrate to uv in #195
- Fix naming redundancy in the
transitionsubmodule in #198 - Drop Python 3.9 support in #196
- Add a new submodule:
modalin #199 - Automate the publishing process in #200
Full Changelog: 0.9.0...v0.9.1
0.9.0
What's Changed
- Remove
MotionEventAlreadyEndedErrorin #178 - Remove the options to specify the output sequence type in #180
- Add a new submodule:
transitionin #181 - Deprecate the older
fade_transitionin #185 - Add
free_to_awaitoption to some of APIs in #186 - Make
repeat_sleepingpublic again in #186 - Make
transformnot create acanvas.beforewhenuse_outer_canvasis set to False in #188
Full Changelog: 0.8.1...0.9.0
0.8.0
0.7.1
What's Changed
- Add
event_freqand removetouch_up_eventin #157 - support CPython 3.13 in #150
- Add
managed_start()in #158
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- Remove deprecated APIs in #143
- 'anim_with_ratio' no longer ends on its own in #144
- add 'interpolate_seq' in #145
Full Changelog: 0.6.4...0.7.0
asyncgui, the underlying library, also has breaking changes.
0.6.4
- No API changes from 0.6.3.
- This is the last 0.6.x release, and will be the last version that supports Python 3.8.
version 0.6.3 released
A small adaptation for asyncgui 0.6.2 (#139)