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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.5.2] - 2022-10-16
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Use error foreground for status bar item color if CLI unavailable [#2587](https://github.com/iterative/vscode-dvc/pull/2587) by [@mattseddon](https://github.com/mattseddon)
10
+
- Change experiments table circle to radio button [#2553](https://github.com/iterative/vscode-dvc/pull/2553) by [@mattseddon](https://github.com/mattseddon)
11
+
- Add hints into experiment table row action tooltips [#2567](https://github.com/iterative/vscode-dvc/pull/2567) by [@mattseddon](https://github.com/mattseddon)
12
+
13
+
### 🐛 Bug Fixes
14
+
15
+
- Revert moving experiment names to right in table's experiment column (maintain heirarchy) [#2594](https://github.com/iterative/vscode-dvc/pull/2594) by [@mattseddon](https://github.com/mattseddon)
16
+
- Follow directions in the VS Code API docs for relative paths [#2590](https://github.com/iterative/vscode-dvc/pull/2590) by [@mattseddon](https://github.com/mattseddon)
17
+
18
+
### 🔨 Maintenance
19
+
20
+
- Fix failing CI vscode test [#2580](https://github.com/iterative/vscode-dvc/pull/2580) by [@julieg18](https://github.com/julieg18)
21
+
- Update CODEOWNERS [#2595](https://github.com/iterative/vscode-dvc/pull/2595) by [@mattseddon](https://github.com/mattseddon)
0 commit comments