From 91d3803988b6faa0e8878c17289ba5f40eea3de1 Mon Sep 17 00:00:00 2001 From: xieshuang Date: Wed, 9 Oct 2024 18:04:32 +0800 Subject: [PATCH] =?UTF-8?q?release=20v1.2.16=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b02a02..337e817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## ver1.2.16 (2024/10/09) + + #468, #458 + add statusbar to show all commands. + 添加状态栏按钮,用于快速展示所有命令。 + ## ver1.2.15 (2024/10/06) merge #466 diff --git a/package-lock.json b/package-lock.json index 411e058..f6a5336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "background", - "version": "1.2.15", + "version": "1.2.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "background", - "version": "1.2.15", + "version": "1.2.16", "license": "MIT", "dependencies": { "@vscode/sudo-prompt": "^9.3.1", diff --git a/package.json b/package.json index a8aa049..37d6de0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "background", "displayName": "background", "description": "Bring background images to your vscode", - "version": "1.2.15", + "version": "1.2.16", "scripts": { "vscode:prepublish": "npm run compile", "vscode:uninstall": "node ./out/uninstall",