Skip to content

Releases: ZXMushroom63/scratch-gui

Version 0.8

31 May 04:22
Compare
Choose a tag to compare

Added hacked blocks category

Version 0.7

03 May 00:14
Compare
Choose a tag to compare

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

12 Feb 00:01
Compare
Choose a tag to compare
Pre-release
  • Prerelease
  • Switches to push-pop stack
  • Adds return block and custom reporters
  • Fixed bug with network extension

Version 0.6

04 Feb 02:00
Compare
Choose a tag to compare

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

01 Feb 10:42
Compare
Choose a tag to compare

Added launch block, +2 new addons

Version 0.5.1

18 Jan 12:44
Compare
Choose a tag to compare

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

17 Jan 07:13
Compare
Choose a tag to compare

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

18 Dec 12:21
Compare
Choose a tag to compare

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

03 Dec 10:20
Compare
Choose a tag to compare

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

24 Nov 10:52
4cb16aa
Compare
Choose a tag to compare

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