Skip to content

Releases: TurboWarp/sb3fix

v0.4.0

16 Nov 00:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

sb3fix has learned how to fix projects that won't load because the sb3/zip file is itself corrupted, before the JSON can even be read out. We now have a backup approach to get files from the zip that doesn't rely on the central directory being intact, and assets that have mismatched sizes due to corrupted data in the data segments will be removed instead of throwing errors when loading the project.

We've also added a new platform option to choose between Scratch and TurboWarp. Currently, that affects which kinds of values variables can be. Might affect more in the future.

v0.3.7

25 Oct 03:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Add a fix for a Scratch bug where running the "turn video [on/off/on flipped]" block with a boolean input or other things that aren't just the dropdown results in the project not being able to be loaded. We'll detect this and default the camera to being off.

image

(We won't change the scripts so it'll keep corrupting each time it runs, but at least you'll be able to open the project so you can find and adjust these scripts yourself)

v0.3.6

14 May 03:51
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fix text and number primitives with invalid type

v0.3.5

08 Mar 21:08

Choose a tag to compare

  • fix invalid color inputs
  • fix invalid sprite position

v0.3.4

24 Dec 17:12

Choose a tag to compare

  • fixed errors from comments being too long (#36)
  • fixed errors from invalid rotation style (#38)

v0.3.3

24 Nov 07:24

Choose a tag to compare

  • Remove extra stages (fixes #35)

v0.3.2

05 Aug 22:19
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fix sounds with invalid dataFormat too

v0.3.1

03 Aug 01:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fix invalid costume dataFormat (#24)

v0.3.0

20 May 00:27
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changed jszip dependency to @turbowarp/jszip

v0.2.2

22 Apr 04:18

Choose a tag to compare

Add an empty stage if a project is missing one entirely