Skip to content

Commit 1b2d9ec

Browse files
chore(release): Update version to v1.4.284
1 parent 63fe320 commit 1b2d9ec

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.284 (2025-08-12)
4+
5+
### PR [#1695](https://github.com/danielmiessler/Fabric/pull/1695) by [ksylvan](https://github.com/ksylvan): Introduce One-Liner Curl Install for Completions
6+
7+
- Add one-liner curl install method for shell completions without requiring repository cloning
8+
- Support downloading completions when files are missing locally with dry-run option for previewing changes
9+
- Enable custom download source via environment variable and create temporary directory for downloaded completion files
10+
- Add automatic cleanup of temporary files and validate downloaded files are non-empty and not HTML
11+
- Improve error handling and standardize logging by routing informational messages to stderr to avoid stdout pollution
12+
313
## v1.4.283 (2025-08-12)
414

515
### PR [#1692](https://github.com/danielmiessler/Fabric/pull/1692) by [ksylvan](https://github.com/ksylvan): Add Vendor Selection Support for Models

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.283"
3+
var version = "v1.4.284"
0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1695.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.283"
1+
"1.4.284"

0 commit comments

Comments
 (0)