Changelog for lambdabot-telegram-plugins-0.2.1
Revision history for telegram-lambdabot
0.2.1 -- 2022-09-24
- Bump
telegram-bot-simpleand fix runtime when receivecustom_emojiupdate (see #32);
0.2.0 -- 2022-05-12
Implementation phase is finished. Lambdabot might be considered ready with current release. See README for more details. Here is a history of changes since its creation.
- Fix unicode output (see #1);
- Fix unicode input (see #2);
- Support
evalplugin (see #3); - Support
checkplugin, add type class for different commands from different plugins (see #4); - Add maintenance shell scripts (see #5);
- Support
djinnplugin, deriveFromCommandviaDeriveGeneric(see #6); - Support
freeplugin (see #7); - Support
haddockandhoogleplugins (see #8); - Support following plugins:
instances,more,pl,pointful,pretty,system,type,undo,unmtl,version,help,source(see #9); - Fix errors from
telegram-bot-simplevia bumping its version (see #10); - Fix
sendMessageto comply with Bot API 5.7 (see #11); - Fix
/cmd@botnamecommands (see #12); - Add lambdabot
Pristine.hs, fixsourceplugin and disable lambdabot's insults (see #13); - Fix empty
/helpcommand (see #14); - Show two different versions via
/helpcommand (see #15); - Support multiple sandboxes, remove shared state across chats (see #16);
- Remove
morecommand and plugin (see #17); - Enable
TypeApplicationsGHC extension (see #18); - Reply to user messages and support user edits (see #19);
- Fix commands from all plugins except
eval(see #20); - Extend
/helpmessage (see #21); - Unescape unicode output from interpreter (see #22);
- Render response from bot as
monospace(see #26); - Move bot parser helpers to upstream
telegram-bot-simplepackage and use them (see #27); - Add haddock annotations to the code (see #28);
0.1.0 -- 2022-02-16
- First version. Released on an unsuspecting world.
- Only
/irccommand added.