diff --git a/.changeset/early-ideas-hug.md b/.changeset/early-ideas-hug.md deleted file mode 100644 index b8199cde141..00000000000 --- a/.changeset/early-ideas-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix mode selection after anonymous usage diff --git a/.changeset/eleven-bulldogs-live.md b/.changeset/eleven-bulldogs-live.md deleted file mode 100644 index 0b02ae8d369..00000000000 --- a/.changeset/eleven-bulldogs-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -OpenAI Codex: Add ChatGPT subscription usage limits dashboard diff --git a/.changeset/happy-adults-study.md b/.changeset/happy-adults-study.md deleted file mode 100644 index 290c7255391..00000000000 --- a/.changeset/happy-adults-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Improve idea box during onboarding experience diff --git a/.changeset/long-grapes-sip.md b/.changeset/long-grapes-sip.md deleted file mode 100644 index bddf0fa9d12..00000000000 --- a/.changeset/long-grapes-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -feat(moonshot): add new Kimi models and coding API endpoint diff --git a/.changeset/update-welcome-model-names.md b/.changeset/update-welcome-model-names.md deleted file mode 100644 index e5ca2da646c..00000000000 --- a/.changeset/update-welcome-model-names.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Updated welcome screen model names in all translations diff --git a/CHANGELOG.md b/CHANGELOG.md index d62820b3d40..c3924da667b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # kilo-code +## 5.2.0 + +### Minor Changes + +- [#5477](https://github.com/Kilo-Org/kilocode/pull/5477) [`59a792e`](https://github.com/Kilo-Org/kilocode/commit/59a792eeb461497fe2968ca17e2858389c55894a) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Improve idea box during onboarding experience + +### Patch Changes + +- [#5503](https://github.com/Kilo-Org/kilocode/pull/5503) [`e53f086`](https://github.com/Kilo-Org/kilocode/commit/e53f0865d32296cb5e4db5f853466f5fa7671371) Thanks [@lambertjosh](https://github.com/lambertjosh)! - Fix mode selection after anonymous usage + +- [#5426](https://github.com/Kilo-Org/kilocode/pull/5426) [`56d086b`](https://github.com/Kilo-Org/kilocode/commit/56d086b4853abfeebff6b1afb6c8d0431c232542) Thanks [@lambertjosh](https://github.com/lambertjosh)! - OpenAI Codex: Add ChatGPT subscription usage limits dashboard + +- [#4947](https://github.com/Kilo-Org/kilocode/pull/4947) [`53080fd`](https://github.com/Kilo-Org/kilocode/commit/53080fddfc62a171ebae09fe38629aec8b0e6098) Thanks [@CaiDingxian](https://github.com/CaiDingxian)! - feat(moonshot): add new Kimi models and coding API endpoint + +- [#5451](https://github.com/Kilo-Org/kilocode/pull/5451) [`af25644`](https://github.com/Kilo-Org/kilocode/commit/af25644f8482bd1a10e6645ed3061421ac23045e) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - Updated welcome screen model names in all translations + ## 5.1.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index 280d88913bc..1eed99471f8 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "5.1.0", + "version": "5.2.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",