Skip to content

Commit

Permalink
Updated changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gencay committed Dec 11, 2022
1 parent 031d938 commit 3612fc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the "vscode-chatgpt" extension will be documented in this file.

## [1.5.0] - 2022-12-10

- 🆕 Clear conversations and reset thread
- 🆕 Export all your conversation dialogue into a new tab with single click
- 🆕 Added a new introduction page that shows up before the conversation starts

## [1.4.3] - 2022-12-10

- 🚀 Better theming support in markdown
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "ChatGPT - Copilot to improve your code, add tests & find bugs",
"icon": "images/openai-icon.png",
"description": "ChatGPT conversation support. Create new files & projects with one click",
"version": "1.4.3",
"version": "1.5.0",
"repository": {
"url": "https://github.com/gencay/vscode-chatgpt"
},
Expand All @@ -23,7 +23,8 @@
"openai",
"chatgpt",
"testing",
"find bugs"
"find bugs",
"ai"
],
"activationEvents": [
"onView:vscode-chatgpt.view",
Expand Down

0 comments on commit 3612fc9

Please sign in to comment.