mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.422
This commit is contained in:
parent
b28501c0ac
commit
959ba5b82f
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.421"
|
||||
var version = "v1.4.422"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.421"
|
||||
"1.4.422"
|
||||
|
|
|
|||
Loading…
Reference in a new issue