mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 03:42:56 +00:00
Prepared release v0.9.44 (#470)
This commit is contained in:
parent
9aa0a91465
commit
b9b850b2c1
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (219, "v0.9.44, build 219 (2025-05-18 19:33 UTC)", "v0.9.44.md"),
|
||||
new (218, "v0.9.43, build 218 (2025-05-11 17:22 UTC)", "v0.9.43.md"),
|
||||
new (217, "v0.9.42, build 217 (2025-05-04 13:03 UTC)", "v0.9.42.md"),
|
||||
new (216, "v0.9.41, build 216 (2025-04-27 14:18 UTC)", "v0.9.41.md"),
|
||||
|
@ -1,4 +1,4 @@
|
||||
# v0.9.44, build 219 (2025-05-xx xx:xx UTC)
|
||||
# v0.9.44, build 219 (2025-05-18 19:33 UTC)
|
||||
- Added PDF import feature: we have completed the work on the PDF import feature. Importing PDF files has been successfully tested on macOS, Linux, and Windows. The feature is now enabled for everyone.
|
||||
- Added more text content to the localization and added the German translation for it.
|
||||
- Improved compatibility with certain Ubuntu linux versions regarding desktop integration.
|
||||
|
1
app/MindWork AI Studio/wwwroot/changelog/v0.9.45.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v0.9.45.md
Normal file
@ -0,0 +1 @@
|
||||
# v0.9.45, build 220 (2025-05-xx xx:xx UTC)
|
@ -1,11 +1,11 @@
|
||||
0.9.43
|
||||
2025-05-11 17:22:03 UTC
|
||||
218
|
||||
0.9.44
|
||||
2025-05-18 19:33:02 UTC
|
||||
219
|
||||
9.0.106 (commit 8cdf6f0897)
|
||||
9.0.5 (commit e36e4d1a8f)
|
||||
1.87.0 (commit 17067e9ac)
|
||||
8.6.0
|
||||
1.8.1
|
||||
ba236c4012d, release
|
||||
9aa0a914653, release
|
||||
osx-arm64
|
||||
137.0.7123.0
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2624,7 +2624,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.43"
|
||||
version = "0.9.44"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arboard",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.43"
|
||||
version = "0.9.44"
|
||||
edition = "2021"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.9.43"
|
||||
"version": "0.9.44"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user