mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 12:39:47 +00:00
Prepare to release v0.6.3
This commit is contained in:
parent
ac6748e9eb
commit
24439c8642
@ -13,6 +13,7 @@ public partial class Changelog
|
|||||||
|
|
||||||
public static readonly Log[] LOGS =
|
public static readonly Log[] LOGS =
|
||||||
[
|
[
|
||||||
|
new (159, "v0.6.3, build 159 (2024-07-03 18:26 UTC)", "v0.6.3.md"),
|
||||||
new (158, "v0.6.2, build 158 (2024-07-01 18:03 UTC)", "v0.6.2.md"),
|
new (158, "v0.6.2, build 158 (2024-07-01 18:03 UTC)", "v0.6.2.md"),
|
||||||
new (157, "v0.6.1, build 157 (2024-06-30 19:00 UTC)", "v0.6.1.md"),
|
new (157, "v0.6.1, build 157 (2024-06-30 19:00 UTC)", "v0.6.1.md"),
|
||||||
new (156, "v0.6.0, build 156 (2024-06-30 12:49 UTC)", "v0.6.0.md"),
|
new (156, "v0.6.0, build 156 (2024-06-30 12:49 UTC)", "v0.6.0.md"),
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# v0.6.3, build 159 (xxx)
|
# v0.6.3, build 159 (2024-07-03 18:26 UTC)
|
||||||
|
- Added possibility to configure a self-hosted or local provider.
|
||||||
- Added settings migration processor to handle settings migration from previous versions.
|
- Added settings migration processor to handle settings migration from previous versions.
|
||||||
- Added links to create an account for the selected provider in the provider dialog.
|
- Added links to create an account for the selected provider in the provider dialog.
|
||||||
- Added links to each provider's dashboard to the settings page.
|
- Added links to each provider's dashboard to the settings page.
|
||||||
|
- Added self-hosted and local providers.
|
||||||
|
- Improved instance name validation.
|
||||||
- Optimized the provider dialog: changed the layout to improve usability.
|
- Optimized the provider dialog: changed the layout to improve usability.
|
@ -1,9 +1,9 @@
|
|||||||
0.6.2
|
0.6.3
|
||||||
2024-07-01 18:08:01 UTC
|
2024-07-03 18:26:31 UTC
|
||||||
158
|
159
|
||||||
8.0.206 (commit bb12410699)
|
8.0.206 (commit bb12410699)
|
||||||
8.0.6 (commit 3b8b000a0e)
|
8.0.6 (commit 3b8b000a0e)
|
||||||
1.79.0 (commit 129f3b996)
|
1.79.0 (commit 129f3b996)
|
||||||
6.20.0
|
6.20.0
|
||||||
1.6.1
|
1.6.1
|
||||||
c86a9e32c12, release
|
ac6748e9eb5, release
|
||||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arboard",
|
"arboard",
|
||||||
"flexi_logger",
|
"flexi_logger",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
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.6.2"
|
"version": "0.6.3"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
Loading…
Reference in New Issue
Block a user