Releases: Headline/discord-compiler-bot
Releases · Headline/discord-compiler-bot
v3.3.1
What's Changed
- Migrate Nim compilations back to Wandbox by @Headline in #116
- Detect possible file attachment compilations & add testing framework by @Headline in #114
- Balance multiline and inline comments by @Headline in #117
- Use the correct attachment in format command replies by @Headline in #118
- Fix errors on one line parsing by @Headline in #119
- Add error on .env not found & allow no dbl token by @Headline in #125
- Temporarily patch Haskell & ignore casing on compilers lookup by @Headline in #126
- Correctly identify original message replys for edits by @Headline in #131
- Fix unwrap on None value for invalid assembly target by @Headline in #133
Full Changelog: v3.3.0...v3.3.1
v3.3.0
This patch moves us from favoring Wandbox to favoring Compiler Explorer.
Among those related changes, the following improvements have been made.
- Added welcome message when the bot joins new guilds
- Added 'cs' alias for c# compiler (#109)
- Fixed format requests following bcompat-breaking compiler explorer changes
v3.1.0
Pretty significant update here - along with a bunch of new features
Features
- Allow users to edit recent requests (#97)
- Allow language resolution via syntax highlighting (#93)
- Include error messages in MessageDeleteCache (#94)
- Add geordi-like cpp command (#98)
- Add support for file-attachment compilation
- Allow users to reply to codeblocks to compile code
Misc
v3.0.1
- Remove go-head from compiler list (fixes broken go executions)
- Fix panic on no host (#76)
- Grab guild count from stats value (#75)
- Fix presence not being set on startup (#74)
- Delete response on request deletion (#73)
- Use name instead of os for cache indentifier (#71)
- Fix botinfo command regression (#70)
- Build against serenity v0.9 (#68)
- Limit compilers menu to 15 items (#69)
v3.0.0-rc3
v3.0.0-rc2
Initial GitHub release