Skip to content

Releases: twibiral/obsidian-execute-code

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

1.1.1

18 Oct 18:52
Compare
Choose a tag to compare

What's Changed

  • Bug Fixes for Edge Cases in Notebook Mode by @chlohal in #123
  • Ensure that settings dropdown always matches open tab by @chlohal in #124
  • Add 'py' as an alias for 'python' by @chlohal in #130

Full Changelog: 1.1.0...1.1.1

1.1.0

13 Oct 19:04
Compare
Choose a tag to compare

What's Changed

Added

  • Added Option to use either ghci or runghc. (Thanks to @afonsofrancof)
  • @html(...) command and better HTML Handling. (Thanks to @chlohal and @milan338)
  • Show indicator when block is running. (Thanks to @chlohal)

Changed

  • Update Future Work section and add snap/flatpak/appimage problem to known issues. (Thanks to @chlohal)
  • Fix python notebook mode freezing after showing a matplotlib plot. (Thanks to @milan338)
  • Better output coloring to fix color problems with plugins like codemirror. (Thanks to @milan338)
  • Fix JS notebook mode freezing when global injection is used. (Thanks to @chlohal)
  • Fix Rust Execution to use cargo eval instead of cargo run. (Thanks to @chlohal)

Full Changelog: 1.0.0...1.1.0