Skip to content

Commit e9ace67

Browse files
committed
release v2.0.6 🎉
1 parent 5215b98 commit e9ace67

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
## v2.0.6 (2025/11/19)
2+
3+
- Change automatic update to manual by @shalldie in [#569](https://github.com/shalldie/vscode-background/pull/569)
4+
- 自动更新替换为手动 by @shalldie in [#569](https://github.com/shalldie/vscode-background/pull/569)
5+
6+
**Full Changelog**: https://github.com/shalldie/vscode-background/compare/v2.0.5...v2.0.6
7+
18
## v2.0.5 (2025/11/16)
29

3-
1. feat: Add blend mode to dark theme (#563) by @shalldie in [566](https://github.com/shalldie/vscode-background/pull/566)
4-
2. fix: A more precise editor selector by @shalldie in [530](https://github.com/shalldie/vscode-background/issues/530)
10+
1. feat: Add blend mode to dark theme (#563) by @shalldie in [#566](https://github.com/shalldie/vscode-background/pull/566)
11+
2. fix: A more precise editor selector by @shalldie in [#530](https://github.com/shalldie/vscode-background/issues/530)
512

613
---
714

8-
1. feat: 深色主题添加混动模式 (#563) by @shalldie in [566](https://github.com/shalldie/vscode-background/pull/566)
9-
2. fix: editor 使用更明确的选择器 by @shalldie in [530](https://github.com/shalldie/vscode-background/issues/530)
15+
1. feat: 深色主题添加混动模式 (#563) by @shalldie in [#566](https://github.com/shalldie/vscode-background/pull/566)
16+
2. fix: editor 使用更明确的选择器 by @shalldie in [#530](https://github.com/shalldie/vscode-background/issues/530)
1017

1118
## v2.0.4 (2025/11/12)
1219

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
@@ -2,7 +2,7 @@
22
"name": "background",
33
"displayName": "background",
44
"description": "Bring background images to your vscode",
5-
"version": "2.0.6-alpha.0",
5+
"version": "2.0.6",
66
"scripts": {
77
"vscode:prepublish": "npm run compile",
88
"vscode:uninstall": "node ./out/uninstall",

0 commit comments

Comments
 (0)