From 7250b270f5d3b6a655508caef9309ad335d115c8 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 4 Dec 2024 12:04:39 +0100 Subject: [PATCH] Prepared release v0.9.22 (#230) --- app/MindWork AI Studio/Components/Changelog.Logs.cs | 1 + app/MindWork AI Studio/wwwroot/changelog/v0.9.22.md | 2 +- metadata.txt | 10 +++++----- runtime/Cargo.lock | 4 ++-- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 7fa5d8b..7712532 100644 --- a/app/MindWork AI Studio/Components/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Changelog.Logs.cs @@ -13,6 +13,7 @@ public partial class Changelog public static readonly Log[] LOGS = [ + new (197, "v0.9.22, build 197 (2024-12-04 10:58 UTC)", "v0.9.22.md"), new (196, "v0.9.21, build 196 (2024-11-23 12:22 UTC)", "v0.9.21.md"), new (195, "v0.9.20, build 195 (2024-11-16 20:44 UTC)", "v0.9.20.md"), new (194, "v0.9.19, build 194 (2024-11-14 05:58 UTC)", "v0.9.19.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.22.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.22.md index 98f26e5..d6a711b 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.22.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.22.md @@ -1,4 +1,4 @@ -# v0.9.22, build 197 (2024-1x-xx xx:xx UTC) +# v0.9.22, build 197 (2024-12-04 10:58 UTC) - Added the possibility to configure preview feature visibility in the app settings. This is useful for users who want to test new features before they are officially released. - Added the possibility to configure embedding providers in the app settings as a prototype preview feature. Embeddings are necessary in order to integrate local data and files. - Added the writer mode as an experimental preview feature. This feature is just an experiment as we explore how to implement long text support in AI Studio. diff --git a/metadata.txt b/metadata.txt index e8d48e3..e5af084 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.9.21 -2024-11-23 12:22:00 UTC -196 +0.9.22 +2024-12-04 10:58:01 UTC +197 8.0.111 (commit f3835a7fb4) 8.0.11 (commit 9cb3b725e3) -1.82.0 (commit f6e511eec) +1.83.0 (commit 90b35a623) 7.15.0 1.8.1 -f57e971f80b, release +d437d086407, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 09ea58c..ed3e092 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2174,7 +2174,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.21" +version = "0.9.22" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index cb6b0a4..24c89d5 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.21" +version = "0.9.22" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index b0860f3..7e60397 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.21" + "version": "0.9.22" }, "tauri": { "allowlist": {