chore(release): Update version to v1.4.430

This commit is contained in:
github-actions[bot] 2026-03-06 15:11:13 +00:00
parent 3c879c07ce
commit 29e1681929
6 changed files with 16 additions and 12 deletions

View file

@ -1,5 +1,19 @@
# Changelog
## v1.4.430 (2026-03-06)
### PR [#2044](https://github.com/danielmiessler/Fabric/pull/2044) by [PrakharMNNIT](https://github.com/PrakharMNNIT) and [ksylvan](https://github.com/ksylvan): feat: Add Bedrock bearer token (ABSK) authentication and guided setup
- Adds 3-tier authentication for AWS Bedrock: bearer token (ABSK), static AWS credentials (access key + secret key), and the default AWS credential chain.
- Introduces a custom guided setup flow covering auth method selection, region, and model configuration.
- Removes the `hasAWSCredentials()` gate so that Bedrock always appears in the setup wizard.
- Applies a temperature-only fix (no `top_p`) for Claude models running on Bedrock, along with API key masking during re-setup.
- Adds a fallback model list for when the `ListFoundationModels` API is inaccessible, i18n support for 11 locales (3 new keys each), and 25 unit tests.
### PR [#2047](https://github.com/danielmiessler/Fabric/pull/2047) by [bvandevliet](https://github.com/bvandevliet): Explicitly instruct YT summary task to be aware of possible transcription errors
- Added one line to make YT summary task explicitly aware of possible transcript typos.
## v1.4.429 (2026-03-05)
### PR [#2046](https://github.com/danielmiessler/Fabric/pull/2046) by [ksylvan](https://github.com/ksylvan): refactor: add `GetRaw` method to encapsulate raw pattern loading logic

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.429"
var version = "v1.4.430"

Binary file not shown.

View file

@ -1,7 +0,0 @@
### PR [#2044](https://github.com/danielmiessler/Fabric/pull/2044) by [PrakharMNNIT](https://github.com/PrakharMNNIT) and [ksylvan](https://github.com/ksylvan): feat: Add Bedrock bearer token (ABSK) authentication and guided setup
- Adds 3-tier authentication for AWS Bedrock: bearer token (ABSK), static AWS credentials (access key + secret key), and the default AWS credential chain.
- Introduces a custom guided setup flow covering auth method selection, region, and model configuration.
- Removes the `hasAWSCredentials()` gate so that Bedrock always appears in the setup wizard.
- Applies a temperature-only fix (no `top_p`) for Claude models running on Bedrock, along with API key masking during re-setup.
- Adds a fallback model list for when the `ListFoundationModels` API is inaccessible, i18n support for 11 locales (3 new keys each), and 25 unit tests.

View file

@ -1,3 +0,0 @@
### PR [#2047](https://github.com/danielmiessler/Fabric/pull/2047) by [bvandevliet](https://github.com/bvandevliet): Explicitly instruct YT summary task to be aware of possible transcription errors
- Added one line to make YT summary task explicitly aware of possible transcript typos.

View file

@ -1 +1 @@
"1.4.429"
"1.4.430"