|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v1.9.0](https://github.com/mongodb-js/vscode/releases/tag/v1.9.0) - 2024-09-30 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* feat(chat): add VSCode Copilot chat participant VSCODE-528 in https://github.com/mongodb-js/vscode/pull/839 |
| 7 | + |
| 8 | +## New Contributors |
| 9 | +* @nirinchev made their first contribution in https://github.com/mongodb-js/vscode/pull/813 |
| 10 | + |
| 11 | +**Full Changelog**: https://github.com/mongodb-js/vscode/compare/v1.8.1...v1.9.0 |
| 12 | + |
| 13 | + |
3 | 14 | ## [v1.8.1](https://github.com/mongodb-js/vscode/releases/tag/v1.8.1) - 2024-09-02 |
4 | 15 |
|
5 | 16 | ## What's Changed |
@@ -404,25 +415,3 @@ To dig deeper please feel free to follow the links mentioned below: |
404 | 415 | - Fixed an issue around showing an error while editing a playground file without an active MongoDB connection (VSCODE-231, #251) |
405 | 416 |
|
406 | 417 |
|
407 | | -## [v0.4.0](https://github.com/mongodb-js/vscode/releases/tag/v0.4.0) - 2021-01-25 |
408 | | - |
409 | | -### Added |
410 | | - |
411 | | -- Added the ability to edit documents opened from the explorer panel (VSCODE-219, #226, #239) |
412 | | -- Added the ability to open and edit documents from playground results (VSCODE-222, #232) |
413 | | -- Added icons for connect and playground panel actions (VSCODE-179, #240) |
414 | | -- Added the ability to specify multiple hosts and ports in the connection form (VSCODE-208, #224) |
415 | | -- Added a feature where we show the overview page when the extension is first installed (VSCODE-167, #225) |
416 | | - |
417 | | -### Changed |
418 | | - |
419 | | -- Changed how we generate default connection names for new connections to better represent multiple hosts and ports, and srv records (VSCODE-221, #227) |
420 | | -- Changed how we show connectivity errors with the connection form (VSCODE-196, #217) |
421 | | - |
422 | | -### Fixed |
423 | | - |
424 | | -- Fix opening documents with a binary `_id` from the explorer panel (VSCODE-118, #220) |
425 | | -- Fixed playground log output panel to not display when a playground is open and when a playground is run and there was no log output (#234) |
426 | | -- Fixed code lenses for partial playground executions sometimes being missing (VSCODE-226, #243) |
427 | | - |
428 | | - |
0 commit comments