chore(release): Update version to v1.4.422

This commit is contained in:
github-actions[bot] 2026-02-26 06:25:26 +00:00
parent b28501c0ac
commit 959ba5b82f
5 changed files with 12 additions and 9 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## v1.4.422 (2026-02-26)
### PR [#2031](https://github.com/danielmiessler/Fabric/pull/2031) by [ksylvan](https://github.com/ksylvan): Web UI: Add Vendor Filter Dropdown to Model Selection UI
- Add a vendor selector dropdown to filter available models in the chat UI
- Introduce `selectedVendor` writable store and `vendorNames` derived store with sorted, unique vendor names
- Add `filteredModels` derived store to dynamically filter models by the selected vendor
- Fix model deduplication to use a `vendor:name` composite key, with models sorted by vendor then name (case-insensitive)
- Display the vendor prefix in model option labels for improved clarity
## v1.4.421 (2026-02-26)
### PR [#2029](https://github.com/danielmiessler/Fabric/pull/2029) by [ksylvan](https://github.com/ksylvan): Web UI: Fix streaming chat: tokens now accumulate in order into a single message

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.421"
var version = "v1.4.422"

Binary file not shown.

View file

@ -1,7 +0,0 @@
### PR [#2031](https://github.com/danielmiessler/Fabric/pull/2031) by [ksylvan](https://github.com/ksylvan): Web UI: Add Vendor Filter Dropdown to Model Selection UI
- Add a vendor selector dropdown to filter available models in the chat UI
- Introduce `selectedVendor` writable store and `vendorNames` derived store with sorted, unique vendor names
- Add `filteredModels` derived store to dynamically filter models by the selected vendor
- Fix model deduplication to use a `vendor:name` composite key, with models sorted by vendor then name (case-insensitive)
- Display the vendor prefix in model option labels for improved clarity

View file

@ -1 +1 @@
"1.4.421"
"1.4.422"