Skip to content

Commit

Permalink
Prepared the release 0.8.5 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Jul 28, 2024
1 parent c1b92a0 commit 76dd08e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 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 (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"),
new (165, "v0.8.3, build 165 (2024-07-25 13:25 UTC)", "v0.8.3.md"),
new (164, "v0.8.2, build 164 (2024-07-16 18:03 UTC)", "v0.8.2.md"),
Expand Down
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v0.8.5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.8.4, build 167
# v0.8.5, build 167 (2024-07-28 16:44 UTC)
- Added the possibility to provide default options for the icon finder assistant
- Added the possibility to provide default options for the translation assistant
- Added the possibility to provide default options for the coding assistant
Expand Down
8 changes: 4 additions & 4 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.8.4
2024-07-26 06:53:46 UTC
166
0.8.5
2024-07-28 16:44:01 UTC
167
8.0.107 (commit 1bdaef7265)
8.0.7 (commit 2aade6beb0)
1.80.0 (commit 051478957)
7.4.0
1.7.1
79892eb8292, dev debug
c1b92a05fc7, 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.4"
version = "0.8.5"
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.4"
"version": "0.8.5"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 76dd08e

Please sign in to comment.