Skip to content

Commit eed8cf2

Browse files
committed
update changelog date & release version
1 parent 2b77adb commit eed8cf2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/internal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var Internal models.InternalConfig
66

77
func init() {
88
Internal.Status.Notifications.Enabled = true
9-
Internal.AppVersion = "v0.4.3-dev"
9+
Internal.AppVersion = "v0.4.3"
1010
Internal.Status.Health = "n/a"
1111
Internal.Status.API = "n/a"
1212
Internal.Status.Frigate.API = "n/a"

docs/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## [v0.4.3](https://github.com/0x2142/frigate-notify/releases/tag/v0.4.3) - In Development
3+
## [v0.4.3](https://github.com/0x2142/frigate-notify/releases/tag/v0.4.3) - Feb 21 2025
44
- Add support for notifications via [Apprise API](https://frigate-notify.0x2142.com/latest/config/file/#apprise-api)
55
- Add retry interval for collecting snapshots from Frigate
6+
- Updated notification templates to include sublabel information, if available
67
- Fix app crash when no items in a review were eligible for notification
78

89
## [v0.4.2](https://github.com/0x2142/frigate-notify/releases/tag/v0.4.2) - Feb 10 2025

0 commit comments

Comments
 (0)