Skip to content

Releases: adrienjoly/telegram-scribe-bot

Upgrade all dependencies

07 Jan 15:01
Compare
Choose a tag to compare
v1.7.0

Release 1.7.0

Upgrade dependencies and documentation

07 Jan 11:05
Compare
Choose a tag to compare

v1.6.3

18 Sep 16:03
Compare
Choose a tag to compare
Release 1.6.3

Move Firebase npm scripts to Makefile

13 Dec 16:47
Compare
Choose a tag to compare

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

13 Dec 15:31
Compare
Choose a tag to compare
  • 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

12 Dec 16:04
Compare
Choose a tag to compare

New Trello command: /tags

12 Dec 15:16
Compare
Choose a tag to compare
v1.4.0

Release 1.4.0

Add command to list next steps of Trello cards

06 Dec 18:27
Compare
Choose a tag to compare

(released with npx release-it)

Switch to Node 12 + version number is fetched at deploy time

14 Nov 16:33
1969b0a
Compare
Choose a tag to compare
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

14 Nov 16:31
Compare
Choose a tag to compare
fix(gitignore): Ignore API dumps

(used for reference while developing – may contain private information)