Releases: HyperQuark/hyperquark
Releases · HyperQuark/hyperquark
v0.0.8
What's Changed
- Improve project Id input by @raphaelts3 in #35 and by @pufferfish101007 in #36
- SSA v2 by @pufferfish101007 in #37 - much less buggy variable analysis, fixes some infinite loops and makes sure that projects stop when they're meant to
- Integration tests, and other housekeeping by @pufferfish101007 in #38 - user-facing improvements include compatibility fixes and smaller bundle size (by around 400kB)
New Contributors
- @raphaelts3 made their first contribution in #35!
Full Changelog: v0.0.7...v0.0.8
v0.0.7
This release adds more blocks, primarily looks/motion/pen, does some small refactoring to make these work, and fixes some bugs.
New blocks:
- set size to ()
- switch costume to ()
- show
- hide
- pen down
- pen up
- clear (pen)
- forever
- go to (x) (y)
- set pen size to
- set pen color to ()
- set pen [] to ()
- () mod ()
- [] of () (operator block)
- pick random () to ()
- point in direction ()
- direction
- turn left ()
- turn right ()
Along with bug fixes:
- fix most non-warped loops not terminating
- don't yield unnecessarily, so that projects run at full speed
And changes to the project player on the website:
- show links to turbowarp and scratch
- show instructions/notes & credits
Plus internal refactoring.
v0.0.6
Refixes a bug that I thought was fixed in v0.0.5.
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
#27:
- much better variable type analysis
- small bug fixes and general housekeeping
- implement looks_switchcostumeto
- fix a longstanding bug where the deployed project player just doesn't work due to vite quirks
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
Merge pull request #24 from pufferfish101007/upstream-main add canonical rel + add preview banner
v0.0.2
v0.0.2
v0.0.1
dummy release. please ignore.