mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.352
This commit is contained in:
parent
b4226da967
commit
26ac5f3bf9
14
CHANGELOG.md
14
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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.351"
|
||||
var version = "v1.4.352"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.351"
|
||||
"1.4.352"
|
||||
|
|
|
|||
Loading…
Reference in a new issue