Skip to content

Releases: VerifiedJoseph/vigilant

Version 1.5.0

03 Feb 17:41
8479391
Compare
Choose a tag to compare

This release introduces support for truncating notification text to a given length.

feeds:
    - name: GitHub Status
      url: https://www.githubstatus.com/history.rss
      interval: 600
      truncate: true
      truncate_length: 250

See the Feeds File documentation for more details.

Changelog:

  • Added option for truncating notification text (#339, 4edde55)
  • Refactored cache class (#337, feffc99)
  • Updated symfony/yaml from 7.2.0 to 7.2.3 (#344, f4c1fd7)
  • Dockerfile: Bump alpine from 3.21.0 to 3.21.2 (#341, 6ac2356)
  • Dockerfile: Bump composer from 2.8.4 to 2.8.5 (#342, 3da7b28)

All changes: v1.4.7...v1.5.0

Docker image

ghcr.io/verifiedjoseph/vigilant:1.5.0

Version 1.4.7

30 Dec 15:04
2834a73
Compare
Choose a tag to compare

Changelog:

  • Updated verifiedjoseph/ntfy-php-library from 4.6.2 to 4.7.0 (#325, 768e186)
  • Updated verifiedjoseph/gotify-api-php from 1.9.0 to 1.10.0 (#326, 76ea314)
  • Dockerfile: Updated alpine from 3.20.3 to 3.21.0 (#323, 5ba7bf6)
  • Dockerfile: Updated composer from 2.8.3 to 2.8.4 (#320, d7ec60a)

All changes: v1.4.6...v1.4.7

Docker image

ghcr.io/verifiedjoseph/vigilant:1.4.7

Version 1.4.6

02 Dec 18:08
ed1ad5b
Compare
Choose a tag to compare

Changelog:

  • Updated user agent string (#315, d9ad5bd)
  • Updated symfony/yaml from 7.1.6 to 7.2.0 (#314, 07b9a26)
  • Dockerfile: Updated composer from 2.8.2 to 2.8.3 (#304, 399a392)

All changes: v1.4.5...v1.4.6

Docker image

ghcr.io/verifiedjoseph/vigilant:1.4.6

Version 1.4.5

01 Nov 13:13
3ced215
Compare
Choose a tag to compare

Changelog:

  • Updated symfony/yaml from 7.1.5 to 7.1.6 (#290, 6317445)
  • Dockerfile: Updated composer from 2.7.9 to 2.8.1 (#280, 8bdaad2)
  • Dockerfile: Updated composer from 2.8.1 to 2.8.2 (#296, 1834211)

All changes: v1.4.4...v1.4.5

Docker image

ghcr.io/verifiedjoseph/vigilant:1.4.5

Version 1.4.4

01 Oct 14:43
f336474
Compare
Choose a tag to compare

Changelog:

  • Updated symfony/yaml from 7.1.4 to 7.1.5 (#271, 4f51691)
  • Dockerfile: Updated alpine from 3.20.2 to 3.20.3 (#272, 58c266e)
  • Dockerfile: Updated composer from 2.7.8 to 2.7.9 (#273, 0c9b976)

All changes: v1.4.3...v1.4.4

Docker image

ghcr.io/verifiedjoseph/vigilant:1.4.4

Version 1.4.3

01 Sep 13:09
654566d
Compare
Choose a tag to compare

Changelog:

  • Updated symfony/yaml from 7.1.1 to 7.1.4 (#259, 15a806b)
  • Dockerfile: Updated composer from 2.7.7 to 2.7.8 (#257, d9f0196)

All changes: v1.4.2...v1.4.3

Docker image

ghcr.io/verifiedjoseph/vigilant:1.4.3

Version 1.4.2

01 Aug 17:15
4e74af0
Compare
Choose a tag to compare

Changelog:

  • Updated guzzlehttp/guzzle from 7.9.1 to 7.9.2 (#245, 91d531e)
  • Updated verifiedjoseph/ntfy-php-library from 4.6.1 to 4.6.2 (#252, 224f341)
  • Updated verifiedjoseph/gotify-api-php from 1.8.4 to 1.9.0 (#251, 2ceb62f)

All changes: v1.4.1...v1.4.2

Docker image

ghcr.io/verifiedjoseph/vigilant:1.4.2

Version 1.4.1

23 Jul 16:03
94ec2a0
Compare
Choose a tag to compare

Changelog:

  • Updated guzzlehttp/guzzle from 7.9.0 to 7.9.1 (#237, 3a0ce77)
  • Updated verifiedjoseph/ntfy-php-library from 4.6.0 to 4.6.1 (#236, 3215c6f)
  • Updated verifiedjoseph/gotify-api-php from 1.8.3 to 1.8.4 (#235, e01501d)
  • Dockerfile: Updated alpine from 3.20.1 to 3.20.2 (#238, 59201ad)

All changes: v1.4.0...v1.4.1

Docker image

ghcr.io/verifiedjoseph/vigilant:1.4.1

Version 1.4.0

21 Jul 16:10
e035f03
Compare
Choose a tag to compare

This release introduces support for restricting feed monitoring to a specific time period during the day.

feeds:
    - name: GitHub Status
      url: https://www.githubstatus.com/history.rss
      interval: 600
      active_hours:
        start_time: '09:30'
        end_time: '17:00'

See active hours in the feeds documentation for the details.

Changelog:

  • Added active hours. (#220, 57b76d4)
  • Dropped support for php 8.1 (#230, 8cb208b)
  • Updated symfony/yaml from 6.4.8 to 7.1.1 (#222, c038e1e)
  • Updated guzzlehttp/guzzle from 7.8.1 to 7.9.0 (#223, 25cc8ea)
  • Updated verifiedjoseph/ntfy-php-library from 4.5.2 to 4.6.0 (#226, e88b1f3)
  • Updated verifiedjoseph/gotify-api-php from 1.8.2 to 1.8.3 (#227, a53bf80)

All changes: v1.3.0...v1.4.0

Docker image

ghcr.io/verifiedjoseph/vigilant:1.4.0

Version 1.3.0

02 Jul 14:34
269547d
Compare
Choose a tag to compare

Changelog:

  • Added feeds file option for notification title prefixes. (#193, df3690b)
  • Added cache format versioning. (#194, 72034d0)
  • Updated Firefox version in user agent string from 123 to 127. (#216, f2849d3)
  • Docker: Replaced php daemon script with bash script. (#185, 577c350)
  • Updated verifiedjoseph/gotify-api-php from 1.8.1 to 1.8.2 (#206, aae4acd)
  • Updated symfony/yaml from 6.4.7 to 6.4.8 (#204, 9714b36)
  • Dockerfile: Updated composer from 2.7.4 to 2.7.6 (#186, eaff081)
  • Dockerfile: Updated composer from 2.7.6 to 2.7.7 (#208, 1be7493)
  • Dockerfile: Updated alpine from 3.19.1 to 3.20.0 (#202, 3a8f64f)
  • Dockerfile: Updated alpine from 3.20.0 to 3.20.1 (#207, 97c7763)

All changes: v1.2.0...v1.3.0

Docker image

ghcr.io/verifiedjoseph/vigilant:1.3.0