Skip to content

Releases: TurboWarp/desktop

v1.4.0

24 Jun 20:18
Compare
Choose a tag to compare
  • Moved the builtin copy of the TurboWarp Packager to the File > Package project menu
  • Added a sound duration indicator to the sound editor
  • Added partial support for the "Threads" tab in the debugger addon, including single stepping
  • Fixed high CPU usage when project is paused
  • Increased maximum resolution of large vector costumes
  • Updated backpacked item previews to support transparency
  • Updated dark mode with improved inputs, improved scrollbars, and support for the debugger and gamepad addons
  • Fixed developer tools find bar covering up controls in certain conditions
  • Fixed variable manager causing crashes when variables are too large
  • Improved style of many modals and prompts to be more cohesive
  • Fixed block context menus immediately selecting item and closing after being opened on some systems
  • Fixed interface allowing invalid framerates and invalid stage sizes
  • Fixed custom extensions being able to corrupt projects if they return unexpected values
  • Fixed custom extension error handling
  • Fixed various other bugs
  • Linux: Support for 32-bit x86 systems will be removed in v1.5.0 (32-bit ARM is not affected)
  • Linux: Added support for Linux on Apple Silicon
  • macOS: Reduced app startup time
  • Added donation links
  • Updated packager: adds support for "☁ room id" special cloud behavior

v1.3.1

18 May 23:48
Compare
Choose a tag to compare
  • Fixed crash on some Linux systems
  • Gamepad addon now supports buttons other than the left button and is compatible with pointerlock in the packager
  • Updated packager: relicensed to Apache 2.0 from LGPL3.0 for fewer restrictions, added "☁ set clipboard" and "☁ pasted" support to special cloud behaviors
  • Various other bug fixes

v1.3.0

03 May 23:38
Compare
Choose a tag to compare
  • New addon: Customizable default costume editor colors
  • The app now registers itself as a file handler for .sb and sb2 files in addition to .sb3
  • Optimized comparison blocks
  • Fixed more crashes on app startup on some systems

v1.2.2

14 Apr 02:42
Compare
Choose a tag to compare

We're even more annoyed about the rapid release schedule than you are. We're trying to get important fixes out as soon as possible. We hope this is the last one for a while.

  • Hopefully fixed all the remaining crash issues...
  • Fixed mouse actions in gamepad support addon in packager
  • Fixed blocks like "insert x at any of list" to insert at a random location

v1.2.1

10 Apr 17:47
Compare
Choose a tag to compare
  • Fixed crash on startup on some systems
  • All windows now have proper language hints, fixes CJK characters looking weird in some windows
  • Added error message when any child process dies unexpectedly, not just renderer processes

v1.2.0

10 Apr 00:32
Compare
Choose a tag to compare
  • Added option to configure which microphone and camera the app should use
  • Added option to disable hardware acceleration
  • Windows: We are experimenting with a new portable build
  • Fixed stage size stored in projects
  • Reduced costume editor flicker when switching costumes
  • Added text inputs to costume editor color components
  • Fixed monitor position after resizing stage
  • Fixed vertical centering of variable monitor values in certain conditions
  • Fixed lines between tiled stamps when high quality pen is enabled
  • Reduced lag related to folders addon
  • Updated packager: added variable color option, updated Electron environment, various fixes

v1.1.3

21 Feb 16:01
Compare
Choose a tag to compare
  • Fixed "Mouse position" addon regression in v1.1.2

v1.1.2

21 Feb 01:49
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release

Note: This update was superseded by 1.1.3 within 24 hours, so we've marked it as a pre-release so that download statistic tools ignore it.

  • Fixed automatically loading project in packager
  • Fixed significant lag when displaying variable monitors caused by the "Hide new variables" addon
  • Fixed builtin sound library not working when offline or in certain regions of the world (China)
  • "Remove Miscellaneous Limits" now also disables mouse X and Y coordinate rounding

v1.1.1

14 Feb 02:53
Compare
Choose a tag to compare
  • Fix a significant bug in the pause addon in v1.1.0 that prevented some scripts from being able to be unpaused

See v1.1.0 release notes for actually interesting things: https://github.com/TurboWarp/desktop/releases/tag/v1.1.0

v1.1.0

13 Feb 23:19
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

This release has been replaced with v1.1.1 due to a significant bug in the pause addon. Although this wasn't intended to be a pre-release, we've marked it as one so that download statistic tools disregard it as it was only the latest version for a couple hours.

  • New addon: Customizable block text style
  • New addon: Search sprites by name
  • New addon: Enhanced full screen
  • The right-click menu on a variable monitor now has an option to hide it
  • Stage size can now be changed without reloading the editor
  • Stage size can now be stored in a project
  • Fix storing gamepad settings in projects
  • Fix onion skinning layers being slightly misplaced
  • Improve sound editor performance on very large sounds
  • Updated packager
  • Many bug fixes