Skip to content

Commit ebe0081

Browse files
Prepared release v0.9.26 (#262)
1 parent ae72c50 commit ebe0081

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Things we are currently working on:
1111
- [x] ~~App: Add an option to show preview features (PR [#222](https://github.com/MindWorkAI/AI-Studio/pull/222))~~
1212
- [x] ~~App: Configure embedding providers (PR [#224](https://github.com/MindWorkAI/AI-Studio/pull/224))~~
1313
- [x] ~~App: Implement an [ERI](https://github.com/MindWorkAI/ERI) server coding assistant (PR [#231](https://github.com/MindWorkAI/AI-Studio/pull/231))~~
14-
- [ ] App: Management of data sources (local & external data via [ERI](https://github.com/MindWorkAI/ERI))
14+
- [x] ~~App: Management of data sources (local & external data via [ERI](https://github.com/MindWorkAI/ERI)) (PR [#259](https://github.com/MindWorkAI/AI-Studio/pull/259))~~
1515
- [ ] Runtime: Extract data from txt / md / pdf / docx / xlsx files
1616
- [ ] (*Optional*) Runtime: Implement internal embedding provider through [fastembed-rs](https://github.com/Anush008/fastembed-rs)
1717
- [ ] App: Implement external embedding providers

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

+1
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 (201, "v0.9.26, build 201 (2025-01-13 19:11 UTC)", "v0.9.26.md"),
1617
new (200, "v0.9.25, build 200 (2025-01-04 18:33 UTC)", "v0.9.25.md"),
1718
new (199, "v0.9.24, build 199 (2025-01-04 11:40 UTC)", "v0.9.24.md"),
1819
new (198, "v0.9.23, build 198 (2025-01-02 19:39 UTC)", "v0.9.23.md"),

app/MindWork AI Studio/packages.lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@
210210
"type": "Project"
211211
}
212212
},
213-
"net8.0/osx-arm64": {}
213+
"net8.0/osx-x64": {}
214214
}
215215
}

app/MindWork AI Studio/wwwroot/changelog/v0.9.26.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.26, build 201 (2025-01-xx xx:xx UTC)
1+
# v0.9.26, build 201 (2025-01-13 19:11 UTC)
22
- Added the ability to configure local and remote (ERI) data sources in the settings as a preview feature behind the RAG feature flag.
33
- Fixed the ERI server assistant to ask for confirmation before deleting a ERI server preset.
44
- Fixed a bug in the ERI server assistant that allowed an empty directory as a base directory for the code generation.

metadata.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.25
2-
2025-01-04 18:33:07 UTC
3-
200
1+
0.9.26
2+
2025-01-13 19:11:57 UTC
3+
201
44
8.0.111 (commit f3835a7fb4)
55
8.0.11 (commit 9cb3b725e3)
6-
1.83.0 (commit 90b35a623)
6+
1.84.0 (commit 9fc6b4312)
77
7.15.0
88
1.8.1
9-
e4b1ea32fb6, release
9+
ae72c50236f, release

runtime/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.25"
3+
version = "0.9.26"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.25"
9+
"version": "0.9.26"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)