Releases: DragonOfShuu/DucklingScript
Releases · DragonOfShuu/DucklingScript
🦆 DucklingScript - v0.2.3
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
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
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/