Skip to content

Commit 1351f13

Browse files
chore(release): Update version to v1.4.277
1 parent 8da5196 commit 1351f13

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.4.277 (2025-08-08)
4+
5+
### PR [#1679](https://github.com/danielmiessler/Fabric/pull/1679) by [ksylvan](https://github.com/ksylvan): Add cross-platform desktop notifications to Fabric CLI
6+
7+
- Add cross-platform desktop notifications with secure custom commands
8+
- Integrate notification sending into chat processing workflow
9+
- Add --notification and --notification-command CLI flags and help
10+
- Provide cross-platform providers: macOS, Linux, Windows with fallbacks
11+
- Escape shell metacharacters to prevent injection vulnerabilities
12+
313
## v1.4.276 (2025-08-08)
414

515
### Direct commits

cmd/fabric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.276"
3+
var version = "v1.4.277"
0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1679.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.276"
1+
"1.4.277"

0 commit comments

Comments
 (0)