Skip to content

Commit 0d14e7d

Browse files
chore(main): release 0.4.0 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 40a21a4 commit 0d14e7d

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.1"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/Vizards/deepseek-v4-for-copilot/compare/v0.3.1...v0.4.0) (2026-05-05)
4+
5+
6+
### Features
7+
8+
* Chinese (zh-cn) i18n support ([#16](https://github.com/Vizards/deepseek-v4-for-copilot/issues/16)) ([72a8a69](https://github.com/Vizards/deepseek-v4-for-copilot/commit/72a8a696419d85aa5f82d1142abbc42ec4b50e9b))
9+
* **diagnostics:** add opt-in cache trace diagnostics ([#35](https://github.com/Vizards/deepseek-v4-for-copilot/issues/35)) ([fa11e5b](https://github.com/Vizards/deepseek-v4-for-copilot/commit/fa11e5bea0ccf4023b9947bba5ab4c333abb3ccb))
10+
11+
12+
### Bug Fixes
13+
14+
* add in-memory LRU cache for vision image descriptions ([#36](https://github.com/Vizards/deepseek-v4-for-copilot/issues/36)) ([05fac93](https://github.com/Vizards/deepseek-v4-for-copilot/commit/05fac9392270e5d58a51769b76f4c5378457b1bc))
15+
* **auth:** allow compatible provider API tokens ([#34](https://github.com/Vizards/deepseek-v4-for-copilot/issues/34)) ([e06c550](https://github.com/Vizards/deepseek-v4-for-copilot/commit/e06c550e2183ec1c143dcaee28c4b4b32f89a3a1))
16+
* **json:** sanitize lone surrogates before serialization ([#40](https://github.com/Vizards/deepseek-v4-for-copilot/issues/40)) ([40a21a4](https://github.com/Vizards/deepseek-v4-for-copilot/commit/40a21a4719edc8c2fe0d2e9d25953244917af8b3))
17+
* **provider:** stabilize reasoning replay across tool turns ([#39](https://github.com/Vizards/deepseek-v4-for-copilot/issues/39)) ([e283bc0](https://github.com/Vizards/deepseek-v4-for-copilot/commit/e283bc014bf8c2e2b4e0ebfd0869be6819a35d46))
18+
319
## [0.3.1](https://github.com/Vizards/deepseek-v4-for-copilot/compare/v0.3.0...v0.3.1) (2026-05-02)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%deepseek-copilot.displayName%",
44
"description": "%deepseek-copilot.description%",
55
"icon": "resources/icon.png",
6-
"version": "0.3.1",
6+
"version": "0.4.0",
77
"publisher": "Vizards",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)