diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index dbbb7d6..7239a74 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 (176, "v0.9.1, build 176 (2024-09-04 13:48 UTC)", "v0.9.1.md"), new (175, "v0.9.0, build 175 (2024-09-03 16:00 UTC)", "v0.9.0.md"), new (174, "v0.8.12, build 174 (2024-08-24 08:30 UTC)", "v0.8.12.md"), new (173, "v0.8.11, build 173 (2024-08-21 07:03 UTC)", "v0.8.11.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.1.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.1.md index 38a72c0..67b5d82 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.1.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.1.md @@ -1,4 +1,4 @@ -# v0.9.1, build 176 +# v0.9.1, build 176 (2024-09-04 13:48 UTC) - Added app option to specify a default provider for the entire app. - Improved provider selection: when there is only one provider available, it is now preselected everywhere. - Fixed preselection of e-mail assistant options: under some circumstances, the e-mail assistant options were not preselected correctly. \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 230e058..44011c7 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.9.0 -2024-09-03 16:00:01 UTC -175 +0.9.1 +2024-09-04 13:48:13 UTC +176 8.0.108 (commit 665a05cea7) 8.0.8 (commit 08338fcaa5) 1.80.1 (commit 3f5fd8dd4) 7.6.0 1.7.1 -8d8a47b43b4, release +c47d3893ff7, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 7cead00..e10c88a 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2130,7 +2130,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.0" +version = "0.9.1" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 231ae6c..80219d7 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.0" +version = "0.9.1" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 8d2bf73..259de66 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.0" + "version": "0.9.1" }, "tauri": { "allowlist": {