Skip to content

Commit ebe2ad6

Browse files
Prepared release v0.9.19 (#210)
1 parent 9c0dea9 commit ebe2ad6

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

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 (194, "v0.9.19, build 194 (2024-11-14 05:58 UTC)", "v0.9.19.md"),
1617
new (193, "v0.9.18, build 193 (2024-11-09 21:10 UTC)", "v0.9.18.md"),
1718
new (192, "v0.9.17, build 192 (2024-11-03 11:11 UTC)", "v0.9.17.md"),
1819
new (191, "v0.9.16, build 191 (2024-11-02 22:04 UTC)", "v0.9.16.md"),

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.19, build 194 (2024-11-xx xx:xx UTC)
1+
# v0.9.19, build 194 (2024-11-14 05:58 UTC)
22
- Added provider's metadata: which providers offer embeddings for RAG? This is in preparation for integrating your data and files.
33
- Added `Bessieres` as a one-time contributor. Thank you for your support.
44
- Fixed a bug regarding hostnames of self-hosted providers, where it was possible to enter spaces at the end.

metadata.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.18
2-
2024-11-09 21:10:03 UTC
3-
193
1+
0.9.19
2+
2024-11-14 05:58:02 UTC
3+
194
44
8.0.111 (commit f3835a7fb4)
55
8.0.11 (commit 9cb3b725e3)
66
1.82.0 (commit f6e511eec)
77
7.15.0
88
1.8.1
9-
826d15729b5, release
9+
9c0dea99271, 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.18"
3+
version = "0.9.19"
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.18"
9+
"version": "0.9.19"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)