diff --git a/CHANGELOG.md b/CHANGELOG.md index 569dc99a..192e0da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v1.4.352 (2025-12-18) + +### PR [#1886](https://github.com/danielmiessler/Fabric/pull/1886) by [ksylvan](https://github.com/ksylvan): Enhanced Onboarding and Setup Experience + +- User Experience: implement automated first-time setup and improved configuration validation +- Add automated first-time setup for patterns and strategies +- Implement configuration validation to warn about missing required components +- Update setup menu to group plugins into required and optional +- Provide helpful guidance when no patterns are found in listing + +### Direct commits + +- Chore: update README with new interactive Swagger available in v.1.4.350 + ## v1.4.351 (2025-12-18) ### PR [#1882](https://github.com/danielmiessler/Fabric/pull/1882) by [bvandevliet](https://github.com/bvandevliet): Added yt-dlp package to docker image diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index b08ddd4c..2fd04eac 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.351" +var version = "v1.4.352" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 6bb2bcc2..185f7740 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1886.txt b/cmd/generate_changelog/incoming/1886.txt deleted file mode 100644 index 00e0d368..00000000 --- a/cmd/generate_changelog/incoming/1886.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#1886](https://github.com/danielmiessler/Fabric/pull/1886) by [ksylvan](https://github.com/ksylvan): Enhanced Onboarding and Setup Experience - -- User Experience: implement automated first-time setup and improved configuration validation -- Add automated first-time setup for patterns and strategies -- Implement configuration validation to warn about missing required components -- Update setup menu to group plugins into required and optional -- Provide helpful guidance when no patterns are found in listing diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 77ce627e..fb0c9751 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.351" +"1.4.352"