File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11package main
22
3- var version = "v1.4.283 "
3+ var version = "v1.4.284 "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- "1.4.283 "
1+ "1.4.284 "
You can’t perform that action at this time.
0 commit comments