Skip to content

Commit

Permalink
release for v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shalldie committed Oct 28, 2024
1 parent 312db73 commit fec7965
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.0.1 (2024/10/28)

1. Add `0.8` opacity to minimap by default. (#475)
2. Fix `background.editor.styles` should follow `images`. (#476)

---

1. 现在会默认给 `minimap` 添加一个0.8的透明度。 (#475)
2. 修复了 `background.editor.styles` 没有跟随 `images` 的问题。 (#476)

---

## v2.0.0 (2024/10/23) (#462)

<img width="380" src="./images/containers.png">
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "background",
"displayName": "background",
"description": "Bring background images to your vscode",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"vscode:prepublish": "npm run compile",
"vscode:uninstall": "node ./out/uninstall",
Expand Down

0 comments on commit fec7965

Please sign in to comment.