mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-09 23:26:34 -04:00
chore(release): Update version to v1.4.477
This commit is contained in:
parent
3ca2133819
commit
6b0914d1bb
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.477 (2026-09-03)
|
||||
|
||||
### PR [#2211](https://github.com/danielmiessler/Fabric/pull/2211) by [ksylvan](https://github.com/ksylvan): fix: prevent pattern loader temporary directory leaks
|
||||
|
||||
- Prevent pattern loader leaks by lazily creating temporary directories during database population and cleaning them up after successful or failed downloads.
|
||||
- Add regression tests for lazy directory creation and cleanup.
|
||||
|
||||
## v1.4.476 (2026-09-03)
|
||||
|
||||
### PR [#2210](https://github.com/danielmiessler/Fabric/pull/2210) by [ksylvan](https://github.com/ksylvan): feat: add Pzero as an OpenAI-compatible AI provider
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.476"
|
||||
var version = "v1.4.477"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,4 +0,0 @@
|
|||
### PR [#2211](https://github.com/danielmiessler/Fabric/pull/2211) by [ksylvan](https://github.com/ksylvan): fix: prevent pattern loader temporary directory leaks
|
||||
|
||||
- Prevent pattern loader leaks by lazily creating temporary directories during database population and cleaning them up after successful or failed downloads.
|
||||
- Add regression tests for lazy directory creation and cleanup.
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.476"
|
||||
"1.4.477"
|
||||
|
|
|
|||
Loading…
Reference in a new issue