Skip to content

Releases: cslant/telegram-git-notifier

v1.5.0

23 May 13:36
9237cdd
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.4.0

30 Apr 02:59
24a6b6c
Compare
Choose a tag to compare

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

19 Mar 13:28
ec671ba
Compare
Choose a tag to compare

What's Changed

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

v1.3.8

10 Feb 02:35
cab7503
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.3.7

08 Feb 09:21
04238f1
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.3.6

25 Jan 15:49
349d959
Compare
Choose a tag to compare

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

03 Dec 04:00
3ab8b00
Compare
Choose a tag to compare

✨ 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

11 Nov 10:30
0e00e75
Compare
Choose a tag to compare

🔧 Improvements and Fixes

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

v1.3.3

08 Nov 02:17
9cf3c8b
Compare
Choose a tag to compare

📝 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

04 Nov 09:26
695c927
Compare
Choose a tag to compare

🔧 Improvements and Fixes

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