Releases: adrienjoly/telegram-scribe-bot
Releases · adrienjoly/telegram-scribe-bot
Upgrade all dependencies
v1.7.0 Release 1.7.0
Upgrade dependencies and documentation
v1.6.4 Release 1.6.4
v1.6.3
Release 1.6.3
Move Firebase npm scripts to Makefile
Goal: make the bot more agnostic => make it easy to integrate on glitch.io, for instance.
-
clean-up makefile
-
fix: move npm firebase-related scripts to Makefile
-
fix: no need to lint before deploy
-
add "release" target in makefile
Support Markdown formatting
-
feat: support Markdown formatting
-
fix: let processMessage() throw errors + exclude console logs from it
-
fix: disable logs efficently, only when app is being tested
Can add a task to a Trello card with more than one checklist
v1.5.0 Release 1.5.0
New Trello command: /tags
v1.4.0 Release 1.4.0
Add command to list next steps of Trello cards
(released with npx release-it
)
Switch to Node 12 + version number is fetched at deploy time
feat: Switch to Node 12 (#22) * feat: Switch to Node 12 * bump to v1.2.0 * read version number dynamically from package.json * feat: dynamically integrate the chatbot version number in firebase's config, when deploying
Switch to Node 10 + update all deps + add `/version` command
fix(gitignore): Ignore API dumps (used for reference while developing – may contain private information)