chore(release): Update version to v1.4.392

This commit is contained in:
github-actions[bot] 2026-01-25 18:18:03 +00:00
parent 7f15553c71
commit fe4f729eae
5 changed files with 14 additions and 11 deletions

View file

@ -1,5 +1,17 @@
# Changelog
## v1.4.392 (2026-01-25)
### PR [#1968](https://github.com/danielmiessler/Fabric/pull/1968) by [ksylvan](https://github.com/ksylvan): New `extract_all_quotes` and move misplaced patterns
- Move orphaned pattern files from patterns/ to data/patterns/
- Add extract_all_quotes pattern for quote extraction
- The extract_all_quotes is originally from [PR #176](https://github.com/danielmiessler/Fabric/pull/176) by [@CPAtoCybersecurity](https://github.com/CPAtoCybersecurity)
- The `suggest_pattern` pattern is updated with the following additions.
- extract_bd_ideas for actionable idea extraction
- suggest_gt_command for GT command suggestions
- create_bd_issue for issue tracking commands
## v1.4.391 (2026-01-24)
### PR [#1965](https://github.com/danielmiessler/Fabric/pull/1965) by [infinitelyloopy-bt](https://github.com/infinitelyloopy-bt): fix(azure): Fix deployment URL path for Azure OpenAI API

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.391"
var version = "v1.4.392"

Binary file not shown.

View file

@ -1,9 +0,0 @@
### PR [#1968](https://github.com/danielmiessler/Fabric/pull/1968) by [ksylvan](https://github.com/ksylvan): New `extract_all_quotes` and move misplaced patterns
- Move orphaned pattern files from patterns/ to data/patterns/
- Add extract_all_quotes pattern for quote extraction
- The extract_all_quotes is originally from [PR #176](https://github.com/danielmiessler/Fabric/pull/176) by [@CPAtoCybersecurity](https://github.com/CPAtoCybersecurity)
- The `suggest_pattern` pattern is updated with the following additions.
- extract_bd_ideas for actionable idea extraction
- suggest_gt_command for GT command suggestions
- create_bd_issue for issue tracking commands

View file

@ -1 +1 @@
"1.4.391"
"1.4.392"