diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8c4a758..8997e18 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.15.1"} +{".":"1.16.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7064582..bd4949d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.16.0](https://github.com/nicepkg/aide/compare/aide-v1.15.1...aide-v1.16.0) (2024-07-26) + + +### Features + +* add aide.useSystemProxy and aide.aiCommandAutoRun configuration and enhance languageId select ([2a3b4ed](https://github.com/nicepkg/aide/commit/2a3b4edf1181201181cd6d636f40f81662929b86)) +* output logs to vscode output channel ([94c549a](https://github.com/nicepkg/aide/commit/94c549a2e92f1884ca26f65e0ec79196dd522ef3)) + ## [1.15.1](https://github.com/nicepkg/aide/compare/aide-v1.15.0...aide-v1.15.1) (2024-07-25) diff --git a/package.json b/package.json index d0bdd19..63d196b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "aide-pro", "displayName": "Aide", "description": "Master Any Code: One-Click Comments and Language Conversion. 掌握任何屎山代码:一键注释和语言转换。💪", - "version": "1.15.1", + "version": "1.16.0", "private": true, "packageManager": "pnpm@9.3.0", "author": "Nicepkg <2214962083@qq.com>",