v0.25.0
Electron Fiddle v0.25.0 adds a couple new quality of life features and improvements to the app's CLI testing mode.
1,339 additions and 887 deletions, thanks to our wonderful contributors!
Highlight features
🔎 Searchable console
Fiddle's output console has been rewritten as a read-only Monaco editor. You're still getting the same output, but the console is now fully searchable and comes with some pretty syntax highlighting.
📂 Recent documents menu
Fiddle's application menu now displays a list of recent local Fiddle demos, which can come in handy if you've used Fiddle quite a bit!
Changelog
✨ Add --log-config command-line option (#707)
✨ Add recentDocuments
menu to fiddle (#700)
✨ Handle protocol launches on Windows (#711)
✨ Add checkmarks to "Show Me" menu to indicate which example is open (#705)
✨ Make Fiddle console searchable (#717)
✨ Try downloading version if missing (#720)
🐛 Fix console clear (#715)
🐛 Allow fiddle protocol from to load from CLI (#719)
🐛 show warning dialog for missing local versions (#727)
♻️ Move mosaic utils into editor mosaic (#708)