@calebcall/camera-ui-notify 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/bundle.zip +0 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to **Notify** are documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.5.1] - 2026-07-25
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **gofmt** — corrected struct-literal field alignment in `src/backend/gotify.go` (an inline comment
|
|
13
|
+
inside the payload literal had thrown off `gofmt`). No functional change.
|
|
14
|
+
|
|
8
15
|
## [0.5.0] - 2026-07-25
|
|
9
16
|
|
|
10
17
|
### Fixed
|
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Notify",
|
|
3
3
|
"name": "@calebcall/camera-ui-notify",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.1",
|
|
5
5
|
"description": "A fully-local, multi-backend camera.ui notifier plugin: delivers notifications to ntfy, Gotify, or a generic webhook, entirely on your own hardware with no cloud dependency.",
|
|
6
6
|
"author": "calebcall (https://github.com/calebcall/camera-ui-notify)",
|
|
7
7
|
"main": "./main.go",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"os": [],
|
|
46
46
|
"cpu": [],
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@calebcall/camera-ui-notify-darwin-arm64": "0.5.
|
|
49
|
-
"@calebcall/camera-ui-notify-darwin-amd64": "0.5.
|
|
50
|
-
"@calebcall/camera-ui-notify-linux-amd64": "0.5.
|
|
51
|
-
"@calebcall/camera-ui-notify-linux-arm64": "0.5.
|
|
52
|
-
"@calebcall/camera-ui-notify-windows-amd64": "0.5.
|
|
53
|
-
"@calebcall/camera-ui-notify-windows-arm64": "0.5.
|
|
54
|
-
"@calebcall/camera-ui-notify-linux-amd64-musl": "0.5.
|
|
55
|
-
"@calebcall/camera-ui-notify-linux-arm64-musl": "0.5.
|
|
48
|
+
"@calebcall/camera-ui-notify-darwin-arm64": "0.5.1",
|
|
49
|
+
"@calebcall/camera-ui-notify-darwin-amd64": "0.5.1",
|
|
50
|
+
"@calebcall/camera-ui-notify-linux-amd64": "0.5.1",
|
|
51
|
+
"@calebcall/camera-ui-notify-linux-arm64": "0.5.1",
|
|
52
|
+
"@calebcall/camera-ui-notify-windows-amd64": "0.5.1",
|
|
53
|
+
"@calebcall/camera-ui-notify-windows-arm64": "0.5.1",
|
|
54
|
+
"@calebcall/camera-ui-notify-linux-amd64-musl": "0.5.1",
|
|
55
|
+
"@calebcall/camera-ui-notify-linux-arm64-musl": "0.5.1"
|
|
56
56
|
},
|
|
57
57
|
"files": [
|
|
58
58
|
"bundle.zip",
|