Skip to content

Releases: DragonOfShuu/DucklingScript

🦆 DucklingScript - v0.2.3

21 May 06:45
e387519
Compare
Choose a tag to compare

Fixed dependency issues where Typer and Click were not interacting properly, on issue #9.

  • Upgraded typer version to be at least version 0.15.4

Link to PyPi -- https://pypi.org/project/ducklingscript/0.2.3/

🦆 DucklingScript - v0.2.2

13 May 09:39
e2895e9
Compare
Choose a tag to compare

Small Changes Such As:

  • Creating a new project actually creates .dkls files instead of .txt files.
  • All commands are properly listed in the all_comands variable

Link to PyPI -- https://pypi.org/project/ducklingscript/0.2.2/

🦆 DucklingScript - v0.2.1

22 Feb 20:21
20b40fc
Compare
Choose a tag to compare

With this release, 3.13 has now been supported (as requested in #5), and command precedence has been changed, along with adding Flipper special keys support for commands (ALT, CTRL, SHIFT, etc).

As well as this, modern Flipper commands are now supported by the compiler, however NOT supported by the interpreter quite yet, but this will be coming soon as an update to Quackinter.

Commands Added:

  • ID
  • MOUSEMOVE
  • MOUSECLICK
  • RIGHTCLICK
  • LEFTCLICK

Link to PyPi -- https://pypi.org/project/ducklingscript/0.2.1/