Skip to content

Releases: polyipseity/obsidian-terminal

latest

28 Mar 04:19
latest
b563e08
Compare
Choose a tag to compare
latest Pre-release
Pre-release

This release is a rolling release that contains the build artifacts for the latest commit.

See readme § installation.

3.15.1

23 Jun 12:11
3.15.1
bf72041
Compare
Choose a tag to compare

3.15.1

Patch Changes

  • 82ec350: Fix default terminal options not setting documentOverride to null.

3.15.0

06 Jun 12:10
3.15.0
b89b627
Compare
Choose a tag to compare

3.15.0

Minor Changes

  • d6c3203: Add keyboard shortcut for closing the terminal. Fixes GH#37.
  • 66177c1: Add option Intercept logging. Fixes GH#38.

Patch Changes

3.14.0

29 Oct 05:33
3.14.0
2e3fd1a
Compare
Choose a tag to compare

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

22 Sep 02:08
3.13.0
32a48bb
Compare
Choose a tag to compare

3.13.0

Debloating data.json and bugfixes.

Minor Changes

  • 9afd2d0: Move settings recovery and lastReadChangelogVersion to localStorage. (6d612c5)

Patch Changes

3.12.3

01 Sep 01:44
3.12.3
6a485fc
Compare
Choose a tag to compare

3.12.3

Patch Changes

  • 01942f8: Fix Python resizer not working with the latest Python packages.

3.12.2

27 Aug 04:06
3.12.2
cb2d63d
Compare
Choose a tag to compare

3.12.2

Patch Changes

  • 7981fe3: Prefix source map location with plugin ID.
  • 8452b18: Respect existing source maps when source mapping.
  • 9751bc9: Limit console history to 1024 entries.

3.12.1

13 Aug 11:47
3.12.1
7d7ef9e
Compare
Choose a tag to compare

3.12.1

Patch Changes

  • 9441f4b: Fix plugin potentially failing to load. This may happen if Community plugins > Debug startup time is disabled. When it is disabled, Obsidian removes source maps, which erraneously removes JavaScript strings intentionally containinig source map-like content.

3.12.0

12 Aug 14:32
3.12.0
28b7a59
Compare
Choose a tag to compare

3.12.0

Minor Changes

  • eab5420: Implement source mapping. Inputs are mapped to <stdin>.

3.11.1

25 Jul 12:43
3.11.1
f8d3976
Compare
Choose a tag to compare

3.11.1

Patch Changes

  • 8bdd430: Make the require patch more compatible with other require 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.