Releases: twibiral/obsidian-execute-code
Releases Β· twibiral/obsidian-execute-code
1.7.0
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
What's Changed
Added
- Helpful docu for finding the path for a language (Thanks to @javascriptooo)
Changed
- Fix wrong scala settings (Thanks to @scoopsdev)
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
1.6.0
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
- @Ghexor made their first contribution in #166
- @latenitecoding made their first contribution in #186
- @andremeireles made their first contribution in #174
- @zanets made their first contribution in #192
- @santry made their first contribution in #193
- @hannesdelbeke made their first contribution in #196
Full Changelog: 1.5.0...1.6.0
1.5.0
1.4.0
What's Changed
Added
- Notebook mode for R (Thanks to @chlohal)
- Improved hiding of running indicator (Thanks to @chlohal and @ZackYJz)
Changed
- Fix problem with the output boxes showing up (Thanks to @qiaogaojian)
Full Changelog: 1.3.0...1.4.0
1.3.0
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
1.1.1
1.1.0
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 ofcargo run
. (Thanks to @chlohal)
Full Changelog: 1.0.0...1.1.0