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.29] - 2022-12-20
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Move Views sidebar section to the top [#2954](https://github.com/iterative/vscode-dvc/pull/2954) by [@sroy3](https://github.com/sroy3)
10
+
- Improve plots ribbon block tooltips [#2956](https://github.com/iterative/vscode-dvc/pull/2956) by [@julieg18](https://github.com/julieg18)
11
+
- Show a screen when there is no data in the project [#2927](https://github.com/iterative/vscode-dvc/pull/2927) by [@sroy3](https://github.com/sroy3)
12
+
- Close setup webview when all actions have been completed [#2968](https://github.com/iterative/vscode-dvc/pull/2968) by [@mattseddon](https://github.com/mattseddon)
13
+
- Simplify Setup the Workspace by removing manual option when Python extension is installed [#2967](https://github.com/iterative/vscode-dvc/pull/2967) by [@mattseddon](https://github.com/mattseddon)
14
+
- Add environment selection information to the DVC status bar item [#2969](https://github.com/iterative/vscode-dvc/pull/2969) by [@mattseddon](https://github.com/mattseddon)
15
+
16
+
### 🔨 Maintenance
17
+
18
+
- Fix integration tests for non en-US timezones [#2945](https://github.com/iterative/vscode-dvc/pull/2945) by [@mattseddon](https://github.com/mattseddon)
19
+
- Do not rely on number of call to execute process stub in integration tests [#2939](https://github.com/iterative/vscode-dvc/pull/2939) by [@mattseddon](https://github.com/mattseddon)
20
+
- Ensure that all watcher's listeners are disposed [#2948](https://github.com/iterative/vscode-dvc/pull/2948) by [@mattseddon](https://github.com/mattseddon)
21
+
- Temporarily remove VS Marketplace badges [#2957](https://github.com/iterative/vscode-dvc/pull/2957) by [@mattseddon](https://github.com/mattseddon)
0 commit comments