Releases: AngelSuite/TestAngel
Releases · AngelSuite/TestAngel
v1.0.0-alpha.7
1.0.0-alpha.7 (#287) * fix: updated path for patch * fix: adjusted versioning to allow windows to work
v1.0.0-alpha.6
1.0.0-alpha.6 (#286) * chore: bumped version * fix: added patch
v1.0.0-alpha.5
1.0.0-alpha.5 (#285) * chore: bumped version * chore: updated dependencies
v1.0.0-alpha.4
1.0.0-alpha.4 (#283) * chore: bumped version * feat: added type coercion on action execution * chore: updated dependencies * feat: amended execution time calculation resolves #278 * style: reformatteeed
v1.0.0-alpha.3
1.0.0-alpha.3 (#282) * chore: bumped version and updated deps * fix: updated evp
v1.0.0-alpha.2
1.0.0-alpha.2 (#280) * chore: bumped version * chore: updated dependencies * feat: added panic logging * feat: introduce HTTP req/res evidence type * fix: merged to single run button resolves #281 * style: reformatted * refactor: applied clippy suggestions * style: reformatted
v1.0.0-alpha.1
1.0.0-alpha.1 (#279) * chrome: updated dependencies * chore: bumped version * fix: retain evidence from a failed step resolves #217 * feat: added suggestions for descriptors * feat: added data spreadsheet source resolves #56 * style: reformatted * refactor: clippy suggestions
v0.23.0-rc.2
0.23.0-rc.2 (#274) * chore: bumped version * fix: fuzzy search no longer case sensitive fixes #272 * fix: missed convert to lowercase * fix: refilter works again fixes #273 * style: reformatted
v0.23.0-rc.1
0.23.0-rc.1 (#271) * refactor: refactored file_filters * refactor: tidied up some behaviours into standard library traits * feat: added engine name completion provider * feat: added instruction completion provider * fix: fixed issues with code completion * Merge branch 'next' into code-completion * feat: added fuzzy code completion * refactor: applied clippy suggestions * refactor: migrated to rust 2024 resolves #267 * feat: migrated clipboard to gtk resolves #233 * Merge branch 'next' into code-completion * chore: bumped version * style: reformatted