Skip to content

Releases: soni801/tatata

Release 0.4.0

29 Nov 17:50
79a04cb
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release

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

17 Nov 22:45
7be4e04
Compare
Choose a tag to compare
Release 0.3.1 Pre-release
Pre-release

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

14 Nov 00:52
c67357f
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

Changes:

  • Added relative mouse movement (#16)
  • Added interpolated (smooth) mouse movement (#3)

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

12 Nov 18:31
273d631
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

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

11 Nov 23:59
c348966
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

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.