v2.18.0-beta.15
Pre-release
Pre-release
·
3 commits
to main
since this release
Fixed
- Discord's
/changelogworks again. It joined a list of(version, date, body)tuples as though they were strings and raised a TypeError, so the command just errored out. Found while moving the changelog code into a shared module (below); the Discord side renders the entries properly now.
Changed
- Changelog reading and version comparison moved into a neutral
changelog.py. It had lived in the Telegram bot, and the Discord bot reached across into that instance to borrow it — but neither is Telegram's: it fetches a file and compares versions. Both front ends call the shared module as equals now, so neither depends on the other. What/changelogshows on Telegram is unchanged.
Beta series thread: #63 — previous: v2.18.0-beta.14. Pulls as :beta; :latest stays on 2.17.0.