Skip to content

Releases: soni801/tatata

Release 0.4.0

Release 0.4.0 Pre-release
Pre-release

Choose a tag to compare

@soni801 soni801 released this 29 Nov 17:50
79a04cb

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

Release 0.3.1 Pre-release
Pre-release

Choose a tag to compare

@soni801 soni801 released this 17 Nov 22:45
7be4e04

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

Release 0.3.0 Pre-release
Pre-release

Choose a tag to compare

@soni801 soni801 released this 14 Nov 00:52
c67357f

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

Release 0.2.0 Pre-release
Pre-release

Choose a tag to compare

@soni801 soni801 released this 12 Nov 18:31
273d631

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

Release 0.1.0 Pre-release
Pre-release

Choose a tag to compare

@soni801 soni801 released this 11 Nov 23:59
c348966

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.