diff --git a/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs index abc5bec..f6430f2 100644 --- a/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs @@ -14,6 +14,7 @@ public partial class Changelog public static readonly Log[] LOGS = [ new (154, "v0.5.1, build 154 (2024-06-25 15:35 UTC)", "v0.5.1.md"), + new (154, "v0.5.2, build 154 (2024-06-25 15:35 UTC)", "v0.5.2.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"), new (120, "v0.3.0, build 120 (2024-05-18 21:57 UTC)", "v0.3.0.md"), diff --git a/app/MindWork AI Studio/Components/Pages/Home.razor b/app/MindWork AI Studio/Components/Pages/Home.razor index 3638f6b..5064ac1 100644 --- a/app/MindWork AI Studio/Components/Pages/Home.razor +++ b/app/MindWork AI Studio/Components/Pages/Home.razor @@ -4,7 +4,7 @@ Let's get started - + diff --git a/app/MindWork AI Studio/packages.lock.json b/app/MindWork AI Studio/packages.lock.json index e716d13..6a38f3f 100644 --- a/app/MindWork AI Studio/packages.lock.json +++ b/app/MindWork AI Studio/packages.lock.json @@ -163,6 +163,6 @@ "contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==" } }, - "net8.0/osx-arm64": {} + "net8.0/osx-x64": {} } } \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.5.2.md b/app/MindWork AI Studio/wwwroot/changelog/v0.5.2.md new file mode 100644 index 0000000..edee955 --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.5.2.md @@ -0,0 +1,2 @@ +# v0.5.2, build 155 (2024-06-25 18:07 UTC) +- Fixed home page layout for 1080p screens. \ No newline at end of file diff --git a/documentation/Setup.md b/documentation/Setup.md index 6678cbb..cf01c2c 100644 --- a/documentation/Setup.md +++ b/documentation/Setup.md @@ -52,7 +52,7 @@ When you are confident in the app's safety, follow these steps: 3. Find the MindWork AI Studio app. 4. Type this command: `xattr -r -d com.apple.quarantine ` (with a space at the end). 5. Drag the MindWork AI Studio app from the Finder into the Terminal window. The path to the app will be added to the command automatically. -6. The final command should be: `xattr -r -d com.apple.quarantine /Applications/MindWork\ AI\ Studio.app`. Press Enter. +6. The final command should be: `xattr -r -d com.apple.quarantine "/Applications/MindWork AI Studio.app"`. Press Enter. 7. Now, you might close the Terminal app and the Finder. The AI Studio app should now open without any issues. Once the app is installed, it will check for updates automatically. If a new version is available, you will be prompted to install it. diff --git a/metadata.txt b/metadata.txt index 7d9f70c..df27472 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.5.1 -2024-06-25 15:35:45 UTC -154 +0.5.2 +2024-06-25 18:07:06 UTC +155 8.0.206 (commit bb12410699) 8.0.6 (commit 3b8b000a0e) 1.79.0 (commit 129f3b996) 6.20.0 1.6.1 -e1cda54fcd1, release +2818aa93411, dev debug diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 4085532..3d46acb 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.5.0" +version = "0.5.2" dependencies = [ "arboard", "flexi_logger", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index b763442..e2bb848 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.5.1" +version = "0.5.2" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index d0d2cf9..1c7b221 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.5.1" + "version": "0.5.2" }, "tauri": { "allowlist": {