generated from ptkdev-boilerplate/node-telegram-bot-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
195 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
# v0.2.0 (October 25, 2021) | ||
# v0.3.0 (November 07, 2021) | ||
|
||
- `/privacy` command, limit `/about` request to specific users | ||
- Fix: all empty links give `about_command_user_not_found` message | ||
- Translate: 🇬🇧 English available | ||
- Fix bugs | ||
- Removed: ttypescript | ||
|
||
<!-- all-shields/sponsors-badges:START --> | ||
|
||
[![Donate Paypal](https://img.shields.io/badge/donate-paypal-005EA6.svg?style=for-the-badge&logo=paypal)](https://www.paypal.me/ptkdev) [![Donate Ko-Fi](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?style=for-the-badge&logo=ko-fi)](https://ko-fi.com/ptkdev) [![Donate Github Sponsors](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?style=for-the-badge&logo=github)](https://github.com/sponsors/ptkdev) [![Donate Patreon](https://img.shields.io/badge/donate-patreon-F87668.svg?style=for-the-badge&logo=patreon)](https://www.patreon.com/join/ptkdev) [![Donate Bitcoin](https://img.shields.io/badge/BTC-35jQmZCy4nsxoMM3QPFrnZePDVhdKaHMRH-E38B29.svg?style=flat-square&logo=bitcoin)](https://ptk.dev/img/icons/menu/bitcoin_wallet.png) [![Donate Ethereum](https://img.shields.io/badge/ETH-0x8b8171661bEb032828e82baBb0B5B98Ba8fBEBFc-4E8EE9.svg?style=flat-square&logo=ethereum)](https://ptk.dev/img/icons/menu/ethereum_wallet.png) | ||
|
||
<!-- all-shields/sponsors-badges:END --> | ||
|
||
# v0.2.0 (October 25, 2021) | ||
|
||
- `/privacy` command, limit `/about` request to specific users | ||
- Fix: all empty links give `about_command_user_not_found` message | ||
- Translate: 🇬🇧 English available | ||
|
||
# v0.1.0 (October 22, 2021) | ||
|
||
- First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ module.exports = { | |
globals: { | ||
"ts-jest": { | ||
tsconfig: "tsconfig.json", | ||
compiler: "ttypescript", | ||
}, | ||
}, | ||
}; |
Oops, something went wrong.