Skip to content

v0.12.0

Compare
Choose a tag to compare
@electron-bot electron-bot released this 15 Jan 22:46

Fiddle v0.12.0 is ready – containing a few improvements and fixing some bugs. Like always! More software, less issues.

4,563 additions and 1,265 deletions, thanks to our contributors.

Changelog

🔍 A brand new bisect helper, making figuring out which Electron version introduced an issue a lot easier (thanks to @erickzhao)
💻 You can now specify command flags for Electron (thanks to @codebytere)
🔒 Our builds are now properly notarized with Apple (thanks to @felixrieseberg)
:electron: We've upgraded our internal version of Electron (thanks to @felixrieseberg)
:electron: The fallback versions of Electron have been updated, too (thanks to @felixrieseberg)
🐛 We had some dropdown issues that are no more (thanks to @felixrieseberg)
🐛 preload content wasn't always properly saved, uploaded, or loaded. It now will be (thanks to @malept and @felixrieseberg)
🐛 If you required fancy new Node.js builtins, we sometimes tried to install them. We won't do that anymore (thanks to @codebytere)
🐛 Setup developer tools only when we're actually in developer mode (thanks to @Letra312)

Internal changes

🔧 Fiddle's own tests are now a bit faster since they're no longer transforming JSON files (thanks to @malept)