Skip to content

Commit

Permalink
v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Nov 29, 2023
1 parent d0a678d commit 8ae958e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.19.0 - 2023-11-29

### Added

- New OpenAI models: `gpt-3.5-turbo-1106` (new default), `gpt-4-1106-preview` (128k context window). Thanks [@restlessronin](https://github.com/restlessronin) for the contribution!
- New template: "Explain Code with Context" (explain the selected code in context of all the open files). Thanks [@restlessronin](https://github.com/restlessronin) for the contribution!

## 1.18.0 - 2023-10-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion app/vscode/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"publisher": "rubberduck",
"name": "rubberduck-vscode",
"version": "1.18.1",
"version": "1.19.0",
"displayName": "Rubberduck - ChatGPT for Visual Studio Code",
"description": "Generate code, edit code, explain code, generate tests, find bugs, diagnose errors, and even create your own conversation templates.",
"keywords": [
Expand Down

0 comments on commit 8ae958e

Please sign in to comment.