Skip to content

Commit 46f063c

Browse files
tanhongitgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 5346a36 commit 46f063c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
Here you can see the full list of changes between each Telegram Git Notifier package release.
44

5+
## v1.0.1 - 2023-11-25
6+
7+
### 🚀 New Version Release! 🚀
8+
9+
#### ✨ New Features:
10+
11+
- Introduced support for Telegram bot commands.
12+
- Add support for custom commands and buttons. #33
13+
- Add support for custom callbacks. #33
14+
- Set My Commands - Create the Menu button in the bot's #33
15+
- Allows users to set a route prefix through the configuration file ([ff5fdd4](https://github.com/cslant/laravel-telegram-git-notifier/commit/ff5fdd443bce32a3b1a5dd481c60dc36f1819190))
16+
- And a lot more ...
17+
18+
🛠 Improvements and Updates:
19+
20+
- Create a command console to change the owner for config JSON files (#35, #36)
21+
522
## v1.0.0 - 2023-11-23
623

724
### ✨ New Features
@@ -13,7 +30,8 @@ Here you can see the full list of changes between each Telegram Git Notifier pac
1330
- **Support for Optional Configuration via Vendor Publish Command**
1431
- You can now customize the configuration more easily using the following command:
1532
```bash
16-
php artisan vendor:publish --provider="CSlant\LaravelTelegramGitNotifier\Providers\TelegramGitNotifierServiceProvider" --tag="config_jsons"
33+
php artisan vendor:publish --provider="CSlant\LaravelTelegramGitNotifier\Providers\TelegramGitNotifierServiceProvider" --tag="config_jsons"
34+
1735

1836
```
1937
- This feature allows you to flexibly configure and manage your application according to your preferences.

0 commit comments

Comments
 (0)