Skip to content

Commit 4c3860c

Browse files
committed
update changelog
1 parent d5790d4 commit 4c3860c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Upcoming in v2: Support for PostegreSQL and TTL in Conversations
44
5-
## v1.9 - [Not Released yet](https://github.com/skrtdev/NovaGram/releases/tag/v1.9)
5+
## v1.9 - [Source Code](https://github.com/skrtdev/NovaGram/releases/tag/v1.9)
66
- New **User mode**: you can now run userbots with NovaGram using [tdlight-telegram-bot-api](https://github.com/tdlight-team/tdlight-telegram-bot-api). (**Webhooks too!**) Check out [this example](https://github.com/skrtdev/NovaGram/blob/master/examples/userbot.php).
77
- **Bot API v5.1**:
88
> Check [full changelog](https://core.telegram.org/bots/api#march-9-2021) for more info
@@ -21,7 +21,8 @@
2121
- Added `ObjectsList::getLast()`, useful if you work with photos, which are arrays of `PhotoSize`s
2222
- Added autoload of class handlers: it will include and fire all handlers found by searching for files that ends with `Handler.php`, `Command.php` and `Callback.php`. Class names must be the same as file names. It won't look inside `vendor`.
2323
- Now `Message::editText()` will not delete `reply_markup` by default. Use `reply_markup: null` to force deleting it.
24-
- Added `Dispatcher::stopHandling()` or simply `stop_handling()`, which stop other handlers from being executed (previously, `exit()` was needed)
24+
- Added `Dispatcher::stopHandling()` or simply `stop_handling()`, which stop other handlers from being executed (previously, `exit()` was needed)
25+
- Added `Database::getConversationsByName()`
2526
- New Bot settings:
2627
- `username`: Bot username, needed to avoid that other bot's commands are recognized in groups when using command handlers and webhook.
2728
- `export_commands`: Whether to call `Bot::exportCommands()` when idling on CLI. Default to `true`
@@ -33,7 +34,8 @@
3334
- `MethodNotAllowedException` (405)
3435
- `RequestEntityTooLargeException` (413)
3536
- Fixes:
36-
- Bot won't crash on uncaught internal exceptions.
37+
- Bot won't crash on uncaught internal exceptions.
38+
- Conversations are now updated instead of deleted and reinserted.
3739
- Classes `MessageId`, `ProximityAlertTriggered` didn't work properly
3840
- Bot will now process queued updates before retrieving other ones
3941
- Fixed wrong behaviour when serializing false

0 commit comments

Comments
 (0)