mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 13:49:07 +00:00
Prepared the release 0.8.5 (#58)
This commit is contained in:
parent
c1b92a05fc
commit
76dd08ee11
@ -13,6 +13,7 @@ public partial class Changelog
|
|||||||
|
|
||||||
public static readonly Log[] LOGS =
|
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 (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 (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"),
|
new (164, "v0.8.2, build 164 (2024-07-16 18:03 UTC)", "v0.8.2.md"),
|
||||||
|
@ -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 icon finder assistant
|
||||||
- Added the possibility to provide default options for the translation assistant
|
- Added the possibility to provide default options for the translation assistant
|
||||||
- Added the possibility to provide default options for the coding assistant
|
- Added the possibility to provide default options for the coding assistant
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
0.8.4
|
0.8.5
|
||||||
2024-07-26 06:53:46 UTC
|
2024-07-28 16:44:01 UTC
|
||||||
166
|
167
|
||||||
8.0.107 (commit 1bdaef7265)
|
8.0.107 (commit 1bdaef7265)
|
||||||
8.0.7 (commit 2aade6beb0)
|
8.0.7 (commit 2aade6beb0)
|
||||||
1.80.0 (commit 051478957)
|
1.80.0 (commit 051478957)
|
||||||
7.4.0
|
7.4.0
|
||||||
1.7.1
|
1.7.1
|
||||||
79892eb8292, dev debug
|
c1b92a05fc7, release
|
||||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2308,7 +2308,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.8.4"
|
version = "0.8.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arboard",
|
"arboard",
|
||||||
"flexi_logger",
|
"flexi_logger",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.8.4"
|
version = "0.8.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "MindWork AI Studio"
|
description = "MindWork AI Studio"
|
||||||
authors = ["Thorsten Sommer"]
|
authors = ["Thorsten Sommer"]
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "MindWork AI Studio",
|
"productName": "MindWork AI Studio",
|
||||||
"version": "0.8.4"
|
"version": "0.8.5"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
Loading…
Reference in New Issue
Block a user