diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index db6afdbf..08f550ef 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 (191, "v0.9.16, build 191 (2024-11-02 22:04 UTC)", "v0.9.16.md"), new (190, "v0.9.15, build 190 (2024-10-28 15:04 UTC)", "v0.9.15.md"), new (189, "v0.9.14, build 189 (2024-10-18 08:48 UTC)", "v0.9.14.md"), new (188, "v0.9.13, build 188 (2024-10-07 11:18 UTC)", "v0.9.13.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md index f8f8d4ed..74c105d8 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md @@ -1,4 +1,4 @@ -# v0.9.16, build 191 (2024-11-xx xx:xx UTC) +# v0.9.16, build 191 (2024-11-02 22:04 UTC) - Added our second financial contributor: Thanks `peerschuett` for supporting AI Studio financially. - Added multiple workspace display options: toggle the workspace overlay (this is the previous behavior), toggle the workspace sidebar, or permanently display the workspace sidebar. - Improved the layout of the app window, for example, in full-screen mode on large or high-resolution monitors. diff --git a/metadata.txt b/metadata.txt index 0fff1fb9..42d51f7f 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.9.15 -2024-10-28 15:04:04 UTC -190 +0.9.16 +2024-11-02 22:04:29 UTC +191 8.0.110 (commit 87a66bb3d1) 8.0.10 (commit 81cabf2857) 1.82.0 (commit f6e511eec) 7.14.0 1.8.1 -5d3ea3d57aa, release +abbb8c16509, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 7fb64c27..d1920569 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2174,7 +2174,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.15" +version = "0.9.16" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 2add4a63..5e08aa93 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.15" +version = "0.9.16" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 63c5656a..a5f2613d 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.15" + "version": "0.9.16" }, "tauri": { "allowlist": {