Skip to content

v1.9.0 - the big rewrite

Compare
Choose a tag to compare
@GarboMuffin GarboMuffin released this 09 Sep 01:25
· 458 commits to master since this release

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