Releases: twibiral/obsidian-execute-code
Releases · twibiral/obsidian-execute-code
1.0.0
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
- @afonsofrancof made their first contribution in #82
Full Changelog: 0.18.0...1.0.0
0.18.0
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
0.16.0
What's Changed
Added
- Support for TypeScript
- Support for C#
- Support for Lua
New Contributors
- @qiaogaojian made their first contribution in #73
Full Changelog: 0.15.2...0.16.0
0.15.2
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
0.15.0
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
What's Changed
- Add Kotlin Support by @Gluton-Official in #52
New Contributors
- @Gluton-Official made their first contribution in #52
Full Changelog: 0.13.0...0.14.0
0.13.0
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