Skip to content

Latest commit

 

History

History
63 lines (29 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

63 lines (29 loc) · 2.63 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2022-11-07)

Features

  • Add Vorstandsmeeting reminders (d8162a2)

2.0.0 (2021-12-05)

⚠ BREAKING CHANGES

  • The CHAT_ID environment variable in the .env file got replaced with a PR_CHAT_ID variable.

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.

  • Reminder objects have an additional, required property chatIds: string[] that holds the chat IDs that the bot sends the reminders to.

Features

  • Move chat ID configuration to reminders to allow bot usage in several channels (55db651), closes #2

1.3.0 (2021-12-05)

Features

  • 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)

Features

  • Extract reminder configuration to reminders.js to make it easier to configure (926f89d), closes #1

1.1.1 (2021-12-04)

1.1.0 (2021-12-04)

Features

  • Prepare open-sourcing the repo 5afd31a

1.0.1 (2021-12-04)

Bug Fixes

  • Also listen for group /start command 3760cbe

1.0.0 (2021-12-04)

Features

  • Initial release 5b073ee