Skip to content

Latest commit

 

History

History
162 lines (95 loc) · 7.07 KB

CHANGELOG.md

File metadata and controls

162 lines (95 loc) · 7.07 KB

Changelog

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

v1.2.0 - 2024-05-23

What's Changed

  • chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #65
  • chore(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #66
  • Update layout for workflow events, actions by @tanhongit in #68
  • feature/team_add by @hokhacminhtri in #70
  • Fix/update Gitlab event template by @tanhongit in #72
  • Update push event template by @tanhongit in #73
  • Update some templates for tool by @tanhongit in #76
  • feature/team by @hokhacminhtri in #75
  • Fix/update gitlab event template by @tongthanhphu in #78
  • fix: update menu translations by @tanhongit in #77
  • refactor: translate vi for gitlab by @NhutMinhIT in #79
  • Update gitlab and tool template and translations by @tanhongit in #80
  • Add/Update event template by @tanhongit in #81
  • feat: using laravel helper to set limit content message by @tongthanhphu in #82
  • feat: add gitlab events by @tanhongit in #83

New Contributors

  • @dependabot made their first contribution in #65
  • @hokhacminhtri made their first contribution in #70
  • @tongthanhphu made their first contribution in #78
  • @NhutMinhIT made their first contribution in #79

Full Changelog: https://github.com/cslant/laravel-telegram-git-notifier/compare/v1.0.8...v1.2.0

v1.0.8 - 2024-03-19

What's Changed

  • Laravel 11.x Support by @tanhongit in #64

Full Changelog: https://github.com/cslant/laravel-telegram-git-notifier/compare/v1.0.7...v1.0.8

v1.0.7 - 2024-02-15

What's Changed

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

Full Changelog: https://github.com/cslant/laravel-telegram-git-notifier/compare/v1.0.6...v1.0.7

v1.0.6 - 2024-02-10

What's Changed

  • Create star action templates by @kenautomus in #62
  • Fix blade & translations by @kenautomus in #63

New Contributors

  • @kenautomus made their first contribution in #62

Full Changelog: https://github.com/cslant/laravel-telegram-git-notifier/compare/v1.0.5...v1.0.6

v1.0.5 - 2024-02-08

What's Changed

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

New Contributors

  • @avaelo made their first contribution in #61

Full Changelog: https://github.com/cslant/laravel-telegram-git-notifier/compare/v1.0.4...v1.0.5

v1.0.4 - 2024-01-26

What's Changed

Full Changelog: https://github.com/cslant/laravel-telegram-git-notifier/compare/v1.0.3...v1.0.4

v1.0.3 - 2024-01-25

What's Changed

  • Refactor config by @tanhongit in #57
  • feat: set webhook using CLI by @LuongTienThinh in #58

New Contributors

  • @LuongTienThinh made their first contribution in #58

Full Changelog: https://github.com/cslant/laravel-telegram-git-notifier/compare/v1.0.2...v1.0.3

v1.0.2 - 2024-01-15

What's Changed

  • New Official Documentation in the Telegram Git Notifier Documentation
  • Update view template for bot's tool by @pxthinh in #38
  • Add view and lang for branch protection rule and deploy key by @pxthinh in #39
  • Update view template for some github events by @pxthinh in #41
  • Fix the person execute for some view template by @pxthinh in #42

Full Changelog: https://github.com/cslant/laravel-telegram-git-notifier/compare/v1.0.1...v1.0.2

v1.0.1 - 2023-11-25

🚀 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 - 2023-11-23

✨ 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

v0.0.2 - 2023-11-04

  • Remove redundant helper not set autoload in composer

v0.0.1 - 2023-11-04

  • Experimental release