mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 11:49:06 +00:00
Allow opening external links in an external browser (#127)
This commit is contained in:
parent
75576129fe
commit
d0dbbccd56
@ -13,7 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (180, "v0.9.5, build 180 (2024-09-07 14:18 UTC)", "v0.9.5.md"),
|
||||
new (180, "v0.9.5, build 180 (2024-09-07 16:33 UTC)", "v0.9.5.md"),
|
||||
new (179, "v0.9.4, build 179 (2024-09-06 20:11 UTC)", "v0.9.4.md"),
|
||||
new (178, "v0.9.3, build 178 (2024-09-06 11:06 UTC)", "v0.9.3.md"),
|
||||
new (177, "v0.9.2, build 177 (2024-09-05 09:19 UTC)", "v0.9.2.md"),
|
||||
|
@ -1,2 +1,2 @@
|
||||
# v0.9.5, build 180 (2024-09-07 14:18 UTC)
|
||||
# v0.9.5, build 180 (2024-09-07 16:33 UTC)
|
||||
- Fixed opening links in the default browser. This issue was introduced by the IPC refactoring in v0.9.0.
|
@ -1,9 +1,9 @@
|
||||
0.9.5
|
||||
2024-09-07 14:18:01 UTC
|
||||
2024-09-07 16:33:03 UTC
|
||||
180
|
||||
8.0.108 (commit 665a05cea7)
|
||||
8.0.8 (commit 08338fcaa5)
|
||||
1.81.0 (commit eeb90cda1)
|
||||
7.8.0
|
||||
1.7.1
|
||||
ec4b9e146b1, release
|
||||
606852e4729, release
|
||||
|
@ -46,7 +46,7 @@
|
||||
{
|
||||
"domain": "localhost",
|
||||
"windows": ["main"],
|
||||
"enableTauriAPI": false
|
||||
"enableTauriAPI": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user