Skip to content

Commit 09df19e

Browse files
Prepared release v26.2.2 (#676)
1 parent 6c4507e commit 09df19e

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

app/MindWork AI Studio/Components/Changelog.Logs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)
1313

1414
public static readonly Log[] LOGS =
1515
[
16+
new (234, "v26.2.2, build 234 (2026-02-22 14:16 UTC)", "v26.2.2.md"),
1617
new (233, "v26.2.1, build 233 (2026-02-01 19:16 UTC)", "v26.2.1.md"),
1718
new (232, "v26.1.2, build 232 (2026-01-25 14:05 UTC)", "v26.1.2.md"),
1819
new (231, "v26.1.1, build 231 (2026-01-11 15:53 UTC)", "v26.1.1.md"),

app/MindWork AI Studio/wwwroot/changelog/v26.2.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v26.2.2, build 234 (2026-02-xx xx:xx UTC)
1+
# v26.2.2, build 234 (2026-02-22 14:14 UTC)
22
- 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.
33
- Added an option in the embedding providers table to test the embedding process.
44
- Added an app setting to enable administration options for IT staff to configure and maintain organization-wide settings.
@@ -18,7 +18,7 @@
1818
- Fixed an issue where manually saving chats in workspace manual-storage mode could appear unreliable during response streaming. The save button is now disabled while streaming to prevent partial saves.
1919
- Fixed an issue where in some places "No profile" was displayed instead of the localized text.
2020
- Fixed a bug in the Responses API of our OpenAI provider implementation where streamed whitespace chunks were discarded. We thank Oliver Kunc `OliverKunc` for his first contribution in resolving this issue. We appreciate your help, Oliver.
21-
- Fixed a bug in the Microsoft Word export via Pandoc where target paths containing spaces or Unicode characters could be split into invalid command arguments, resulting in export failures.
21+
- Fixed a bug in the Microsoft Word export via Pandoc where target paths containing spaces or Unicode characters were split into invalid command arguments, causing export failures. Thanks to Bernhard for reporting this issue.
2222
- Fixed the Google Gemini model API. Switched to the default OpenAI-compatible API to retrieve the model list after Google changed the previous API, which stopped working.
2323
- Upgraded to .NET 9.0.13 & Rust 1.93.1.
2424
- Upgraded dependencies.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# v26.3.1, build 235 (2026-03-xx xx:xx UTC)

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
26.2.1
2-
2026-02-01 19:16:01 UTC
3-
233
1+
26.2.2
2+
2026-02-22 14:14:47 UTC
3+
234
44
9.0.114 (commit 4c5aac3d56)
55
9.0.13 (commit 9ecbfd4f3f)
66
1.93.1 (commit 01f6ddf75)
77
8.15.0
88
1.8.1
9-
8f9cd40d060, release
9+
3eb367d4c9e, release
1010
osx-arm64
1111
144.0.7543.0
1212
1.17.0

runtime/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "26.2.1"
3+
version = "26.2.2"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "26.2.1"
9+
"version": "26.2.2"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)