mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 11:29:06 +00:00
Prepared release v0.9.19 (#210)
This commit is contained in:
parent
9c0dea9927
commit
ebe2ad62c6
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (194, "v0.9.19, build 194 (2024-11-14 05:58 UTC)", "v0.9.19.md"),
|
||||
new (193, "v0.9.18, build 193 (2024-11-09 21:10 UTC)", "v0.9.18.md"),
|
||||
new (192, "v0.9.17, build 192 (2024-11-03 11:11 UTC)", "v0.9.17.md"),
|
||||
new (191, "v0.9.16, build 191 (2024-11-02 22:04 UTC)", "v0.9.16.md"),
|
||||
|
@ -1,4 +1,4 @@
|
||||
# v0.9.19, build 194 (2024-11-xx xx:xx UTC)
|
||||
# v0.9.19, build 194 (2024-11-14 05:58 UTC)
|
||||
- Added provider's metadata: which providers offer embeddings for RAG? This is in preparation for integrating your data and files.
|
||||
- Added `Bessieres` as a one-time contributor. Thank you for your support.
|
||||
- Fixed a bug regarding hostnames of self-hosted providers, where it was possible to enter spaces at the end.
|
||||
|
@ -1,9 +1,9 @@
|
||||
0.9.18
|
||||
2024-11-09 21:10:03 UTC
|
||||
193
|
||||
0.9.19
|
||||
2024-11-14 05:58:02 UTC
|
||||
194
|
||||
8.0.111 (commit f3835a7fb4)
|
||||
8.0.11 (commit 9cb3b725e3)
|
||||
1.82.0 (commit f6e511eec)
|
||||
7.15.0
|
||||
1.8.1
|
||||
826d15729b5, release
|
||||
9c0dea99271, release
|
||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2174,7 +2174,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.18"
|
||||
version = "0.9.19"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arboard",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.18"
|
||||
version = "0.9.19"
|
||||
edition = "2021"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.9.18"
|
||||
"version": "0.9.19"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user