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.5] - 2023-02-13
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Add ability to stop non-queue experiments from the table's context menu [#3249](https://github.com/iterative/vscode-dvc/pull/3249) by [@mattseddon](https://github.com/mattseddon)
10
+
- Add the script as a dependency in dvc.yaml [#3257](https://github.com/iterative/vscode-dvc/pull/3257) by [@sroy3](https://github.com/sroy3)
11
+
- Ask the user for the correct command to their script if it is neither a python file or a Jupyter notebook [#3255](https://github.com/iterative/vscode-dvc/pull/3255) by [@sroy3](https://github.com/sroy3)
12
+
- Show the setup instead of original webview if needed (command palette) [#3256](https://github.com/iterative/vscode-dvc/pull/3256) by [@sroy3](https://github.com/sroy3)
13
+
- Replace Show Experiments and Plots buttonwith a Run Experiment button and added icons to sidebar buttons [#3272](https://github.com/iterative/vscode-dvc/pull/3272) by [@sroy3](https://github.com/sroy3)
14
+
- Rename views tree to actions [#3275](https://github.com/iterative/vscode-dvc/pull/3275) by [@mattseddon](https://github.com/mattseddon)
15
+
16
+
### 🐛 Bug Fixes
17
+
18
+
- Fix checkboxes unchecking when user clicks outside the table [#3271](https://github.com/iterative/vscode-dvc/pull/3271) by [@julieg18](https://github.com/julieg18)
19
+
20
+
### 🔨 Maintenance
21
+
22
+
- Add missing telemetry events to onboarding [#3261](https://github.com/iterative/vscode-dvc/pull/3261) by [@mattseddon](https://github.com/mattseddon)
23
+
- Add regression test for `.git` file watcher [#3259](https://github.com/iterative/vscode-dvc/pull/3259) by [@julieg18](https://github.com/julieg18)
0 commit comments