Skip to content

Releases: keides2/chatview

v0.3.1 - Fix Marketplace Image Display

09 Oct 01:40

Choose a tag to compare

🔧 Patch Release: v0.3.1 | パッチリリース: v0.3.1

🐛 Bug Fixes | バグ修正

English:

  • Fixed image display issue on Visual Studio Marketplace
  • Changed all image paths from relative to absolute GitHub URLs
  • Images now display correctly in Marketplace README

日本語:

  • Visual Studio Marketplace での画像表示問題を修正
  • すべての画像パスを相対パスから GitHub 絶対 URL に変更
  • Marketplace の README で画像が正しく表示されるようになりました

📦 Changes | 変更内容

Fixed | 修正

  • 🖼️ Image display on Visual Studio Marketplace | Visual Studio Marketplace での画像表示
  • 🔗 All README image paths updated to absolute URLs | すべての README 画像パスを絶対 URL に更新
  • 📝 Updated README.md, README-enterprise-en.md, README-enterprise-ja.md

📥 Installation | インストール

English:

Download chatview-enterprise-0.3.1.vsix and install in VS Code via:

  1. Press Ctrl+Shift+P
  2. Type Extensions: Install from VSIX...
  3. Select the downloaded .vsix file

Or install directly from Visual Studio Marketplace:
https://marketplace.visualstudio.com/items?itemName=keides2.chatview-enterprise

日本語:

chatview-enterprise-0.3.1.vsix をダウンロードし、VS Code でインストール:

  1. Ctrl+Shift+P を押す
  2. Extensions: Install from VSIX... と入力
  3. ダウンロードした .vsix ファイルを選択

または Visual Studio Marketplace から直接インストール:
https://marketplace.visualstudio.com/items?itemName=keides2.chatview-enterprise


🔗 Links | リンク


📌 Note | 注意

This is a patch release to fix the image display issue on Visual Studio Marketplace. All functionality from v0.3.0 remains unchanged.

これは Visual Studio Marketplace での画像表示問題を修正するパッチリリースです。v0.3.0 からの機能はすべて変更ありません。

v0.3.0 - Enterprise Edition: 92% Size Reduction

09 Oct 01:21

Choose a tag to compare

🎉 Major Release: Enterprise Edition v0.3.0 | メジャーリリース: Enterprise Edition v0.3.0

🚀 Highlights | ハイライト

English:

  • 92% Package Size Reduction: node_modules reduced from ~900MB to ~70MB
  • Image Icon Support: Display speaker avatars from Teams transcripts
  • Zero Browser Dependencies: Completely removed Puppeteer and Playwright
  • Bilingual Support: English and Japanese documentation and commands

日本語:

  • 92% パッケージサイズ削減: node_modules を約900MBから約70MBに削減
  • 画像アイコン対応: Teams文字起こしから話者アバターを表示
  • ブラウザ依存なし: Puppeteer と Playwright を完全削除
  • バイリンガル対応: 英語と日本語のドキュメントとコマンド

📦 What's Changed | 変更内容

Added | 追加

  • 🖼️ Image icon support for speaker avatars | 話者アバター用の画像アイコン対応
  • 📝 Sample with image icons (sample_with_image_icons.md) | 画像アイコン付きサンプル
  • 🌐 Language switcher (English/日本語) in READMEs | README の言語切り替え
  • 📸 Command palette screenshot in documentation | コマンドパレットのスクリーンショット
  • 🔤 Bilingual command names (English | Japanese) | バイリンガルコマンド名

Changed | 変更

  • ⚠️ BREAKING: Removed Puppeteer/Playwright (~900MB reduction) | Puppeteer/Playwrightを削除(約900MB削減)
  • 📦 Reduced node_modules from ~900MB to ~70MB (92% reduction) | node_modulesを約900MBから約70MBに削減(92%削減)
  • 📊 Updated README with package size comparison | パッケージサイズ比較を追加
  • 🔧 Fixed README image paths for GitHub compatibility | GitHubでの画像パス修正
  • 🎨 Updated sample images to show icon functionality | アイコン機能を示すサンプル画像を更新

Removed | 削除

  • ❌ Playwright dependency and related configuration | Playwright依存関係と関連設定
  • ❌ Puppeteer dependency and related configuration | Puppeteer依存関係と関連設定
  • ❌ Browser-related configuration options | ブラウザ関連の設定オプション

📥 Installation | インストール

English:

Download chatview-enterprise-0.3.0.vsix and install in VS Code via:

  1. Press Ctrl+Shift+P
  2. Type Extensions: Install from VSIX...
  3. Select the downloaded .vsix file

日本語:

chatview-enterprise-0.3.0.vsix をダウンロードし、VS Code でインストール:

  1. Ctrl+Shift+P を押す
  2. Extensions: Install from VSIX... と入力
  3. ダウンロードした .vsix ファイルを選択

🔗 Links | リンク


📊 Package Size Comparison | パッケージサイズ比較

Version node_modules Size Reduction
v0.2.0 ~900 MB -
v0.3.0 ~70 MB 92% ⬇️

v0.2.0 - 文字起こし変換機能を追加

05 Oct 04:25

Choose a tag to compare

文字起こし変換機能を追加

