Prepare to release v0.6.3

This commit is contained in:
Thorsten Sommer 2024-07-03 20:29:39 +02:00
parent ac6748e9eb
commit 24439c8642
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 12 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
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 (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"),

View File

@ -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 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 self-hosted and local providers.
- Improved instance name validation.
- Optimized the provider dialog: changed the layout to improve usability.

View File

@ -1,9 +1,9 @@
0.6.2
2024-07-01 18:08:01 UTC
158
0.6.3
2024-07-03 18:26:31 UTC
159
8.0.206 (commit bb12410699)
8.0.6 (commit 3b8b000a0e)
1.79.0 (commit 129f3b996)
6.20.0
1.6.1
c86a9e32c12, release
ac6748e9eb5, release

2
runtime/Cargo.lock generated
View File

@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"arboard",
"flexi_logger",

View File

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

View File

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