forked from continuedev/continue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
129 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.0.1 - 2023-09-01 | ||
|
||
### Added | ||
|
||
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.0.19 - 2023-11-19 | ||
|
||
### Changed | ||
|
||
- migrated to .json config file format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## v0.5.0 - 2023-11-09 | ||
|
||
### Added | ||
|
||
- Codebase Retrieval: Use /codebase or cmd+enter and Continue will automatically gather the most important context | ||
|
||
### Changed | ||
|
||
- Switch from Websockets to Socket.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## v0.6.0 - 2023-11-10 | ||
|
||
### Added | ||
|
||
- Full screen mode | ||
- StackOverflow slash command to augment with web search | ||
- VS Code context menus: right click to add code to context, debug the terminal, or share your Continue session | ||
|
||
### Fixed | ||
|
||
- Reliability improvements to JetBrains by bringing up-to-date with the socket.io refactor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.6.4 - 2023-11-19 | ||
|
||
### Changed | ||
|
||
- migrated to .json config file format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.1.99 - 2023-11-19 | ||
|
||
### Changed | ||
|
||
- migrated to .json config file format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
Separate changelogs are kept for each part of the Continue repository: | ||
|
||
|
||
## v0.6.0 - 2023-11-10 | ||
### Added | ||
* Full screen mode | ||
* StackOverflow slash command to augment with web search | ||
* VS Code context menus: right click to add code to context, debug the terminal, or share your Continue session | ||
### Fixed | ||
* Reliability improvements to JetBrains by bringing up-to-date with the socket.io refactor | ||
|
||
## v0.5.0 - 2023-11-09 | ||
### Added | ||
* Codebase Retrieval: Use /codebase or cmd+enter and Continue will automatically gather the most important context | ||
### Changed | ||
* Switch from Websockets to Socket.io | ||
- [VS Code Extension](./extensions/vscode/CHANGELOG.md) | ||
- [Intellij Extension](./extensions/intellij/CHANGELOG.md) | ||
- [Continue Server](./server/CHANGELOG.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
<!-- Keep a Changelog guide -> https://keepachangelog.com --> | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
# continue-intellij-extension Changelog | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
|
||
|
||
## v0.0.19 - 2023-11-19 | ||
|
||
### Changed | ||
|
||
- migrated to .json config file format | ||
|
||
## v0.0.1 - 2023-09-01 | ||
|
||
## [Unreleased] | ||
### Added | ||
|
||
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
|
||
|
||
## v0.1.99 - 2023-11-19 | ||
|
||
### Changed | ||
|
||
- migrated to .json config file format |