Skip to content

Commit fec7965

Browse files
committed
release for v2.0.1
1 parent 312db73 commit fec7965

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.0.1 (2024/10/28)
2+
3+
1. Add `0.8` opacity to minimap by default. (#475)
4+
2. Fix `background.editor.styles` should follow `images`. (#476)
5+
6+
---
7+
8+
1. 现在会默认给 `minimap` 添加一个0.8的透明度。 (#475)
9+
2. 修复了 `background.editor.styles` 没有跟随 `images` 的问题。 (#476)
10+
11+
---
12+
113
## v2.0.0 (2024/10/23) (#462)
214

315
<img width="380" src="./images/containers.png">

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

0 commit comments

Comments
 (0)