@luckydraw/cumulus 0.30.3 → 0.30.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/gateway/static/blex.min.js +41 -39
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.30.5
|
|
4
|
+
|
|
5
|
+
- Update @luckydraw/blex to 0.1.13 (unicode diagram rendering fix in branch block code blocks)
|
|
6
|
+
|
|
7
|
+
## v0.30.4
|
|
8
|
+
|
|
9
|
+
- Update @luckydraw/blex to 0.1.12 (CSS !important fix for branch block readability)
|
|
10
|
+
|
|
11
|
+
## v0.30.3
|
|
12
|
+
|
|
13
|
+
- Bump to v0.30.3, update @luckydraw/blex to 0.1.11
|
|
14
|
+
- Voice conversation mode with server-side text-to-speech
|
|
15
|
+
- Inline text annotations — highlight and comment like Google Docs
|
|
16
|
+
- Worker activity chips show live agent status above input
|
|
17
|
+
- Scheduled thread triggers with cron and one-shot support
|
|
18
|
+
- First-run setup wizard and self-update system
|
|
19
|
+
- Pipeline dashboard with REST endpoints and MCP tool integration
|
|
20
|
+
- Infinite scroll for long threads and per-thread model selector
|
|
21
|
+
- Inbound webhooks and email tools for CRM automation
|
|
22
|
+
- Bug fixes and stability improvements
|
|
23
|
+
|
|
24
|
+
|
|
3
25
|
## v0.30.3
|
|
4
26
|
|
|
5
27
|
- Updated @luckydraw/blex to 0.1.11 (clean rebuild with Option C styling + light background fix for branch blocks)
|