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: replace text-decoration sub-properties with shorthand (0.16.4) Obsidian CSS scanner flags text-decoration-line and text-decoration-style as partially supported browser features. Replace all four xterm-underline variants (2-5) with plain text-decoration: underline to pass the check. Style variants degrade to normal underline visually. Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
35 lines
No EOL
678 B
JSON
35 lines
No EOL
678 B
JSON
{
|
|
"0.1.0": "1.5.0",
|
|
"0.1.1": "1.5.0",
|
|
"0.2.0": "1.5.0",
|
|
"0.3.0": "1.5.0",
|
|
"0.4.0": "1.5.0",
|
|
"0.4.1": "1.5.0",
|
|
"0.6.2": "1.5.0",
|
|
"0.6.3": "1.5.0",
|
|
"0.7.0": "1.5.0",
|
|
"0.8.0": "1.5.0",
|
|
"0.9.0": "1.5.0",
|
|
"0.9.1": "1.5.0",
|
|
"0.9.2": "1.5.0",
|
|
"0.9.3": "1.5.0",
|
|
"0.9.4": "1.5.0",
|
|
"0.9.5": "1.5.0",
|
|
"0.9.6": "1.5.0",
|
|
"0.10.0": "1.5.0",
|
|
"0.10.1": "1.5.0",
|
|
"0.11.0": "1.5.0",
|
|
"0.12.0": "1.5.0",
|
|
"0.12.1": "1.5.0",
|
|
"0.12.2": "1.5.0",
|
|
"0.12.3": "1.5.0",
|
|
"0.12.4": "1.5.0",
|
|
"0.13.0": "1.5.0",
|
|
"0.14.0": "1.5.0",
|
|
"0.15.0": "1.5.0",
|
|
"0.16.0": "1.5.0",
|
|
"0.16.1": "1.7.2",
|
|
"0.16.2": "1.7.2",
|
|
"0.16.3": "1.7.2",
|
|
"0.16.4": "1.7.2"
|
|
} |