mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 11:49:06 +00:00
Prepared release v0.9.12 (#155)
This commit is contained in:
parent
8715054dda
commit
776fa8ac58
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (187, "v0.9.12, build 187 (2024-09-15 20:49 UTC)", "v0.9.12.md"),
|
||||
new (186, "v0.9.11, build 186 (2024-09-15 10:33 UTC)", "v0.9.11.md"),
|
||||
new (185, "v0.9.10, build 185 (2024-09-12 20:52 UTC)", "v0.9.10.md"),
|
||||
new (184, "v0.9.9, build 184 (2024-09-11 21:10 UTC)", "v0.9.9.md"),
|
||||
|
@ -1,4 +1,4 @@
|
||||
# v0.9.12, build 187 (2024-09-xx xx:xx UTC)
|
||||
# v0.9.12, build 187 (2024-09-15 20:49 UTC)
|
||||
- Added a job posting assistant to the business category.
|
||||
- Improved text diff viewer by line-through deleted text.
|
||||
- Improved grammar & spelling check and rewrite assistants by showing the final text as well.
|
||||
|
@ -1,9 +1,9 @@
|
||||
0.9.11
|
||||
2024-09-15 10:33:24 UTC
|
||||
186
|
||||
0.9.12
|
||||
2024-09-15 20:49:12 UTC
|
||||
187
|
||||
8.0.108 (commit 665a05cea7)
|
||||
8.0.8 (commit 08338fcaa5)
|
||||
1.81.0 (commit eeb90cda1)
|
||||
7.8.0
|
||||
1.7.1
|
||||
e9998348c5a, release
|
||||
8715054dda6, release
|
||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2130,7 +2130,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.11"
|
||||
version = "0.9.12"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arboard",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.11"
|
||||
version = "0.9.12"
|
||||
edition = "2021"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.9.11"
|
||||
"version": "0.9.12"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user