mirror of
https://github.com/sdkasper/lean-obsidian-terminal.git
synced 2026-07-22 14:30:31 +00:00
* fix: address CSS lint and source code warnings for plugin submission - binary-manager.ts: remove redundant non-null assertion on version (already narrowed) - styles.css: expand 3-digit hex to 6-digit (#000 -> #000000, #FFF -> #ffffff) - styles.css: split text-decoration shorthand into text-decoration-line + text-decoration-style for better browser compatibility - styles.css: remove !important by increasing selector specificity (.xterm .xterm-dim) and relying on already-higher specificity for .view-content overrides - bump to 0.16.3 Co-Authored-By: Claude <noreply@anthropic.com> * docs: explain extra release files in release.yml and README node-pty zips and checksums.json are fetched on-demand by BinaryManager when the user clicks "Download binaries" in plugin settings. Obsidian itself only installs main.js, manifest.json, and styles.css. Co-Authored-By: Claude <noreply@anthropic.com> * fix: create tmp directory before binary download (0.16.5) (#60) Fixes ENOENT on fresh install when tmp/ does not yet exist. Co-Authored-By: Claude <noreply@anthropic.com> * feat: add ARM64 Windows support and update to v1.1.0 (1.1.0) - Add win32-arm64 prebuilt binaries for ARM64 Windows devices (fixes #62) - Update CI workflow to package ARM64 binaries in releases - Update README with Obsidian Community Plugin Directory as primary install method - Add CHANGELOG entry for v1.1.0 milestone and ARM64 feature - Remove stale planning and spec documents from docs/superpowers/ Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| claude-code-integration.md | ||
| code-review-2026-04-28.md | ||
| security.md | ||
| session-persistence.md | ||
| settings.md | ||
| uri-handler.md | ||
| usage.md | ||