mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 20:12:14 +00:00
Prepared release v26.2.2
This commit is contained in:
parent
3eb367d4c9
commit
4f913d3c45
@ -13,6 +13,7 @@ public partial class Changelog
|
|||||||
|
|
||||||
public static readonly Log[] LOGS =
|
public static readonly Log[] LOGS =
|
||||||
[
|
[
|
||||||
|
new (234, "v26.2.2, build 234 (2026-02-22 14:16 UTC)", "v26.2.2.md"),
|
||||||
new (233, "v26.2.1, build 233 (2026-02-01 19:16 UTC)", "v26.2.1.md"),
|
new (233, "v26.2.1, build 233 (2026-02-01 19:16 UTC)", "v26.2.1.md"),
|
||||||
new (232, "v26.1.2, build 232 (2026-01-25 14:05 UTC)", "v26.1.2.md"),
|
new (232, "v26.1.2, build 232 (2026-01-25 14:05 UTC)", "v26.1.2.md"),
|
||||||
new (231, "v26.1.1, build 231 (2026-01-11 15:53 UTC)", "v26.1.1.md"),
|
new (231, "v26.1.1, build 231 (2026-01-11 15:53 UTC)", "v26.1.1.md"),
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# v26.2.2, build 234 (2026-02-xx xx:xx UTC)
|
# v26.2.2, build 234 (2026-02-22 14:14 UTC)
|
||||||
- Added a vector database (Qdrant) as a building block for our local RAG (retrieval-augmented generation) solution. Thank you very much, Paul (`PaulKoudelka`), for this major contribution. Note that our local RAG implementation remained in preview and has not yet been released; other building blocks are not yet ready.
|
- Added a vector database (Qdrant) as a building block for our local RAG (retrieval-augmented generation) solution. Thank you very much, Paul (`PaulKoudelka`), for this major contribution. Note that our local RAG implementation remained in preview and has not yet been released; other building blocks are not yet ready.
|
||||||
- Added an option in the embedding providers table to test the embedding process.
|
- Added an option in the embedding providers table to test the embedding process.
|
||||||
- Added an app setting to enable administration options for IT staff to configure and maintain organization-wide settings.
|
- Added an app setting to enable administration options for IT staff to configure and maintain organization-wide settings.
|
||||||
|
|||||||
1
app/MindWork AI Studio/wwwroot/changelog/v26.3.1.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v26.3.1.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# v26.3.1, build 235 (2026-03-xx xx:xx UTC)
|
||||||
@ -1,12 +1,12 @@
|
|||||||
26.2.1
|
26.2.2
|
||||||
2026-02-01 19:16:01 UTC
|
2026-02-22 14:14:47 UTC
|
||||||
233
|
234
|
||||||
9.0.114 (commit 4c5aac3d56)
|
9.0.114 (commit 4c5aac3d56)
|
||||||
9.0.13 (commit 9ecbfd4f3f)
|
9.0.13 (commit 9ecbfd4f3f)
|
||||||
1.93.1 (commit 01f6ddf75)
|
1.93.1 (commit 01f6ddf75)
|
||||||
8.15.0
|
8.15.0
|
||||||
1.8.1
|
1.8.1
|
||||||
8f9cd40d060, release
|
3eb367d4c9e, release
|
||||||
osx-arm64
|
osx-arm64
|
||||||
144.0.7543.0
|
144.0.7543.0
|
||||||
1.17.0
|
1.17.0
|
||||||
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2789,7 +2789,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "26.2.1"
|
version = "26.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"arboard",
|
"arboard",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "26.2.1"
|
version = "26.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "MindWork AI Studio"
|
description = "MindWork AI Studio"
|
||||||
authors = ["Thorsten Sommer"]
|
authors = ["Thorsten Sommer"]
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "MindWork AI Studio",
|
"productName": "MindWork AI Studio",
|
||||||
"version": "26.2.1"
|
"version": "26.2.2"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user