You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.6.2] - 2023-02-07
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Remove beaker (show experiments) and scatter graph (show plots) buttons from sidebar [#3205](https://github.com/iterative/vscode-dvc/pull/3205) by [@sroy3](https://github.com/sroy3)
10
+
- Add a mention to run script after adding dvclive [#3206](https://github.com/iterative/vscode-dvc/pull/3206) by [@sroy3](https://github.com/sroy3)
11
+
12
+
### 🐛 Bug Fixes
13
+
14
+
- Fix e2e tests [#3218](https://github.com/iterative/vscode-dvc/pull/3218) by [@mattseddon](https://github.com/mattseddon)
15
+
- Fix missing button [#3212](https://github.com/iterative/vscode-dvc/pull/3212) by [@sroy3](https://github.com/sroy3)
16
+
17
+
### 🔨 Maintenance
18
+
19
+
- Remove read file contents request sent to extension by language server (use is file check) [#3198](https://github.com/iterative/vscode-dvc/pull/3198) by [@mattseddon](https://github.com/mattseddon)
20
+
- Update demo project and latest tested CLI version (2.43.2) [#3207](https://github.com/iterative/vscode-dvc/pull/3207) by [@mattseddon](https://github.com/mattseddon)
21
+
- Add project level jest config (for WallabyJS) [#3208](https://github.com/iterative/vscode-dvc/pull/3208) by [@mattseddon](https://github.com/mattseddon)
22
+
- Increase timeout of tests which use window.withProgress [#3227](https://github.com/iterative/vscode-dvc/pull/3227) by [@mattseddon](https://github.com/mattseddon)
23
+
- Update demo project and latest tested CLI version (2.43.4) [#3234](https://github.com/iterative/vscode-dvc/pull/3234) by [@mattseddon](https://github.com/mattseddon)
0 commit comments