mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 22:38:10 -05:00
chore(release): Update version to v1.4.341
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.4.341 (2025-12-10)
|
||||||
|
|
||||||
|
### PR [#1860](https://github.com/danielmiessler/Fabric/pull/1860) by [ksylvan](https://github.com/ksylvan): fix: allow resetting required settings without validation errors
|
||||||
|
|
||||||
|
- Fix: allow resetting required settings without validation errors
|
||||||
|
- Update `Ask` to detect reset command and bypass validation
|
||||||
|
- Refactor `OnAnswer` to support new `isReset` parameter logic
|
||||||
|
- Invoke `ConfigureCustom` in `Setup` to avoid redundant re-validation
|
||||||
|
- Add unit tests ensuring required fields can be reset
|
||||||
|
|
||||||
## v1.4.340 (2025-12-08)
|
## v1.4.340 (2025-12-08)
|
||||||
|
|
||||||
### PR [#1856](https://github.com/danielmiessler/Fabric/pull/1856) by [ksylvan](https://github.com/ksylvan): Add support for new ClaudeHaiku 4.5 models
|
### PR [#1856](https://github.com/danielmiessler/Fabric/pull/1856) by [ksylvan](https://github.com/ksylvan): Add support for new ClaudeHaiku 4.5 models
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
var version = "v1.4.340"
|
var version = "v1.4.341"
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
### PR [#1860](https://github.com/danielmiessler/Fabric/pull/1860) by [ksylvan](https://github.com/ksylvan): fix: allow resetting required settings without validation errors
|
|
||||||
|
|
||||||
- Fix: allow resetting required settings without validation errors
|
|
||||||
- Update `Ask` to detect reset command and bypass validation
|
|
||||||
- Refactor `OnAnswer` to support new `isReset` parameter logic
|
|
||||||
- Invoke `ConfigureCustom` in `Setup` to avoid redundant re-validation
|
|
||||||
- Add unit tests ensuring required fields can be reset
|
|
||||||
@@ -1 +1 @@
|
|||||||
"1.4.340"
|
"1.4.341"
|
||||||
|
|||||||
Reference in New Issue
Block a user