Skip to content

Commit

Permalink
v0.43.5
Browse files Browse the repository at this point in the history
Release notes:

- [puzzles] Fix Kilominx SVG permutation.
- [puzzles] Update FTO SVG colors to match Megaminx.
- [search] Fix failure when searching for a state with an orbit that doesn't have `orientationMod`.
- [twisty] `<twisty-alg-editor>`: Convert CRLF to `\n` on paste.
- [twisty] Add G1 stickering.
- [search] Use the Rust implementation of `twsearch` for 2x2x2, Pyraminx, and Megaminx.
  • Loading branch information
lgarron committed Oct 25, 2023
1 parent 25cf862 commit 66a86c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubing",
"version": "0.43.4",
"version": "0.43.5",
"description": "A collection of JavaScript cubing libraries.",
"author": "The js.cubing.net team",
"type": "module",
Expand Down

0 comments on commit 66a86c8

Please sign in to comment.