Skip to content

Commit 0ba9e17

Browse files
authored
chore: update version to 3.0.18 (#1355)
1 parent a48b923 commit 0ba9e17

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
> For the complete history, please visit [CHANGELOG_ARCHIVE.md](./CHANGELOG_ARCHIVE.md)
44
5+
## [3.0.18]
6+
7+
- Fix task history backup/restore on Windows by using a pure-JS `tar` fallback
8+
- Fix command injection, path traversal, and SSRF security vulnerabilities
9+
- Distinguish authoritative model lists from cache
10+
- Fix known issues
11+
512
## [3.0.17]
613

714
- Fix the issue of opening the browser with file links
@@ -31,8 +38,3 @@
3138
- Add preferences for CoStrict Cloud
3239
- Auto Refresh Auth Token for CoStrict Cloud
3340
- Fix known issues
34-
35-
## [3.0.13]
36-
37-
- Optimize CoStrict Cloud
38-
- Fix known issues

CHANGELOG_ARCHIVE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
> This file contains historical version records. For the latest versions, please visit [CHANGELOG.md](./CHANGELOG.md)
44
5+
## [3.0.13]
6+
7+
- Optimize CoStrict Cloud
8+
- Fix known issues
9+
510
## [3.0.12]
611

712
- Clean up branding and descriptions

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName.long%",
44
"description": "%extension.description%",
55
"publisher": "zgsm-ai",
6-
"version": "3.0.17",
6+
"version": "3.0.18",
77
"icon": "assets/images/shenma_robot_logo_big.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)