chore(release): Update version to v1.4.467

This commit is contained in:
github-actions[bot] 2026-07-31 15:49:11 +00:00
parent fe2fbe9cff
commit 9e92bca148
5 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## v1.4.467 (2026-07-31)
### PR [#2171](https://github.com/danielmiessler/Fabric/pull/2171) by [OdinKral](https://github.com/OdinKral): feat(scripts): add pattern/maintenance audit script
- Adds `scripts/audit-patterns.sh`, a dependency-free audit tool for the patterns library that detects thin patterns (under 15 lines), bloated patterns (over 50 KB), stale hardcoded model references, missing `INPUT` sections, i18n key gaps, and shell completion gaps. The script is read-only and exits with code `0` by default, or `1` when run with `--strict` for CI integration.
## v1.4.466 (2026-07-30)
### PR [#2116](https://github.com/danielmiessler/Fabric/pull/2116) by [ksylvan](https://github.com/ksylvan) and [dependabot](https://github.com/apps/dependabot): fix(web): repair the chat page and modernize the build toolchain

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.466"
var version = "v1.4.467"

Binary file not shown.

View file

@ -1,3 +0,0 @@
### PR [#2171](https://github.com/danielmiessler/Fabric/pull/2171) by [OdinKral](https://github.com/OdinKral): feat(scripts): add pattern/maintenance audit script
- Adds `scripts/audit-patterns.sh`, a dependency-free audit tool for the patterns library that detects thin patterns (under 15 lines), bloated patterns (over 50 KB), stale hardcoded model references, missing `INPUT` sections, i18n key gaps, and shell completion gaps. The script is read-only and exits with code `0` by default, or `1` when run with `--strict` for CI integration.

View file

@ -1 +1 @@
"1.4.466"
"1.4.467"