Releases: polyipseity/obsidian-terminal
Releases · polyipseity/obsidian-terminal
latest
This release is a rolling release that contains the build artifacts for the latest commit.
3.15.1
3.15.0
3.14.0
3.14.0
Minor Changes
- 20cd669: Check Python and package versions as well after pressing the "Check" button in the "Python executable" settings. Resolves GH#22.
- 9a2a89b: Change focus and defocus hotkey to
Ctrl
+Shift
+`
for macOS as well. Fixes GH#31.
Patch Changes
- 959915a: Add profile preset
iTerm2: External
. Helps with GH#32. - 30198e0: Fix the macOS terminal profiles not setting the cwd properly. To fix your macOS terminal profiles, add
"$PWD"
(including"
) as the only argument of the profile. - a619365: Fix terminal finder broken when its width is small. (34e11ea)
3.13.0
3.13.0
Debloating data.json
and bugfixes.
Minor Changes
Patch Changes
- 0879e6d: Fix
layout-change
loop freezing Obsidian if another plugin callsgetViewState
in alayout-change
listener. An example isobsidian-image-toolkit
(https://github.com/sissilab/obsidian-image-toolkit/blob/c59bfa18c5cdb267a5f5a62637ff8e3b663cbb0f/src/main.ts#L39-L55). Fixes GH#26. - e0b40c0: Fix caret scrolling the editor to make itself visible every second. (0879e6d)
- 14bfcb1: Remove debug statements. (+f9fc1874e2c0b0b6c486ae6a13e52bf09cef588d)
3.12.3
3.12.2
3.12.1
3.12.0
3.11.1
3.11.1
Patch Changes
- 8bdd430: Make the
require
patch more compatible with otherrequire
patches. - 7155fd4: Simplify
DeveloperConsolePseudoterminal#eval
even further. - 0a3e545: Fixes significant regression of plugin loading performance.
- d7918a9: Simplify code for evaluating code inputted via the developer console pseudoterminal.