Skip to content

Releases: cslant/laravel-telegram-git-notifier

v1.2.0

23 May 13:46
43a4560
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.2.0

v1.0.8

19 Mar 13:29
cf396ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

15 Feb 10:55
a564294
Compare
Choose a tag to compare

What's Changed

  • Update documentation and fix set owner for config jsons command by @tanhongit in #60

Full Changelog: v1.0.6...v1.0.7

v1.0.6

10 Feb 14:36
a002c47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

08 Feb 09:24
ad6b43e
Compare
Choose a tag to compare

What's Changed

  • create messages for delete event by @avaelo in #61

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

26 Jan 15:37
74d3e0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

25 Jan 08:07
9a2d9f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Jan 18:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Nov 07:04
5346a36
Compare
Choose a tag to compare

🚀 New Version Release! 🚀

✨ New Features:

  • Introduced support for Telegram bot commands.
  • Add support for custom commands and buttons. #33
  • Add support for custom callbacks. #33
  • Set My Commands - Create the Menu button in the bot's #33
  • Allows users to set a route prefix through the configuration file (ff5fdd4)
  • And a lot more ...

🛠 Improvements and Updates:

  • Create a command console to change the owner for config JSON files (#35, #36)

v1.0.0

23 Nov 09:01
d77f56c
Compare
Choose a tag to compare

✨ New Features

  • Support multiple languages
  • Added support for sending notifications in topics (threads in supergroups).
  • Enhanced capability to send notifications across multiple topics simultaneously.
  • Validate the configuration platform events.
  • Support for Optional Configuration via Vendor Publish Command
    • You can now customize the configuration more easily using the following command:
      php artisan vendor:publish --provider="CSlant\LaravelTelegramGitNotifier\Providers\TelegramGitNotifierServiceProvider" --tag="config_jsons"
    • This feature allows you to flexibly configure and manage your application according to your preferences.

📝 What's Changed

  • Update View templates for Github and Gitlab events notifications