Releases: ZXMushroom63/scratch-gui
Version 0.8
Added hacked blocks category
Version 0.7
Update reverts almost all prerelease 0.7 changes, as there are severe memory leaks and bugs caused by the push-pop stack that I don't feel like fixing.
This update instead fixes a few bugs around the compiler, and adds restitution (or bounciness) to the physics engine.
Scratch++ v0.7 Pre-release 1
- Prerelease
- Switches to push-pop stack
- Adds return block and custom reporters
- Fixed bug with network extension
Version 0.6
This is a stability release which fixes three issues:
- Launch block behaviour in editor does not match behaviour once compiled
- The substack fix can sometimes attempt to put blocks below a stop all block, which can cause issues in Scratch.
- The splash and settings UI will overflow on smaller screens.
Version 0.5.2
Added launch block, +2 new addons
Version 0.5.1
This release fixes a bug regarding custom reporters and booleans within C blocks.
It also adds two new optimizer features,
- Last item of list as text: This feature detects usage of the (length of list) block, and replaces it with "last" where possible. (from Xeltalliv's ScratchTools)
- If and If else not operator contraction. This feature detects redundant usage of the not operator. (If not, if not else, if not not, etc)
Version 0.5
This version of Scratch++ addresses stability issues with the Impulse2D extension. It also has improved error logs and optimises more features of the compiled project.json
.
Version 0.4
This release fixed a bug where monitors for custom extensions would cause projects to not load.
It also adds in the Distilled Impulse physics engine extension!
Version 0.3
This release fixes a large number of stability issues with Scratch++, including:
Repeat until does not update
Wait until does not update
Mangled output
It also adds code in the compiler to support reporters -> variables.
Version 0.2
Adds a bunch of new features, including a network extension.
Others include: fastpower, letters x to y of string, starts with and ends with, along with a few bug fixes.
Full Changelog: v0.1...v0.2