Skip to content

Releases: acrossreport/acr-viewer-vscode

v0.0.5 - Source code printing support

Choose a tag to compare

@HisaAraki HisaAraki released this 14 Sep 20:31
0ec18df

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

Choose a tag to compare

@HisaAraki HisaAraki released this 14 Sep 13:22
66304c5

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

Choose a tag to compare

@HisaAraki HisaAraki released this 13 Sep 06:09
826f8e4

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

Choose a tag to compare

@HisaAraki HisaAraki released this 12 Sep 22:18
20f17b3

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

Choose a tag to compare

@HisaAraki HisaAraki released this 09 Sep 21:04
558d24c

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出力