Skip to content

Commit 71382fd

Browse files
committed
V0.10.0
1 parent 98b650e commit 71382fd

5 files changed

Lines changed: 185 additions & 82 deletions

File tree

lynxExtension.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,36 @@
22
"id": "python_toolkit",
33
"title": "Python Toolkit",
44
"description": "Effortlessly manage your Python environments and dependencies.",
5-
"version": "0.9.2",
5+
"version": "0.10.0",
66
"publishDate": "2025-01-01",
7-
"updateDate": "2025-03-23",
7+
"updateDate": "2025-04-17",
88
"requireAppBuild": 18,
99
"repoUrl": "https://github.com/KindaBrazy/LynxHub-Python-Toolkit",
1010
"changeLog": [
11+
{
12+
"title": "🚀 V0.10.0",
13+
"items": [
14+
{
15+
"label": "✨ New Features",
16+
"subitems": [
17+
{
18+
"label": "Allow selecting installed Python versions for AI dependencies management."
19+
},
20+
{
21+
"label": "Add Open WebUI to supported AI dependencies"
22+
}
23+
]
24+
},
25+
{
26+
"label": "🪲 Bug Fixes",
27+
"subitems": [
28+
{
29+
"label": "Fixed issues with closing and reopening AI Dependencies window"
30+
}
31+
]
32+
}
33+
]
34+
},
1135
{
1236
"title": "🚀 V0.9.2",
1337
"items": [

0 commit comments

Comments
 (0)