Skip to content

Releases: mrousavy/Fiddle

Fiddle 0.9 - Pre Release

27 Jul 19:15
Compare
Choose a tag to compare
Pre-release

New Features ✨

  • Settings Window for Preferences.json editing
  • Drag and Drop for files (including an Animation and switching to the correct language based on the file's extension)
  • Bugfixes
  • Added documentation for all implemented languages
  • Added Globals (as described in languages documentation)
  • Improved error handling
  • Improved diagnostics/error/results view output
  • Improved array/collections return values
  • Improved UI
  • Added hyperlink to error messages (-> StackOverflow 😝)
  • Fixed timeouts for code execution
  • Fixed LUA Diagnostics not disappearing

TODO: ✔️

  • App Icon (something abstract?) (Fiddle.UI & InnoSetup)
  • C++: Compiler, Runtime
  • Java: Better Compiler (now: CLI javac.exe & java.exe)
  • VB: Better Entry point
  • Test everything thoroughly

Fiddle 0.8 - Pre-Release

21 Jul 18:19
Compare
Choose a tag to compare
Pre-release

TODO:

  • Settings Window for Preferences.json editing
  • App Icon (something abstract?) (Fiddle.UI & InnoSetup)
  • C++: Compiler, Runtime
  • Java: Better Compiler (now: CLI javac.exe & java.exe)
  • VB: Better Entry point
  • Test everything thoroughly
  • Bugfixes & Improvements?