diff --git a/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs index 0a166d69..50b50bb9 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 (160, "v0.7.0, build 160 (2024-07-13 08:21 UTC)", "v0.7.0.md"), new (159, "v0.6.3, build 159 (2024-07-03 18:26 UTC)", "v0.6.3.md"), new (158, "v0.6.2, build 158 (2024-07-01 18:03 UTC)", "v0.6.2.md"), new (157, "v0.6.1, build 157 (2024-06-30 19:00 UTC)", "v0.6.1.md"), diff --git a/app/MindWork AI Studio/packages.lock.json b/app/MindWork AI Studio/packages.lock.json index 6a38f3fe..ef66cf46 100644 --- a/app/MindWork AI Studio/packages.lock.json +++ b/app/MindWork AI Studio/packages.lock.json @@ -13,9 +13,9 @@ }, "Microsoft.NET.ILLink.Tasks": { "type": "Direct", - "requested": "[8.0.6, )", - "resolved": "8.0.6", - "contentHash": "E+lDylsTeP4ZiDmnEkiJ5wobnGaIJzFhOgZppznJCb69UZgbh6G3cfv1pnLDLLBx6JAgl0kAlnINDeT3uCuczQ==" + "requested": "[8.0.7, )", + "resolved": "8.0.7", + "contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ==" }, "MudBlazor": { "type": "Direct", diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.7.0.md b/app/MindWork AI Studio/wwwroot/changelog/v0.7.0.md new file mode 100644 index 00000000..fea2d5cb --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.7.0.md @@ -0,0 +1,16 @@ +# v0.7.0, build 160 (2024-07-13 08:21 UTC) +- Added workspaces for organizing your chats +- Added temporary chats for quick conversations +- Added configurable chat maintenance settings for temporary chats +- Added configuration to disable workspace and temporary chat features; no chat will be stored in this case +- Added possibility to rename chats +- Added possibility to delete chats +- Added possibility to move chats between workspaces +- Added possibility to delete entire workspaces +- Added possibility to rename workspaces +- Added possibility to create new workspaces +- Added feature to delete the current chat and start a new one +- Added feature to start a new chat within the current workspace +- Added a confirmation dialog for when unsaved changes are about to be lost +- Show the current workspace in the title bar +- Fixed a bug where the periodic, automatic update check would not work \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 6d8edecc..8c9ddf2e 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.6.3 -2024-07-03 18:26:31 UTC -159 -8.0.206 (commit bb12410699) -8.0.6 (commit 3b8b000a0e) +0.7.0 +2024-07-13 08:21:49 UTC +160 +8.0.107 (commit 1bdaef7265) +8.0.7 (commit 2aade6beb0) 1.79.0 (commit 129f3b996) 6.20.0 1.6.1 -ac6748e9eb5, release +09e1f8715f8, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 24bdacd5..d9ac91f6 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.6.3" +version = "0.7.0" dependencies = [ "arboard", "flexi_logger", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index cb4728b8..8c59739e 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.6.3" +version = "0.7.0" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 07af8486..b77e2c71 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.6.3" + "version": "0.7.0" }, "tauri": { "allowlist": {