Skip to content

3.2.0

Compare
Choose a tag to compare
@codeskyblue codeskyblue released this 16 Jul 16:10
· 12 commits to master since this release
c25a3e5

What's Changed

toast api changes.

# new
print(d.last_toast)
d.clear_toast()

# old
d.toast.get_message(5.0)
d.toast.clear()
d.toast.show("message") # removed

Full Changelog: 3.1.2...3.2.0