Skip to content

Releases: texiwustion/cc-msg-history-viewer

v1.0.3

18 Mar 05:45

Choose a tag to compare

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:3001

Single binary — the frontend is embedded via rust-embed. No extra files needed.

v1.0.2

18 Mar 05:38

Choose a tag to compare

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:3001

Single binary — the frontend is embedded via rust-embed. No extra files needed.