Skip to content

Commit 798034c

Browse files
committed
release v2.0.5 🎉
1 parent a19712f commit 798034c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.0.5 (2025/11/16)
2+
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)
5+
6+
---
7+
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)
10+
111
## v2.0.4 (2025/11/12)
212

313
1. Feat folder - Add support for different system paths and folders, support by @shalldie and @Remhardt in [#557](https://github.com/shalldie/vscode-background/pull/557)

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.4",
5+
"version": "2.0.5",
66
"scripts": {
77
"vscode:prepublish": "npm run compile",
88
"vscode:uninstall": "node ./out/uninstall",

0 commit comments

Comments
 (0)