Prepared release v0.9.2 (#117)

This commit is contained in:
Thorsten Sommer 2024-09-05 11:26:05 +02:00 committed by GitHub
parent 45770c2cd7
commit 4216a29325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 10 additions and 7 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (177, "v0.9.2, build 177 (2024-09-05 09:19 UTC)", "v0.9.2.md"),
new (176, "v0.9.1, build 176 (2024-09-04 13:48 UTC)", "v0.9.1.md"), new (176, "v0.9.1, build 176 (2024-09-04 13:48 UTC)", "v0.9.1.md"),
new (175, "v0.9.0, build 175 (2024-09-03 16:00 UTC)", "v0.9.0.md"), new (175, "v0.9.0, build 175 (2024-09-03 16:00 UTC)", "v0.9.0.md"),
new (174, "v0.8.12, build 174 (2024-08-24 08:30 UTC)", "v0.8.12.md"), new (174, "v0.8.12, build 174 (2024-08-24 08:30 UTC)", "v0.8.12.md"),

View File

@ -0,0 +1,2 @@
# v0.9.2, build 177 (2024-09-05 09:19 UTC)
- Fixed the broken auto. update of v0.9.0 and v0.9.1. Unfortunately, an issue crept into the IPC conversion in v0.9.0, which caused the automatic app update to stop working.

View File

@ -1,9 +1,9 @@
0.9.1 0.9.2
2024-09-04 13:48:13 UTC 2024-09-05 09:19:00 UTC
176 177
8.0.108 (commit 665a05cea7) 8.0.108 (commit 665a05cea7)
8.0.8 (commit 08338fcaa5) 8.0.8 (commit 08338fcaa5)
1.80.1 (commit 3f5fd8dd4) 1.80.1 (commit 3f5fd8dd4)
7.6.0 7.6.0
1.7.1 1.7.1
c47d3893ff7, release 45770c2cd73, release

2
runtime/Cargo.lock generated
View File

@ -2130,7 +2130,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.9.1" version = "0.9.2"
dependencies = [ dependencies = [
"aes", "aes",
"arboard", "arboard",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.9.1" version = "0.9.2"
edition = "2021" edition = "2021"
description = "MindWork AI Studio" description = "MindWork AI Studio"
authors = ["Thorsten Sommer"] authors = ["Thorsten Sommer"]

View File

@ -6,7 +6,7 @@
}, },
"package": { "package": {
"productName": "MindWork AI Studio", "productName": "MindWork AI Studio",
"version": "0.9.1" "version": "0.9.2"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {