Skip to content

Commit 3977d62

Browse files
committed
Merge branch 'develop'
2 parents be5e60c + 730ba1b commit 3977d62

20 files changed

Lines changed: 1300 additions & 666 deletions

File tree

.rtx.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
rust = "stable"
3-
rust-analyzer = "2024-09-16"
2+
rust = "nightly"
3+
rust-analyzer = "nightly"

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.0.4 (2025-09-05)
2+
3+
### Fix
4+
5+
- Add additional usage documentation to the README
6+
7+
## 1.0.3 (2025-09-04)
8+
9+
### Fix
10+
11+
- Make delete commands return errors if channel/bot is not found.
12+
- Shutdown receive task when channel or its associated bot is deleted.
13+
- Send initial sync message after linking.
14+
- Be more resilient to disconnections or message errors.
15+
- Quick fix for attachment filename sanitization.
16+
117
## 1.0.2 (2025-08-27)
218

319
### Fix

0 commit comments

Comments
 (0)