Releases: asyncgui/asynckivy
Releases · asyncgui/asynckivy
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)
0.6.2
What's Changed
- support CPython3.12 (require 3.12.1 or later) and switch to Kivy 2.3.0 in #134
Full Changelog: 0.6.1...0.6.2
version 0.6.1 released
New APIs
move_on_after
#112sync_attr
andsync_attrs
#124anim_attrs()
andanim_attrs_abbr
#125anim_with_xxx
API breaks
- Remove the
free_await
feature entirely #121 duration
が0の時にも値を生むようにanim_with_ratio
とanim_with_dt_et_r
… #129interpolate
がduration
が 0 の時も一旦時間を置いて最終値を生むように変更 #130
API deprecations
- entire
vanim
module #122 animate()
Full Changelog: 0.6.0...0.6.1
version 0.6.0 released
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 #84
- Remove 'start_soon()'
- Change the default value of the 'daemon' parameter to None #100
- Remove 'one_frame()' #106
New Features
Note
asyckivy itself didn't change a lot from version 0.5.4 but its foundation, asyncgui, did a lot.
release version 0.5.4
non-breaking changes
- add
vanim
: A powerful module that helps to create complex animations. #72 - add
repeat_sleeping
: An efficient way to repeat sleeping. 2bb451e (part of #72) - add
transform
: Helps to transform a widget on demand. #68 - add
watch_touch
: Handles touch events without using async generators, which is benefical if Kivy is running in asyncio/trio mode. #76 - Officially support Python 3.10
breaking changes
version 0.5.3 released
version 0.5.2 released
version 0.5.0 released
breaking changes
run_in_thread()
no longer takespolling_interval
argument- remove
close_soon()
non-breaking changes
- add
run_in_executer()