Files
mautrix-signal-cloudron/CHANGELOG.md
Andreas Dueren ef5cb530af Enable appservice mode for end-to-bridge encryption (MSC3202)
- Fix encryption with Synapse 1.141+ which blocks appservice users from /sync
- Set encryption.appservice=true in start.sh (all 3 occurrences)
- Bump version to 1.0.2
2026-01-16 11:08:45 -06:00

22 lines
565 B
Markdown

# Changelog
## 1.0.2 - 2026-01-16
- Enable appservice mode for end-to-bridge encryption (MSC3202)
- Fixes encryption with Synapse 1.141+ which blocks appservice users from /sync
## 1.0.1 - 2026-01-15
- Fixed start.sh permissions issue
- Uses prebuilt binary from mau.dev CI for faster builds
## 1.0.0 - 2026-01-15
- Initial Cloudron package release
- Based on mautrix-signal v0.2512.0
- PostgreSQL database support
- Automatic configuration for Cloudron environment
- End-to-bridge encryption support
- Cleanup on logout functionality
- Health check endpoint