All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.0 (2022-11-07)
- Add Vorstandsmeeting reminders (d8162a2)
2.0.0 (2021-12-05)
- The
CHAT_IDenvironment variable in the.envfile got replaced with aPR_CHAT_IDvariable.
For non-WüSpace-usages, don't use the PR_CHAT_ID variable! Instead, define variables that match your own structure (for the different channels that you use) and adjust the reminders.js file to use your IDs.
Reminderobjects have an additional, required propertychatIds: string[]that holds the chat IDs that the bot sends the reminders to.
1.3.0 (2021-12-05)
- Add better logging, including timestamps and log messages when reminders get sent (7181883), closes #3
1.2.1 (2021-12-04)
1.2.0 (2021-12-04)
1.1.1 (2021-12-04)
1.1.0 (2021-12-04)
- Prepare open-sourcing the repo 5afd31a
1.0.1 (2021-12-04)
- Also listen for group
/startcommand 3760cbe
- Initial release 5b073ee