|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v1.8.1](https://github.com/mongodb-js/vscode/releases/tag/untagged-ee46789398aad6df957f) - null |
| 4 | + |
| 5 | +Edit the release notes before publishing. |
| 6 | + |
| 7 | + |
3 | 8 | ## [v1.8.0](https://github.com/mongodb-js/vscode/releases/tag/v1.8.0) - 2024-08-29 |
4 | 9 |
|
5 | 10 | ## What's Changed |
@@ -417,32 +422,3 @@ To dig deeper please feel free to follow the links mentioned below: |
417 | 422 | - Fixed code lenses for partial playground executions sometimes being missing (VSCODE-226, #243) |
418 | 423 |
|
419 | 424 |
|
420 | | -## [v0.3.0](https://github.com/mongodb-js/vscode/releases/tag/v0.3.0) - 2020-11-24 |
421 | | - |
422 | | -### Added |
423 | | - |
424 | | -- Added a resources panel to the overview page (VSCODE-168, #208) |
425 | | -- Added a button to change currently connected connection name in overview page (VSCODE-189, #191) |
426 | | - |
427 | | -### Changed |
428 | | - |
429 | | -- Moved playground output to the editor, logs remain in the output section (VSCODE-177, #198) |
430 | | -- Playground results are now displayed in EJSON or text (VSCODE-203, #206) |
431 | | -- Connect commands route to overview page instead of directly to connection form (VSCODE-170, #210) |
432 | | -- Connection form shows in modal in overview page (VSCODE-173, #190) |
433 | | -- Index creation template now uses `createIndex` instead of `ensureIndex` (#205) |
434 | | - |
435 | | -### Fixed |
436 | | - |
437 | | -- Fix x509 username being required in connection string building and parsing (VSCODE-202, #203) |
438 | | -- Fix viewing documents Binary UUID _ids (VSCODE-118, #213) |
439 | | -- Fix opening mongodb shell on windows with git bash (VSCODE-200, #201) |
440 | | -- Fix opening mongodb shell on windows with an ssl file with a space in it (#201) |
441 | | -- Fix password encoding of connection strings when copying connection string and opening in mongodb shell (VSCODE-198, #207) |
442 | | - |
443 | | -### Removed |
444 | | - |
445 | | -- Removed custom font in overview page (#192) |
446 | | -- Removed sql pipeline stage operator (#211) |
447 | | - |
448 | | - |
0 commit comments