Skip to content

Releases: twibiral/obsidian-execute-code

1.8.0

08 Apr 13:56
Compare
Choose a tag to compare

What's Changed

Added

  • Support for Octave
  • Support for Maxima

Full Changelog: 1.7.1...1.8.0

1.7.1

27 Feb 23:18
d5995d1
Compare
Choose a tag to compare

What's Changed

Changed

  • Add more examples for magic commands to README.md
  • Pass environmental variables to the REPL executors
  • Allow language names that are not lowercase

Full Changelog: 1.7.0...1.7.1

1.7.0

23 Feb 23:36
Compare
Choose a tag to compare

What's Changed

Added

  • Support for SQL
  • add info percent sign batch (Thanks to @hannesdelbeke)

Changed

  • Remove ANSI escape codes from stderr
  • Add new executor for PowerShell that fixes problems with file encodings by encoding powershell scripts with latin-1 instead of windows-1252.K

Full Changelog: 1.6.2...1.7.0

1.6.2

16 Jan 12:28
Compare
Choose a tag to compare

What's Changed

Added

  • Helpful docu for finding the path for a language (Thanks to @javascriptooo)

Changed

New Contributors

  • @scoopsdev made their first contribution in #206
  • @javascriptooo made their first contribution in #149

Full Changelog: 1.6.1...1.6.2

1.6.1

28 Dec 17:24
1463b9a
Compare
Choose a tag to compare

What's Changed

Changed

  • Fix magic commands @vault_path and @vault_url

Full Changelog: 1.6.0...1.6.1

1.6.0

26 Dec 23:29
6459903
Compare
Choose a tag to compare

What's Changed

Added

  • New magic command @theme to get if obsidian is in dark or light mode (Thanks to @chlohal)
  • New magic commands @vault_path and @note_path to get the path, and @vault_url and @note_url to get the url. They replace the old magic commands @vault and @note.
  • Support for Racket (Thanks to @Ghexor)
  • Support for F# (Thanks to @chlohal)
  • Support for Dart (Thanks to @andremeireles)
  • Support for Ruby (Thanks to @santry)
  • Support for Batch scripts (Thanks to @hannesdelbeke)

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

14 Nov 23:32
d181938
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Fix the wrong options for wolframscript (Thanks to @davnn)
  • Escape ANSI color codes in the output (Thanks to @chlohal)

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

05 Nov 15:15
aae1f04
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Fix problem with the output boxes showing up (Thanks to @qiaogaojian)

Full Changelog: 1.3.0...1.4.0

1.3.0

26 Oct 21:00
Compare
Choose a tag to compare

What's Changed

Added

  • WSL support (thanks to @clohal)

Changed

  • Fix bug where recursion didn't work and some parts of the code couldn't be executed (Python executor's usage of exec/eval) (thanks to @clohal)
  • Fix formatting for the Scale section in the README.md (thanks to @cbarond)
  • Fix mixed-up mathematica settings (thanks to @clohal)
  • Fix wrong setting for Mathematica
  • Improve styles (thanks to @milan338)
  • Refactor interactive executors to cut down on code reuse (thanks to @chlohal)
  • Fix Error Notif on Success (thanks to @clohal)

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

19 Oct 15:15
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Fix problems with runtimes and never hiding running indicators (Thanks to @milan338)

Full Changelog: 1.1.1...1.2.0