Skip to content

Commit

Permalink
latest features
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayyoub-ESSADEQ committed Aug 9, 2023
1 parent 28b091d commit 57b3c48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,17 @@
## [1.1.0] - 2023-07-27
### Added
- We added the ability to comment code from the context menu of the active text editor.
- We added the ability to complete the code using chatgpt from the context menu of the text editor (we will add more functionalities in the coming days)
- We added the ability to complete the code using chatgpt from the context menu of the text editor (we will add more functionalities in the coming days)

## [1.1.1] - 2023-07-31
### Removed
- We removed the text decorator when you execute a command from the context menu (option chatgpt)

## [1.1.2] - 2023-08-4
### Fixed
- We fixed a problem related to sending thinking when chatgpt still answering.

## [1.2.0] - 2023-08-09
### Added
- We added a a sidebar to make some commands more accessible.
- We added some accessibility features, specially the ability to increase and decrease the font size.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cocaptain",
"displayName": " Cocaptain",
"description": "chatgpt for vscode",
"version": "1.1.0",
"version": "1.2.0",
"publisher": "Ayyoub-Essadeq",
"icon": "./media/icons/cocaptain.png",
"repository": {
Expand Down

0 comments on commit 57b3c48

Please sign in to comment.