Skip to content

Commit 8ac51dd

Browse files
committed
Add CHANGELOG starting at 0.1.0
Made-with: Cursor
1 parent f044af7 commit 8ac51dd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project are documented here.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
Version numbers match **`package.json`** and **`openclaw.plugin.json`**.
7+
8+
## [0.1.0] - 2026-04-06
9+
10+
### Added
11+
12+
- **OpenClaw Discord plugin** — After the assistant posts a text reply on Discord, synthesize it to **MP3** with Microsoft **Edge neural voices** ([`node-edge-tts`](https://www.npmjs.com/package/node-edge-tts)) and send a **follow-up message** with the audio as a normal **file attachment** (not Discord client TTS).
13+
- **Configuration**`voice`, `outputDir`, optional **guild channel allowlist**, `maxTextLength`, dedupe and debounce, and **scaled timeouts** for synthesis and gateway pickup (see README and `openclaw.plugin.json` `configSchema`).
14+
- **SDK resolution** — Load OpenClaw’s plugin SDK from the running gateway (walk from host `argv[1]`), from **`OPENCLAW_PACKAGE_ROOT`**, or via an optional **`openclaw`** npm install in the extension folder.
15+
- **Distribution metadata**`openclaw.compat` / `openclaw.build` in `package.json` for ClawHub and gateway compatibility targets.
16+
- **License** — MIT (`LICENSE`).
17+
18+
[0.1.0]: https://github.com/Fenris159/OpenClaw_Discord-TTS-Attacher/releases/tag/v0.1.0

0 commit comments

Comments
 (0)