Skip to content

Releases: twibiral/obsidian-execute-code

1.0.0

08 Oct 13:09
eb43b8b
Compare
Choose a tag to compare

What's Changed

Added

  • 'Notebook Mode' for Python and JavaScript utilizing their respective REPL. (Thanks to @chlohal)
  • Add command to run all blocks in a given file to the command palette. (Thanks to @chlohal)
  • Support for Haskell. (Thanks to @afonsofrancof)

Changed

  • Changed syntax for Code injection via pre and post blocks. (Thanks to @milan338)
  • Style of the run and clear buttons. (Thanks to @milan338)
  • Updated the README and create collapsing layout. (Thanks to @milan338)

New Contributors

Full Changelog: 0.18.0...1.0.0

0.18.0

02 Oct 14:26
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

What's Changed

Added

  • Support for Wolfram Mathematica

Changed

  • Quickfix for issues #77 and #81 by spawning always with Shell (Problems with spawning processes on Windows. This also affects #75, Security concern with spawning in shell.)
  • Fix for #84

Full Changelog: 0.17.0...0.18.0

0.17.0

24 Sep 12:46
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release

What's Changed

Added

  • Support for interactive input blocks. That means code blocks can now read from stdin. (Thanks to @chlohal)

Full Changelog: 0.16.0...0.17.0

0.16.0

24 Sep 09:52
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

What's Changed

Added

  • Support for TypeScript
  • Support for C#
  • Support for Lua

New Contributors

Full Changelog: 0.15.2...0.16.0

0.15.2

21 Sep 13:27
b7a031e
Compare
Choose a tag to compare
0.15.2 Pre-release
Pre-release

What's Changed

Changed

  • Changed project structure: Added node config and build files to root dir.
  • Added documentation for every function.
  • Fixed shell support.

Full Changelog: 0.15.1...0.15.2

0.15.1

20 Sep 21:48
1210077
Compare
Choose a tag to compare
0.15.1 Pre-release
Pre-release

What's Changed

Changed

  • Refactored parts of the project and folder structure.
  • Updated dependencies.
  • Fixed issue #60 to fix the clear buttons.
  • Quickfix for issue #59 by improving the regex.

Full Changelog: 0.15.0...0.15.1

0.15.0

20 Sep 15:51
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

Added

  • Support for global code injections (thanks to @milan338).
  • Support for Pre- and Post-Blocks that are executed before/after each code block in the same note (thanks to @milan338)

Changed

  • Improved C++ support by switching from JSCPP to Cling (thanks to @milan338).

Full Changelog: 0.14.0...0.15.0

0.14.0

05 Sep 13:14
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.13.0...0.14.0

0.13.0

02 Sep 13:48
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release

What's Changed

Added

  • Add support for rust (thanks to @pspiagicw)
  • Add support for Java
  • Separate the implementation for Shell and Powershell
  • Sanitize paths in the settings

Full Changelog: 0.12.1...0.13.0

0.12.1

31 Aug 16:09
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release

Changed

  • Improved Error handling
  • Fix wrong executable in version 0.12.0