diff --git a/CHANGELOG.md b/CHANGELOG.md index db6da30e..abd632c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v1.4.256 (2025-07-17) + +### PR [#1624](https://github.com/danielmiessler/Fabric/pull/1624) by [ksylvan](https://github.com/ksylvan): Feature: Add Automatic ~/.fabric.yaml Config Detection + +- Implement default ~/.fabric.yaml config file detection +- Add support for short flag parsing with dashes +- Improve dry run output formatting and config path error handling +- Refactor dry run response construction into helper method +- Extract flag parsing logic into separate extractFlag function + +### Direct commits + +- Docs: Update CHANGELOG after v1.4.255 + ## v1.4.255 (2025-07-16) ### Direct commits diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 2855d72b..f345379f 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