Skip to content

Releases: TurboWarp/packager

v3.13.0 (2026-05-24)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 24 May 18:57
Immutable release. Only release title and notes can be modified.
  • reduce canvas blurriness in some scenarios
  • added compatibility for using effects with the restored polygon mode in the Box2D extension
  • fixed very slow compilation in projects with a large number of custom blocks

v3.12.0 (2026-03-29)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 30 Mar 00:11
Immutable release. Only release title and notes can be modified.
  • fixed TTS extension and some others in Electron apps

v3.11.0 (2026-01-17)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 17 Jan 14:38
Immutable release. Only release title and notes can be modified.
  • made packaged projects about 50KB smaller

v3.10.0 (2026-01-01)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 01 Jan 01:37
Immutable release. Only release title and notes can be modified.
  • fixed various compiler bugs
  • improved frame pacing on windows
  • fixed YouTube error 153 in Electron apps

v3.9.0 (2025-10-19)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 19 Oct 16:37
  • new compiler is a bit smarter
  • implement the runtime portion of Scratch.external (our external dependency management system for extensions)

v3.8.0 (2025-10-03)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 04 Oct 02:43

v3.7.0 (2025-08-28)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 28 Aug 23:32
  • improved performance of stamps w/ animated text extension

v3.6.0 (2025-06-12)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 12 Jun 20:30
  • reduced packaged project size by ~400KB
  • fixed some large projects not working in some browsers ("Invalid array length")
  • fixed performance issues in Animated Text extension when there are a lot of clones being created and deleted
  • adds API used by Simple 3D extension to fix performance issues while the mouse is moved while being pressed

v3.5.0 (2025-05-29)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 30 May 02:30
  • not much

v3.4.2 (2025-03-12)

Choose a tag to compare

@GarboMuffin GarboMuffin released this 12 Mar 23:27
  • fix text bubble font
  • fix compiler bug caused by incorrect variable type assumptions after running block in compatibility layer
  • fix interpreter bug caused by recursive procedures and "stop this script" blocks