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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,32 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.6.12] - 2023-03-01
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Add show logs to context menu of experiments running in the queue [#3360](https://github.com/iterative/vscode-dvc/pull/3360) by [@mattseddon](https://github.com/mattseddon)
10
+
- Watch for dvc.yaml changes for manually added stages [#3365](https://github.com/iterative/vscode-dvc/pull/3365) by [@sroy3](https://github.com/sroy3)
11
+
- Do not go into pipeline stage creation mode if dvc.yaml is invalid [#3368](https://github.com/iterative/vscode-dvc/pull/3368) by [@sroy3](https://github.com/sroy3)
12
+
- Add Custom Plots Section [#3342](https://github.com/iterative/vscode-dvc/pull/3342) by [@julieg18](https://github.com/julieg18)
13
+
14
+
### 🐛 Bug Fixes
15
+
16
+
- Remove hortizontal scrollbar from empty section [#3369](https://github.com/iterative/vscode-dvc/pull/3369) by [@sroy3](https://github.com/sroy3)
17
+
18
+
### 🔨 Maintenance
19
+
20
+
- Improve naming in experiment row context menu component [#3346](https://github.com/iterative/vscode-dvc/pull/3346) by [@mattseddon](https://github.com/mattseddon)
21
+
- Clean up from optimizing rendering of plots [#3348](https://github.com/iterative/vscode-dvc/pull/3348) by [@sroy3](https://github.com/sroy3)
22
+
- Update prototype stub (flaky test) [#3355](https://github.com/iterative/vscode-dvc/pull/3355) by [@mattseddon](https://github.com/mattseddon)
23
+
- Group process execution and manager [#3356](https://github.com/iterative/vscode-dvc/pull/3356) by [@mattseddon](https://github.com/mattseddon)
24
+
- Add viewable cli process class [#3358](https://github.com/iterative/vscode-dvc/pull/3358) by [@mattseddon](https://github.com/mattseddon)
25
+
- Add DvcViewer class [#3359](https://github.com/iterative/vscode-dvc/pull/3359) by [@mattseddon](https://github.com/mattseddon)
26
+
- Remove legacy test code from DvcRunner [#3361](https://github.com/iterative/vscode-dvc/pull/3361) by [@mattseddon](https://github.com/mattseddon)
27
+
- Remove legacy code from PseudoTerminal [#3362](https://github.com/iterative/vscode-dvc/pull/3362) by [@mattseddon](https://github.com/mattseddon)
28
+
- Move e2e tests to stable (wdio chromedriver issue) [#3371](https://github.com/iterative/vscode-dvc/pull/3371) by [@mattseddon](https://github.com/mattseddon)
29
+
- Delete unused code in Plots [#3367](https://github.com/iterative/vscode-dvc/pull/3367) by [@julieg18](https://github.com/julieg18)
0 commit comments