Releases: acrossreport/acr-viewer-vscode
Releases · acrossreport/acr-viewer-vscode
Release list
v0.0.5 - Source code printing support
What's New
- Print/PDF export support for source code files: Python (.py), C (.c/.h), C++ (.cpp/.cc/.cxx/.hpp/.hh), CSS (.css), C# (.cs), JavaScript (.js/.jsx), TypeScript (.ts/.tsx), Rust (.rs), PHP (.php), JSON (.json)
- MVP: monospace font, single color (no syntax highlighting yet — planned for a future release)
Note
This release includes Windows and Linux builds. The macOS (Apple Silicon) build will follow once an unrelated Xcode 27 toolchain issue affecting the entire ecosystem (see flutter/flutter#192609) is resolved on the build machine.
v0.0.4 - Mermaid diagram support
What's New
- Mermaid diagram rendering (flowchart, sequenceDiagram) — pure Rust, no headless Chromium
- Fixed page number output in PDF footer
- Fixed Cursor compatibility (lowered engines.vscode requirement)
- Added Snap-packaged VS Code detection on Linux with a clear error message
Note on file sizes
The Linux and macOS builds (~22MB) are larger than the Windows build (~9MB) in this release. This is due to differences in how the Rust toolchain statically links the new Mermaid-rendering dependencies (usvg/resvg) on each platform; functionality is identical across all three.
v0.0.3 - Icon added
What's Changed
- Added extension icon
- Fixed QR code field format for Citizen DMX label printers (unrelated internal fix, no user-facing change to this extension)
v0.0.2 - Localization & packaging improvements
What's Changed
- Added multi-language support (English/Japanese/French) for command titles and descriptions
- Added README (EN/JA/FR) to the extension package
- Added LICENSE.txt (required for Open VSX)
- Added repository field to package.json
- Excluded development files (.vscode/, src/, *.ts) from the packaged .vsix via .vscodeignore
- Now also published to Open VSX Registry: https://open-vsx.org/extension/across-systems/acr-viewer-vscode
v0.0.1 - Initial Release
English
Initial release.
- Windows / Linux support
- Print preview for Markdown / plain text (.txt) / HTML
- PDF export
Ctrl+Alt+A: Open preview /Ctrl+Alt+D: Export as PDF
日本語
初回リリース。
- Windows / Linux 対応
- Markdown / テキスト(.txt) / HTML の印刷プレビュー
- PDF出力
Ctrl+Alt+A: プレビューを開く /Ctrl+Alt+D: PDF出力