Releases: soni801/tatata
Release 0.4.0
Changes:
- Allow placing line comments inside a line (#6)
- Added block comments (#7)
- Added
release
action (#13) - Fixed a bug that caused the program to sometimes panic (crash) when using specific timing
Full Changelog: 0.3.1...0.4.0
Release 0.3.1
Changes:
- Added relative timestamps (#5)
- Fixed a bug where multiple lines could have the same timestamp (#15)
- Improve timing accuracy by ~10,000x (yes, actually) (#18)
Full Changelog: 0.3.0...0.3.1
Warning
The timing code has fundamentally changed. It is very likely that older scripts may behave slightly differently on this version.
Note
The macOS binary currently only works on Macs running Apple Silicon.
Release 0.3.0
Changes:
Full Changelog: 0.2.0...0.3.0
Caution
Breaking change: mousemove
now needs abs
or rel
specified as the first argument.
Release 0.2.0
Changes:
- Only accept
.tatata
files (#1) - Verbose logging (#12)
- Separated down and up actions (#4)
- Added
text
action (#2)
Full Changelog: 0.1.0...0.2.0
Caution
Breaking change: mousepress
and keypress
actions have been removed, and in their place are mousedown
, mouseup
, keydown
and keyup
.
Note
The macOS binary currently only works on Macs running Apple Silicon.
Release 0.1.0
First release, in super super super super early alpha. Should have basic functionality.
Note
The macOS binary currently only works on Macs running Apple Silicon.