Skip to content

Commit

Permalink
Prepared release v0.8.9 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Aug 18, 2024
1 parent 909fbe8 commit 8aeeda5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)

public static readonly Log[] LOGS =
[
new (171, "v0.8.9, build 171 (2024-08-18 10:35 UTC)", "v0.8.9.md"),
new (170, "v0.8.8, build 170 (2024-08-14 06:30 UTC)", "v0.8.8.md"),
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"),
Expand Down
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
}
},
"net8.0/osx-arm64": {}
"net8.0/osx-x64": {}
}
}
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v0.8.9.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.8.9, build 171
# v0.8.9, build 171 (2024-08-18 10:35 UTC)
- Added the possibility to send an assistant's result to another assistant
- Refactored page paths
- Refactored assistant footer buttons
Expand Down

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.8.8
2024-08-14 06:30:58 UTC
170
0.8.9
2024-08-18 10:35:05 UTC
171
8.0.108 (commit 665a05cea7)
8.0.8 (commit 08338fcaa5)
1.80.1 (commit 3f5fd8dd4)
7.6.0
1.7.1
30f5ae463f2, dev debug
909fbe89bbb, release
2 changes: 1 addition & 1 deletion runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.8.8"
version = "0.8.9"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.8.8"
"version": "0.8.9"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 8aeeda5

Please sign in to comment.