Skip to content

Releases: cslant/telegram-git-notifier

v1.5.0

Choose a tag to compare

@tanhongit tanhongit released this 23 May 13:36
9237cdd

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@tanhongit tanhongit released this 30 Apr 02:59
24a6b6c

What's Changed

  • chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #45
  • chore(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #46

New Contributors

Update dependency to support Laravel 11.x

Full Changelog: v1.3.9...v1.4.0

v1.3.9

Choose a tag to compare

@tanhongit tanhongit released this 19 Mar 13:28
ec671ba

What's Changed

Full Changelog: v1.3.8...v1.3.9

v1.3.8

Choose a tag to compare

@tanhongit tanhongit released this 10 Feb 02:35
cab7503

What's Changed

New Contributors

Full Changelog: v1.3.7...v1.3.8

v1.3.7

Choose a tag to compare

@tanhongit tanhongit released this 08 Feb 09:21
04238f1

What's Changed

New Contributors

Full Changelog: v1.3.6...v1.3.7

v1.3.6

Choose a tag to compare

@tanhongit tanhongit released this 25 Jan 15:49
349d959

What's Changed

  • feat: add request_verify from Client Request to work correctly on window and Linux by @LuongTienThinh in #38

New Contributors

Full Changelog: v1.3.5...v1.3.6

v1.3.5

Choose a tag to compare

@tanhongit tanhongit released this 03 Dec 04:00
3ab8b00

✨ New Features:

  • Allows adding ignore message string to view files to prevent sending notifications. (#35)

📝 What's Changed

  • Optimize: Remove redundant param in setting event (#33)
  • Change the return type for view function of core (#33)

✍ New Contributors

v1.3.4

Choose a tag to compare

@tanhongit tanhongit released this 11 Nov 10:30
0e00e75

🔧 Improvements and Fixes

  • Fixed the error with the function view if need to use namespace in the Laravel package #31

v1.3.3

Choose a tag to compare

@tanhongit tanhongit released this 08 Nov 02:17
9cf3c8b

📝 What's Changed

  • Enhanced Exception Handling: We've expanded our exception handling to give you clearer insights into what's going wrong and why. (#29, #30)
  • Config File Integrity Checks: To ensure the integrity and reliability of your notification system. (#29)

🔧 Improvements and Fixes

  • Fixed some functions that conflict with Laravel framework.(b41efea)

v1.3.2

Choose a tag to compare

@tanhongit tanhongit released this 04 Nov 09:26
695c927

🔧 Improvements and Fixes

  • Fixed helper function conflict with Laravel by ensuring config and view are not redefined if they already exist. #28