Skip to content

Releases: satoruhiga/vscode-mdv

v0.0.11

06 Jun 01:10

Choose a tag to compare

Release v0.0.11

v0.0.10

28 Apr 10:42

Choose a tag to compare

feat: ブロック単位で HTML ごと翻訳して文脈を保持

各ブロックの innerHTML を1本の文字列として Google 翻訳に送信し、<code>
や数式などの保護対象は Private-Use Area のプレースホルダで退避してから復元
することで、テキストノード単位の翻訳で生じていたカタコト感を解消。

v0.0.9

27 Apr 08:09

Choose a tag to compare

fix: wrap long unbreakable strings in list items

Bump to 0.0.9.

v0.0.8

24 Apr 00:40

Choose a tag to compare

feat: ズーム/パン可能なウィンドウにフルスクリーントグル追加

画像・Mermaid のズームコントロールに ⛶ ボタンを追加。
プレビュー領域全体に展開し、ESC または ✕ で解除。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.0.7

15 Apr 22:18

Choose a tag to compare

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

12 Apr 05:27

Choose a tag to compare

feat: add video embed, mark highlight support

- Convert ![](*.mp4) 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

06 Apr 07:42

Choose a tag to compare

Changes since v0.0.3

  • feat: add "Open with mdv" explorer context menu for .md files
  • feat: Markdown リンク・Wikilink のナビゲーション対応 (#4, #5)

v0.0.3

25 Mar 18:57

Choose a tag to compare

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

25 Mar 16:02

Choose a tag to compare

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

25 Mar 01:18

Choose a tag to compare

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>