Skip to content

Commit

Permalink
Merge pull request #195 from arbs-io/feature/20231204-PackageRelease-…
Browse files Browse the repository at this point in the history
…1.5.3

- Added a new feature to allow disabling assistant rules.
  • Loading branch information
arbs-io authored Dec 4, 2023
2 parents c628818 + 4137c53 commit 75ad589
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ All notable changes to the "vscode-openai" extension will be documented in this

<!-- Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file. -->

## [1.5.4]

### What's Changed

- fix: synchronization issue in compareFileToClipboard by @doradsoft in https://github.com/arbs-io/vscode-openai/pull/193
- Feature/20231204 allow disable assistant rules by @arbs-io in https://github.com/arbs-io/vscode-openai/pull/194

### New Contributors

- @doradsoft made their first contribution in https://github.com/arbs-io/vscode-openai/pull/193

## [1.5.3]

- Feature/20231125 move config to context by @arbs-io in #188
- Added createErrorNotification import from @app/apis/node. by @arbs-io in #189
- Added createInfoNotification import in generateComments.ts by @arbs-io in #190
- Feature/20231126 add custom instance support by @arbs-io in #191

## [1.5.2]

- Feature/20231120 adding accessibility tts by @arbs-io in #186

## [1.5.1]

- Added custom conversation colors
Expand Down
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": "vscode-openai",
"displayName": "vscode-openai",
"description": "vscode-openai seamlessly incorporates OpenAI features into VSCode, providing integration with SCM, Code Editor and Chat.",
"version": "1.5.3",
"version": "1.5.4",
"publisher": "AndrewButson",
"icon": "images/logo_128x128.png",
"private": true,
Expand Down

0 comments on commit 75ad589

Please sign in to comment.