diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8c4af..dd74f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 95a3b18..9668a28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "background", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "background", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@vscode/sudo-prompt": "^9.3.1", diff --git a/package.json b/package.json index a7ca357..3281935 100644 --- a/package.json +++ b/package.json @@ -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",