From 18fdcb3cfeabee6dde08e5004f2d91ca743487a3 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 5 Aug 2024 21:12:19 +0200 Subject: [PATCH] Prepared release v0.8.7 --- .../Components/Blocks/Changelog.Logs.cs | 1 + app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md | 3 ++- app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md | 5 +++-- metadata.txt | 10 +++++----- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 7 files changed, 14 insertions(+), 11 deletions(-) diff --git a/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs index 833794ab..a5a4d526 100644 --- a/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs @@ -13,6 +13,7 @@ public partial class Changelog public static readonly Log[] LOGS = [ + new (169, "v0.8.7, build 169 (2024-08-01 19:08 UTC)", "v0.8.7.md"), new (168, "v0.8.6, build 168 (2024-08-01 19:50 UTC)", "v0.8.6.md"), new (167, "v0.8.5, build 167 (2024-07-28 16:44 UTC)", "v0.8.5.md"), new (166, "v0.8.4, build 166 (2024-07-26 06:53 UTC)", "v0.8.4.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md b/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md index b6cedaae..399c229d 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md @@ -6,4 +6,5 @@ - Improved the readability of the settings.json file by using indentation and enum names instead of numbers - Improved assistant overview; assistants will now wrap to the next line if there are too many to fit on the row - Increased the default value for the live translation delay from 1,000 to 3_000 ms -- Fixed random number generator usage to be thread-safe \ No newline at end of file +- Fixed random number generator usage to be thread-safe +- Upgraded MudBlazor dependency \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md b/app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md index 1eb175c9..01c3284e 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md @@ -1,4 +1,4 @@ -# v0.8.7, build 169 +# v0.8.7, build 169 (2024-08-01 19:08 UTC) - Added an agenda planning assistant. - Added the possibility to preselect most agenda planning options. - Added a slider component to adjust values. @@ -10,4 +10,5 @@ - Refactored the provider selection into a separate component. - Refactored the configuration data model: the configuration is now stored in separate classes for each section. - Fixed a bug where the configured live translation intervall was not applied. -- Fixed a bug where the option slider component was not handling min/max constraints correctly. \ No newline at end of file +- Fixed a bug where the option slider component was not handling min/max constraints correctly. +- Upgraded MudBlazor dependency \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 51f9c8e5..00cca424 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.8.6 -2024-08-01 19:50:02 UTC -168 +0.8.7 +2024-08-05 19:08:00 UTC +169 8.0.107 (commit 1bdaef7265) 8.0.7 (commit 2aade6beb0) 1.80.0 (commit 051478957) -7.4.0 +7.5.0 1.7.1 -199be1e863f, release +bf0a75677d8, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index a7bc970d..5355577f 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2308,7 +2308,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.8.6" +version = "0.8.7" dependencies = [ "arboard", "flexi_logger", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8f64fca8..d8e10134 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.8.6" +version = "0.8.7" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 315a8a37..97e526f7 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.8.6" + "version": "0.8.7" }, "tauri": { "allowlist": {