Releases: adrienjoly/telegram-scribe-bot
Releases · adrienjoly/telegram-scribe-bot
use .env file for configuration
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 --testinstead 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-functionsto v1 by @adrienjoly in #68 - fix(spotify): detects album id from URL that includes locale and query params by @adrienjoly in #72
- feat: add
/openwhydcommand, 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
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