Skip to content

Releases: TurboWarp/desktop

v1.10.1

05 Feb 18:21
Compare
Choose a tag to compare

v1.10.0:

  • Windows: Support for Windows 7, 8, and 8.1 has not been removed, however you will have to download a special "Legacy" version of the app that uses old versions of libraries. This is slower and less secure, but we will support it as long as it's not an unreasonable burden.
  • New addons: Rearrangeable custom block inputs, Skewing in costume editor, Square block text inputs, Compact editor, Customizable menu bar, Copy reporter values, Move sprite to front layer, Arrow key incrementation in editor
  • New extensions: WebSocket, Pen+ V6, Asset Manager, HTML encoding
  • Insert blocks by name addon was rewritten and works so much better
  • Added high contrast mode
  • Added dark blocks mode
  • Added option to change accent color from red to blue or purple
  • Added progress bar when loading projects from your computer
  • Added more stage size controls when using large custom stage sizes
  • Added support for generating Electron apps for ARM Linux computers
  • Added many new APIs for extensions
  • Fixed scripts imported from the backpack dropping in the wrong spot
  • Fixed gamepad support and costume editor snapping addons when using custom stage sizes
  • Fixed scroll bars when using custom stage sizes
  • Fixed wake lock extension
  • Fixed too many bugs to list here

v1.10.1:

  • Fixed fonts
  • Fixed "Customize in Addon Settings" button
  • Use "Loading assets" instead of "Downloading assets"

v1.10.0

05 Feb 04:43
Compare
Choose a tag to compare

v1.10.0 beta 3

23 Jan 02:34
Compare
Choose a tag to compare
v1.10.0 beta 3 Pre-release
Pre-release

We're very close to a full release. As always there's a lot of background work that doesn't really get mentioned here, but takes a lot of time (keeping support for old versions of Windows, in particular, presents more issues than you would expect)

Quick download links:

Changes since 1.10.0 beta 1:

  • Support for Windows 7, 8, and 8.1 has been re-added. We now offer two builds for Windows: one for Windows 10 and later, and one 'Legacy' build for Windows 7 and later. We'll keep the legacy build around as long as it is not an unreasonable maintenance burden
  • A similar approach will be used to maintain support for macOS 10.13 and macOS 10.14 in 1.11
  • Added Rearrangeable custom block inputs addon
  • Fixed custom stage size in Costume editor snapping and Gamepad support addons
  • Fixed Wake Lock extension in desktop app
  • Fixed deleting data from old versions of the app (mentioned in 1.10.0-beta.1 but did not actually work)
  • Fixed scroll bar behavior for custom stage size
  • Fixed various dark mode bugs
  • Fixed menus opening when mouse is released over them instead of only when actually clicked
  • Various other bug fixes

What happened to 1.10.0 beta 2? A lot of build errors. Don't worry about that.

v1.10.0 beta 1

12 Jan 06:40
Compare
Choose a tag to compare
v1.10.0 beta 1 Pre-release
Pre-release

Quick download links:

Editor stuff:

  • Merged over a year of updates to Scratch and Scratch Addons
  • Support for high contrast mode and dark blocks
  • Support for changing the accent color from red to purple or blue (more customization to come later)
  • Six new addons: Skewing in costume editor, Square block text inputs, Compact editor, Copy reporter values, Move sprite to front layer, Arrow key incrementation in editor
  • Insert blocks by name addon was rewritten and works so much better
  • Dropping code from the backpack places it in the right spot now
  • Loading bar now works for files on your computer
  • A lot of other bug fixes and new features

Desktop app specific stuff:

  • (REVERTED IN NEXT BETA) Windows 7, 8, and 8.1 support has been removed
  • (REVERTED) macOS 10.13 and 10.14 support will be removed in 1.11
  • For people that used TurboWarp Desktop before v1.9.0, v1.10.0-beta.1 will remove some and now-unused data to reclaim disk space
  • Extension permission requests for notifications and reading clipboard are enforced by the desktop app

v1.9.3

19 Sep 01:00
Compare
Choose a tag to compare
  • Fixed one-time data migration process not running sometimes, particularly in the Microsoft Store version of the app

v1.9.2

18 Sep 21:14
Compare
Choose a tag to compare
  • Fixed some edge cases in file saving and the one-time data migration process, particularly in the Microsoft Store version of the app

v1.9.1

13 Sep 22:11
Compare
Choose a tag to compare
  • Fixed option to create cloud variables missing
  • Fixed custom username not saving
  • Fixed bugs in the one-time data migration process
  • Slightly optimized startup time
  • Windows: Support for Windows 7, 8, and 8.1 will be ending in October
  • macOS: Update menu bar

v1.9.0 - the big rewrite

09 Sep 01:25
Compare
Choose a tag to compare

I rewrote the app

Following CVE-2023-40168, I have spent the last while rewriting the desktop app from the ground-up with security as a top priority from the beginning. There are a few results of this:

  • The app's foundation is much more secure (which doesn't mean no bugs -- just fewer opportunities)
  • Bugs are very likely.
  • Your data such as addon settings and the backpack have to be transferred from the old storage place to the new one. The app will do this automatically, but this is a risky operation. Take note of your backpack and settings before you update and then compare them after. If you notice any difference, please notify us, that is a serious bug.
  • We currently do not delete your old data. We will in a future release.

Changes since 1.8.0

  • Added custom reporters
  • Added custom fonts
  • Added 15+ new extensions including Clipboard, More Motion, Iframe, Color picker, Custom Styles, and Wake Lock
  • New restore point system that is more reliable, more efficient, and stores multiple restore points instead of just one
  • The builtin extension, costume, backdrop, and sprite libraries let you mark items as favorites
  • Extension gallery is now built into the extension list, not a separate window
  • New update checker that shows you the changelog for each new version
  • Can now ignore misspelled words or turn off the spellchecker entirely
  • Allow importing .ogg, .flac, and .aac audio files
  • Removed "for each" block from the palette because it causes various issues
  • Improved error handling
  • Fixed backpacking scripts and sprites that contain custom extensions
  • Fixed a lot of bugs

v1.8.1

21 Jun 01:15
Compare
Choose a tag to compare
  • Fixed issues using custom extensions in the packager (if issues remain, press "Reset All Settings" in packager)
  • Fixed using an extension to fetch files from extensions.turbowarp.org in the editor
  • Fixed Looks Plus "this sprite" option not working properly in clones

v1.8.0

19 Jun 03:03
Compare
Choose a tag to compare
  • Added more than 40 new extensions including Animated Text (like Scratch Lab), Local Storage, BigInt, JSON, Clipping and Blending, Sensing Plus, Clones Plus, Looks Plus, and RegExp
  • Updated many extensions including Stretch, Runtime Options, and Files
  • To protect user privacy, builtin extensions now ask for permission before allowing the project to contact untrusted websites
  • Custom extensions can now be loaded from files or text
  • Added option to allow extensions to bypass CORS
  • Added "random direction" option to point towards block
  • Fixed script execution order occasionally changing after saving project
  • Fixed zooming with ctrl+plus on some keyboard layouts
  • Fixed exporting addon settings
  • Fixed many other bugs
  • Windows: Added support for Windows on ARM
  • Windows: Support for Windows 7, 8, and 8.1 will be removed in a future release