新機能:

  • MS Teams DOCX文字起こしをChatView形式に変換するツールを追加
  • タイムスタンプ形式をextension.tsに統一 ({timestamp}形式)
  • サンプルファイル生成ツールを追加

改善:

  • CLIオプション: --merge-speaker, --no-timestamp, --no-icon
  • ヘッダーコメントを全オプション記載に更新

v0.1.2 - SVG出力の改善

30 Sep 01:15

Choose a tag to compare

v0.1.2 - SVG出力の改善

🎨 改善内容

  • 自然な改行処理: 英単語の途中で切らず、より読みやすい表示に
  • バブルサイズの動的調整: テキスト量に応じて最適なサイズを自動計算
  • テキスト幅の正確な計算: 日本語・英語混在テキストに対応

🔧 技術的な変更

  • テキスト幅計算の最適化(日本語15px、英数字8px)
  • バブル余白の調整(padding * 3)
  • wrapTextNaturally 関数による自然な折り返しロジック

📦 パッケージ変更

  • package.jsonnamechatview-enterprise に変更
  • 通常版との並行インストールが可能に

🐛 修正

  • SVG出力時に文字がバブルからはみ出す問題を修正

v0.1.1-enterprise: ChatView Enterprise Edition 機能強化・UI区別対応

29 Sep 09:51

Choose a tag to compare

主な変更点

  • コマンド名・設定名を通常版と重複しないようにリネーム
  • コマンドパレット表示を「ChatView Enterprise: ...」に変更
  • 拡張機能アイコンを企業版専用に変更
  • READMEのロゴ画像を企業版専用に変更
  • その他、細かなUI/UX改善

インストール・アップデート方法

  • VSIXファイル(chatview-0.1.1-enterprise.vsix)をダウンロードし、VS Codeで「拡張機能のインストール」から適用してください。

必要に応じて英語版や詳細もご案内できます。ご希望があればお知らせください。## 主な変更点

  • コマンド名・設定名を通常版と重複しないようにリネーム
  • コマンドパレット表示を「ChatView Enterprise: ...」に変更
  • 拡張機能アイコンを企業版専用に変更
  • READMEのロゴ画像を企業版専用に変更
  • その他、細かなUI/UX改善

インストール・アップデート方法

  • VSIXファイル(chatview-0.1.1-enterprise.vsix)をダウンロードし、VS Codeで「拡張機能のインストール」から適用してください。

v0.1.0-enterprise: 企業向けエディション初回リリース

29 Sep 08:38

Choose a tag to compare

  • ChatView 企業向けエディションの初回リリースです。
  • 企業利用に特化した機能・設定を含みます。
  • 詳細は同梱のドキュメントまたは README をご参照ください。

v0.0.6: バージョンアップデート(package.json のみ)

29 Sep 08:42

Choose a tag to compare

  • バージョン番号を 0.0.6 に更新しました。
  • 機能追加や修正はありません。
  • 今後のリリース準備のためのバージョンアップデートです。

v0.0.5 — 吹き出し内の改行と簡易Markdown対応

20 Sep 04:24

Choose a tag to compare

  • サポート: マークダウン内の継続行(行頭に @ai/@me がない行を前行の吹き出しにまとめる機能)
  • 機能追加: 吹き出し内での限定的な Markdown 表現(見出し #、太字 **、斜体 *、インラインコード ``, 箇条書き、番号リスト、引用、リンク)をプレビュー/HTMLエクスポートでレンダリング
  • 改善: エクスポート用SVGでは Markdown 表記はプレーンテキストに変換して忠実にレンダリング
  • ドキュメント: README を更新

v0.0.4

16 Sep 00:27

Choose a tag to compare

Changes

  • Fix VSCode compatibility to support version 1.103.x
  • Update minimum VSCode version requirement from 1.104.0 to 1.103.0
  • Update @types/vscode dependency to match compatibility

Installation

Download chatview-0.0.4.vsix and install via VSCode's "Extensions: Install from VSIX..." command.
6. chatview-0.0.4.vsix ファイルをアップロード
7. "Publish release" をクリック

ChatView v0.0.3 - Optimized Release

15 Sep 07:56

Choose a tag to compare

ChatView v0.0.3 - Optimized Release

🚀 Major Improvements

Visual Enhancements

  • LINE-style speech bubble tails for both HTML/PNG and SVG exports
  • Improved Japanese text wrapping with better line break handling
  • Wider bubble layout for better visual spacing

Performance Optimizations

  • 95% file reduction: 1796 files → 30 files via Webpack bundling
  • 📦 Smaller bundle size: 8.19 KiB optimized extension code
  • 🎯 Enhanced .vscodeignore: Excludes unnecessary documentation and test files

📦 Installation Options

Option 1: VS Code Marketplace (Recommended)

  1. Open VS Code Extensions (Ctrl+Shift+X)
  2. Search: keides2.chatview
  3. Click Install

Option 2: Manual Installation (VSIX)

  1. Download chatview-0.0.3.vsix
  2. VS Code → Ctrl+Shift+P → Extensions: Install from VSIX
  3. Select downloaded file

🎯 Usage

@ai Hello! How can I help you today?
@me I want to learn about VS Code extensions
@ai Great! Let me explain...

Commands: ChatView: Preview display | ChatView: Export view as image

Marketplace: https://marketplace.visualstudio.com/items?itemName=keides2.chatview