Skip to content

v0.4

Compare
Choose a tag to compare
@Tim-ats-d Tim-ats-d released this 28 Nov 12:34
· 148 commits to main since this release

Majors changes :

  • Added the possibility to pass a callback to char_by_char and word_by_word methods. The callback being executed after the delay between each character and word respectively.
  • Added the possibility to pass arguments to callback passed to char_by_char and word_by_word methods (via the parameter cargs which accept an infinite number of arguments).
  • DialogBox class is now context manager (see this example for more information).

Minors changes :

  • Added some comments in the source code.