Skip to content

Releases: antithesishq/bombadil

v0.3.1

25 Feb 20:47
Immutable release. Only release title and notes can be modified.
588cb96

Choose a tag to compare

Bug fixes and small improvements:

  • Fix broken links to executables in release (#56)
  • Link to manual from README (#54)

v0.3.0

24 Feb 18:25
Immutable release. Only release title and notes can be modified.
7b70857

Choose a tag to compare

Major updates:

  • Add action generators to specification language (#36)
  • Publish The Bombadil Manual (#47)
  • Arm64 linux builds
  • Sign mac executable (#33)

Breaking changes:

  • Convert all TypeScript to use camelCase (#45)

Bug fixes:

  • Ignore stale action (#52)
  • Use sequence expressions for instrumentation hooks (#50)
  • Fix action serialization issue (#46)
  • Collect a first state when running in existing target (#41)
  • Handle exceptions pausing (#40)
  • Fix state capture hanging on screenshot (#38)
  • Don't parse non-HTML using html5ever in instrumentation (#37)
  • Abort tokio task running action on timeout (#35)

v0.2.1

14 Feb 07:54
Immutable release. Only release title and notes can be modified.
cd21d33

Choose a tag to compare

  • Add help messages to commands and options (#30)
  • Fix errors in release procedure docs (#29)
  • Rewrite macOS executable to avoid linking against Nix paths (#27)
  • Update install instructions after v0.2.0 release (#25)
  • Optimize builds for Bombadil version bumps, speeding up the release process (#24)

v0.2.0

13 Feb 09:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Introduced a new specification language built on TypeScript/JavaScript, with linear temporal logic formulas and a standard library of reusable default properties. (#11, #14, #18, #20)
  • Fix race condition + move timeouts into browser state machine (#22)
  • New rust build setup, static linking, release flow (#21)
  • Auto-formatting and clippy green (#16)