From ae4a5fcd9d48434a0f01d1c55cf62671760d4fb6 Mon Sep 17 00:00:00 2001 From: Samyak Jain <56000318+samyakkkk@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:26:56 +0530 Subject: [PATCH] (rel): 0.3.1 --- vscode/CHANGELOG.md | 5 +++++ vscode/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index bd583794..cc7c2a6d 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the "commanddash" extension will be documented in this fi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.3.1] + +- Fix: Pasting text into field erases existing input. +- Enhanced: Embedding caching mechanism + ## [0.3.0] - Rebrand to CommandDash (Dash AI) diff --git a/vscode/package.json b/vscode/package.json index 68de3e3c..dfe8ecd7 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "fluttergpt", "displayName": "CommandDash: Your Flutter AI Autopilot with Gemini", "description": "Agents that assist you build entire features on autopilot.", - "version": "0.3.0", + "version": "0.3.1", "publisher": "WelltestedAI", "icon": "media/icon.png", "engines": {