Releases: satoruhiga/vscode-mdv
Releases · satoruhiga/vscode-mdv
v0.0.11
v0.0.10
feat: ブロック単位で HTML ごと翻訳して文脈を保持 各ブロックの innerHTML を1本の文字列として Google 翻訳に送信し、<code> や数式などの保護対象は Private-Use Area のプレースホルダで退避してから復元 することで、テキストノード単位の翻訳で生じていたカタコト感を解消。
v0.0.9
fix: wrap long unbreakable strings in list items Bump to 0.0.9.
v0.0.8
feat: ズーム/パン可能なウィンドウにフルスクリーントグル追加 画像・Mermaid のズームコントロールに ⛶ ボタンを追加。 プレビュー領域全体に展開し、ESC または ✕ で解除。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.0.7
docs: add README と demo、定義リスト修正 - README.md: 機能一覧、コマンド、インストール手順、設定項目 - examples/demo.md: 主要機能を一通り使うデモファイル - remarkDeflist を remarkBreaks より前に実行して、break ノード変換後でも定義リストを検出できるように修正 - 旧 docs フォルダは削除 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.0.6
feat: add video embed, mark highlight support - Convert  image syntax to <video> tags with controls - Add ==highlight== mark syntax via remark-mark-highlight - Add media-src CSP policy for video playback - Add styles for <mark> and <video> elements Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.0.5
v0.0.3
fix: revert to inputBox, add edit button, fix panel font size - Revert inline comment input to VS Code inputBox - Add edit button to annotation panel entries - Use 13px base font size for annotation panel - Remove unused comment input overlay code Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.0.2
fix: set custom editor priority to option, use instant scroll Make text editor the default for .md files instead of preview. Preview is available via Open With or Ctrl+Shift+V toggle. Also change scroll sync to instant jump instead of smooth animation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.0.1
ci: add GitHub Actions release workflow Build VSIX and create GitHub Release on v* tag push. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>