|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.0.1a6 (2026-04-07) |
| 4 | + |
| 5 | +Systematic port fidelity scan — 10 more bugs fixed. |
| 6 | + |
| 7 | +- Discord: card table fallback now renders correctly (was calling wrong function) |
| 8 | +- Teams: card fallback text now includes emoji conversion |
| 9 | +- Emoji: megaphone fixed (📢 not 📣), exclamation "!" false-match removed |
| 10 | +- State backends: queue dequeue reconstructs Message objects (was returning raw dict) |
| 11 | +- WhatsApp: callback data uses compact JSON (matches Telegram) |
| 12 | +- Discord/Teams: format converter handles dataclass messages |
| 13 | +- Emoji: from_slack strips only one colon per end (not all) |
| 14 | +- Types: WellKnownEmoji includes all TS entries (stop, 100, lightbulb, etc.) |
| 15 | + |
3 | 16 | ## 0.0.1a5 (2026-04-07) |
4 | 17 |
|
5 | | -Port fidelity release — 10 critical/high bugs fixed from systematic TS comparison. |
6 | | - |
7 | | -### Critical fixes |
8 | | -- Slack: multi-workspace token now persists into async tasks (ContextVar fix) |
9 | | -- Discord: slash command deferred responses now resolve correctly |
10 | | -- Discord: file attachments no longer silently dropped |
11 | | -- WhatsApp: media downloads work again (auth header restored) |
12 | | -- Chat: `on_lock_conflict="force"` now works |
13 | | - |
14 | | -### High fixes |
15 | | -- Discord: emoji normalized through resolver (reaction matching works) |
16 | | -- Teams: webhook options passed to reaction events |
17 | | -- Google Chat: subscription errors propagate to concurrent waiters |
18 | | -- Linear: fetch_thread metadata includes both key casings |
19 | | -- Streaming markdown `_remend` rewritten with proper delimiter tracking |
20 | | - |
21 | | -### Other improvements |
22 | | -- CLAUDE.md agent guidance file |
23 | | -- Parser: spaced thematic breaks (`* * *`) and trailing `#` stripping |
24 | | -- BaseFormatConverter: card fallback text generation |
25 | | -- All PR review comments addressed |
| 18 | +Port fidelity release — 10 critical/high bugs fixed. |
26 | 19 |
|
27 | 20 | ## 0.0.1a4 (2026-04-06) |
28 | 21 |
|
|
0 commit comments