-
released this
2026-06-13 21:32:07 +03:00 | 0 commits to main since this releaseWhat's new
Telegram game cards now display the additional session details collected by the creation wizard:
- Система — RPG system / game edition.
- Формат — online or offline format.
- Тип — one-shot or campaign.
- Длительность — session duration in minutes.
- Описание — full description (not truncated).
- Ссылка / Адрес — online link or offline address.
The description is shown in full, and the existing Join / Leave buttons are unchanged.
Technical changes
- Extended
SessionBatchDto,SessionViewItem, andSessionBatchViewBuilderinGmRelay.Shared. - Updated all SQL loaders and the Web cloning path to carry the new fields.
- Rewrote
TelegramSessionBatchRendererin both Bot and Web with a structured block layout. - Added/updated unit tests for the view builder and both renderers.
- Pinned
MessagePackto2.5.301to clear a transitive vulnerability warning. - Excluded Testcontainers-backed PostgreSQL integration tests from PR CI on the slow ARM64 runner; they remain runnable locally.
- CI/deploy fixes: login +
docker pulland--timeout 30mfor Trivy image scans.
Deploy
Successfully deployed via pipeline #331.
Downloads