Skip to content

Commit a29bb36

Browse files
committed
doc: update changelog
1 parent f7d37bf commit a29bb36

File tree

1 file changed

+60
-47
lines changed

1 file changed

+60
-47
lines changed

CHANGELOG.md

Lines changed: 60 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,64 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [0.68.0][0.68.0] - UNRELEASE
7-
8-
1. Support Telegram Bot API 9.1 (@danielperez9430)
9-
* sendChecklist
10-
* editMessageChecklist
11-
* getMyStarBalance
12-
13-
2. Support Telegram Bot API 9.0 (@danielperez9430)
14-
* readBusinessMessage
15-
* deleteBusinessMessages
16-
* setBusinessAccountName
17-
* setBusinessAccountUsername
18-
* setBusinessAccountBio
19-
* setBusinessAccountProfilePhoto
20-
* removeBusinessAccountProfilePhoto
21-
* setBusinessAccountGiftSettings
22-
* getBusinessAccountStarBalance
23-
* transferBusinessAccountStars
24-
* getBusinessAccountGifts
25-
* convertGiftToStars
26-
* upgradeGift
27-
* transferGift
28-
* postStory
29-
* editStory
30-
* deleteStory
31-
* giftPremiumSubscription
32-
33-
3. Support Telegram Bot API 8.2 and 8.3 (@danielperez9430)
34-
* verifyUser
35-
* verifyChat
36-
* removeUserVerification
37-
* removeChatVerification
38-
39-
4. Support Telegram Bot API 8.0 and 8.1
40-
* savePreparedInlineMessage (@IsmailBinMujeeb & @danielperez9430)
41-
* setUserEmojiStatus (@danielperez9430)
42-
* editUserStarSubscription (@danielperez9430)
43-
* getAvailableGifts (@danielperez9430)
44-
* sendGift (@danielperez9430)
45-
46-
5. Support Telegram Bot API 7.10 (@danielperez9430)
47-
* Update: `purchased_paid_media`
6+
## [Unreleased][Unreleased]
487

8+
Added:
9+
10+
1. Support Telegram Bot API v7.4 (by @danielperez9430)
11+
* `#refundStarPayment`
4912
6. Support Telegram Bot API 7.6 (@danielperez9430)
50-
* sendPaidMedia
13+
* `#sendPaidMedia`
14+
1. Support Telegram Bot API v7.9 (by @danielperez9430)
15+
1. Support Telegram Bot API v7.10 (by @danielperez9430)
16+
* Update: `purchased_paid_media`
17+
1. Support Telegram Bot API v8.0 and v8.1
18+
* `#savePreparedInlineMessage` (@IsmailBinMujeeb)
19+
* `#setUserEmojiStatus` (@danielperez9430)
20+
* `#editUserStarSubscription` (@danielperez9430)
21+
* `#getAvailableGifts` (@danielperez9430)
22+
* `#sendGift` (@danielperez9430)
23+
1. Support Telegram Bot API v8.2, v8.3 (@danielperez9430)
24+
* `#verifyUser`
25+
* `#verifyChat`
26+
* `#removeUserVerification`
27+
* `#removeChatVerification`
28+
1. Support Telegram Bot API v8.3 (by @danielperez9430)
29+
1. Support Telegram Bot API v9.0 (by @danielperez9430)
30+
* `#readBusinessMessage`
31+
* `#deleteBusinessMessages`
32+
* `#setBusinessAccountName`
33+
* `#setBusinessAccountUsername`
34+
* `#setBusinessAccountBio`
35+
* `#setBusinessAccountProfilePhoto`
36+
* `#removeBusinessAccountProfilePhoto`
37+
* `#setBusinessAccountGiftSettings`
38+
* `#getBusinessAccountStarBalance`
39+
* `#transferBusinessAccountStars`
40+
* `#getBusinessAccountGifts`
41+
* `#convertGiftToStars`
42+
* `#upgradeGift`
43+
* `#transferGift`
44+
* `#postStory`
45+
* `#editStory`
46+
* `#deleteStory`
47+
* `#giftPremiumSubscription`
48+
1. Support Telegram Bot API v9.1 (by @danielperez9430)
49+
* `#sendChecklist`
50+
* `#editMessageChecklist`
51+
* `#getMyStarBalance`
52+
53+
Fixed:
5154

52-
## [0.67.0][0.67.0] - 2024-05-30
55+
1. Reference causing error in `FatalError` (by @ivanjh)
56+
1. Stringify `scope` field in `#deleteMyCommands` (by @XC-Zhang)
57+
1. Stringify `allowed_updates` field in `#getUpdates` (by @alfanzain)
58+
1. Stringify `message_ids` in `#forwardMessages` (by @qiaoshouzi)
59+
1. Rename parameter `thumb` to `thumbnail` (by @0x114514BB)
60+
1. Remove travis badge (by @melroy89)
61+
1. Improve documentation on events (by @programminghoch10)
62+
1. Fix Telegram invite group link (by @melroy89)
5363

54-
1. Support Telegram Bot API 7.4 (@danielperez9430)
55-
* refundStarPayment
5664

5765
## [0.66.0][0.66.0] - 2024-05-03
5866

@@ -562,4 +570,9 @@ Fixed:
562570
[0.28.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.28.0
563571
[0.29.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.29.0
564572
[0.30.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.30.0
565-
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.30.0...master
573+
[0.63.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.63.0
574+
[0.64.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.64.0
575+
[0.65.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.65.0
576+
[0.65.1]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.65.1
577+
[0.66.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.66.0
578+
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.66.0...master

0 commit comments

Comments
 (0)