diff --git a/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs index abc5bec3..664b8367 100644 --- a/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs @@ -13,6 +13,8 @@ public partial class Changelog public static readonly Log[] LOGS = [ + new (156, "v0.6.0, build 156 (2024-06-30 12:49 UTC)", "v0.6.0.md"), + new (155, "v0.5.2, build 155 (2024-06-25 18:07 UTC)", "v0.5.2.md"), new (154, "v0.5.1, build 154 (2024-06-25 15:35 UTC)", "v0.5.1.md"), new (149, "v0.5.0, build 149 (2024-06-02 18:51 UTC)", "v0.5.0.md"), new (138, "v0.4.0, build 138 (2024-05-26 13:26 UTC)", "v0.4.0.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.6.0.md b/app/MindWork AI Studio/wwwroot/changelog/v0.6.0.md new file mode 100644 index 00000000..ba2a6e1b --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.6.0.md @@ -0,0 +1,8 @@ +# v0.6.0, build 156 (2024-06-30 12:49 UTC) +- Added a setting to determine whether and how often to check for updates +- Added a bidirectional message bus for inter-component communication +- Added an update dialog for the app +- Added an update banner to show when a new version is available +- Added an option to manually check for updates to the about page +- Fixed an issue with previous automatic updates on Windows, where background processes were not terminated +- Disabled Tauri's built-in update dialog \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 3f294abf..3a6cb4b2 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.5.2 -2024-06-25 18:07:06 UTC -155 +0.6.0 +2024-06-30 12:49:38 UTC +156 8.0.206 (commit bb12410699) 8.0.6 (commit 3b8b000a0e) 1.79.0 (commit 129f3b996) 6.20.0 1.6.1 -2818aa93411, release +dab121a7217, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index de5a363c..afe5286c 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.5.2" +version = "0.6.0" dependencies = [ "arboard", "flexi_logger", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index c5095fb6..44b47690 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.5.2" +version = "0.6.0" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 63788588..9a841f09 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.5.2" + "version": "0.6.0" }, "tauri": { "allowlist": {