Releases: texiwustion/cc-msg-history-viewer
Releases · texiwustion/cc-msg-history-viewer
v1.0.3
Changes
- fix: download-artifact pattern to include macOS targets (3-segment names) (43aa065)
Installation
Download the binary for your platform, extract it, and run:
# Linux / macOS
tar -xzf cc-msg-viewer-*.tar.gz
cd cc-msg-viewer-*/
./cc-msg-viewer
# 打开浏览器访问 http://localhost:3001Single binary — the frontend is embedded via
rust-embed. No extra files needed.
v1.0.2
Changes
- fix: use macos-latest for x86_64-apple-darwin; add README and MIT license (508405c)
Installation
Download the binary for your platform, extract it, and run:
# Linux / macOS
tar -xzf cc-msg-viewer-*.tar.gz
cd cc-msg-viewer-*/
./cc-msg-viewer
# 打开浏览器访问 http://localhost:3001Single binary — the frontend is embedded via
rust-embed. No extra files needed.