Skip to content

Releases: Kadxy/weixin-ilink-gateway

v0.1.3: ci: upgrade Docker actions and remove unnecessary GHA cache

15 Apr 12:31
ad60973

Choose a tag to compare

Bump setup-buildx v3→v4, login v3→v4, metadata v5→v6,
build-push v6→v7 to fix Node.js 20 deprecation warning.
Remove GHA cache (cache-from/cache-to) since build is fast
enough that cache write overhead exceeds the benefit.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.1.2: optimize: reduce Docker image size from 272MB to 106MB

15 Apr 12:27
4164c24

Choose a tag to compare

Use bun build --compile for a standalone binary, multi-stage build
with Alpine base, and add .dockerignore.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.1.1: docs+test: add Chinese README, console docs, image/video/file send tests

15 Apr 12:18
c027f45

Choose a tag to compare

- Add README_zh.md with full Chinese translation
- Update both READMEs: openclaw-weixin attribution, context_token note,
  console endpoint docs
- Extend lint/format scope to include test/
- Add test fixtures (image, video, text file) and integration tests for
  upload-then-send via CDN reference (image, video, file)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.1.0

15 Apr 11:15
fc6ddae

Choose a tag to compare

first commit