Skip to content

Releases: cubing/twsearch

v0.7.0

07 Feb 08:01
Compare
Choose a tag to compare

Release notes:

  • Add Square-1 scrambles.
  • Add Skewb scrambles.
  • Add Baby FTO scrambles
  • Implement proper 2x2x2 filtering.
  • Implement proper Pyraminx filtering.
  • Avoid redundant moves in 3x3x3 FMC scrambles.
  • Avoid redundant moves in 2x2x2 scrambles.

v0.6.6

18 Jul 10:14
Compare
Choose a tag to compare

Release notes:

  • [scramble] Implement random-move scrambles for 5x5x5.
  • Add 6x6x6 and 7x7x7 scrambles.
  • Add 3x3x3 BLD and 5x5x5 BLD scrambles.
  • Add 3x3x3 FMC scrambles.
  • [ffi] Declare input and output as const.

v0.6.5

18 Jul 09:43
Compare
Choose a tag to compare

Release notes:

  • [scramble] Add support for Megaminx scrambles (thanks to @Rouxles).
  • Export a full WASM build of the Rust implementation (used in cubing.js v0.43.5).

v0.6.4

16 Oct 20:59
Compare
Choose a tag to compare

Release notes:

  • [scramble] Add support for 333 and 333oh scrambles.

v0.6.3

16 Oct 20:56
Compare
Choose a tag to compare

Release notes:

  • [scramble] Fix an issue that prevented Pyraminx scrambles from working in FFI.

v0.6.2

16 Oct 20:56
Compare
Choose a tag to compare

Release notes:

  • [scramble] Add support for Pyraminx.

v0.6.1

16 Oct 03:35
Compare
Choose a tag to compare

Release notes:

  • Add a README.

v0.6.0

16 Oct 03:34
Compare
Choose a tag to compare

Release notes:

  • First published Rust version.

v0.5.0

20 Jul 02:43
Compare
Choose a tag to compare
Release notes:

- Various fixes relating to ignored orientation and identical pieces.
- [twsearch-rs] Support `orientationMod`.
- [twsearch-rs] Add `--experimental-target-pattern` to override the start state from the definition.

v0.4.3

16 May 00:01
Compare
Choose a tag to compare
Release notes:

- Add `twsearch-rs`.
- Add a full state reset avilable from FFI.
- Use an OS-default cache dir, with new args: `--writeprunetables` and `--cache-dir`.