Skip to content

Releases: adrienjoly/telegram-scribe-bot

use .env file for configuration

18 Feb 16:00

Choose a tag to compare

What's Changed

  • build(deps): bump minimatch from 3.0.4 to 3.1.2 in /functions by @dependabot[bot] in #57
  • fix(deps): upgrade Node.js to v20 => use node --test instead of Mocha by @adrienjoly in #63
  • build(deps): bump cookiejar from 2.1.2 to 2.1.4 in /functions by @dependabot[bot] in #59
  • build(deps): bump express from 4.18.2 to 4.19.2 in /functions by @dependabot[bot] in #64
  • build(deps): bump word-wrap from 1.2.3 to 1.2.5 in /functions by @dependabot[bot] in #65
  • build(deps): bump jose from 2.0.6 to 2.0.7 in /functions by @dependabot[bot] in #66
  • fix(deps): stick firebase-functions to v1 by @adrienjoly in #68
  • fix(spotify): detects album id from URL that includes locale and query params by @adrienjoly in #72
  • feat: add /openwhyd command, to post a YouTube track to openwhyd.org by @adrienjoly in #73
  • docs: add link to Telegram reference API documentation by @adrienjoly in #74
  • build(deps-dev): bump ws from 7.4.6 to 7.5.10 in /functions by @dependabot[bot] in #71
  • build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /functions by @dependabot[bot] in #70
  • build(deps): bump @grpc/grpc-js and google-gax in /functions by @dependabot[bot] in #69
  • build(deps): bump path-to-regexp, express and superstatic in /functions by @dependabot[bot] in #84
  • fix: don't retry handling message that cannot be parsed by @adrienjoly in #87
  • fix(config): Migrate from Firebase config service to .env files by @Copilot in #99

New Contributors

  • @Copilot made their first contribution in #99

Full Changelog: v1.7.0...v1.8.2

Upgrade all dependencies

07 Jan 15:01

Choose a tag to compare

v1.7.0

Release 1.7.0

Upgrade dependencies and documentation

07 Jan 11:05

Choose a tag to compare

v1.6.3

18 Sep 16:03

Choose a tag to compare

Release 1.6.3

Move Firebase npm scripts to Makefile

13 Dec 16:47

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

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

Choose a tag to compare

New Trello command: /tags

12 Dec 15:16

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

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

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