2021-10-06 19:44:03 +02:00
|
|
|
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
2024-02-28 11:25:01 +01:00
|
|
|
## [0.3.1] - 28.02.2023
|
|
|
|
### Changed
|
|
|
|
- fixed markdown replier to respect restricted characters provided in the [api docs](https://core.telegram.org/bots/api#markdownv2-style)
|
2021-11-12 12:23:54 +01:00
|
|
|
## [0.3.0] - 12.11.2021
|
|
|
|
### Added
|
|
|
|
- Dynamic mentioning by `@` character
|
|
|
|
### Changed
|
|
|
|
- `start` text
|
|
|
|
- Group name validation - those are forbidden now - `all`, `channel`, `chat`, `everyone`, `group`, `here`
|
2021-11-12 13:15:00 +01:00
|
|
|
### Deleted
|
|
|
|
- mentioning user that performed `/everyone` or dynamic mention in bot response
|
2021-10-26 17:52:51 +02:00
|
|
|
## [0.2.0] - 26.10.2021
|
2021-10-07 19:15:53 +02:00
|
|
|
### Added
|
2021-10-26 17:52:51 +02:00
|
|
|
- Inline Mode for `join`, `leave` & `everyone`
|
|
|
|
- Banned users environment variable
|
2021-10-11 17:20:39 +02:00
|
|
|
- Buttons for `start` message
|
2021-10-08 15:25:47 +02:00
|
|
|
### Changed
|
2021-10-11 17:20:39 +02:00
|
|
|
- Code quality improvements
|
|
|
|
- `start` text
|
2021-10-26 17:52:51 +02:00
|
|
|
- mongodb data structure
|
|
|
|
- group name max length to 40
|
2021-10-08 15:25:47 +02:00
|
|
|
### Deleted
|
|
|
|
- `/silent` command
|
2021-10-06 19:44:03 +02:00
|
|
|
## [0.1.0] - 06.10.2021
|
|
|
|
### Features
|
|
|
|
- `/join` command
|
|
|
|
- `/leave` command
|
|
|
|
- `/groups` command
|
|
|
|
- `/everyone` command
|
|
|
|
- `/start` command
|
|
|
|
- `/silent` command
|
|
|
|
- possibility to have multiple contexts for one chat
|
|
|
|
- docker setup & docker commands
|