-
v1.1.5 Stable
released this
2025-12-08 01:18:28 +01:00 | 519 commits to main since this releaseWhat's Changed
- fix(release): correct forgejo-release action URL format (
5e98de1)
Remove invalid https:// prefix from forgejo-release action uses statement. GitHub Actions uses format should be 'owner/repo@ref' not full URL. - refactor: add markdown message support and improve bildungsauftrag sources display (
37ac304)
Add markdown message type to SendContent enum with SDK auto-conversion to HTML. Enable matrix-sdk markdown feature in Cargo.toml. Add SendCommand::markdown() constructor and CommandResponse::markdown() for markdown responses. Update bildungsauftrag command to use markdown format with ✅/❌ source indicators (success/fallback). Fix release workflow (remove ci: false, use explicit ref). Format renovate.json and fix
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- fix(release): correct forgejo-release action URL format (