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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.8.2] - 2023-04-27
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Add multiple branches support inside the experiments table [#3735](https://github.com/iterative/vscode-dvc/pull/3735) by [@sroy3](https://github.com/sroy3)
10
+
- Add CLI incompatible screen to Studio section [#3763](https://github.com/iterative/vscode-dvc/pull/3763) by [@mattseddon](https://github.com/mattseddon)
11
+
- Make the table more compact with branches and actions [#3765](https://github.com/iterative/vscode-dvc/pull/3765) by [@sroy3](https://github.com/sroy3)
12
+
- Show DVC Cli Details in DVC Setup [#3688](https://github.com/iterative/vscode-dvc/pull/3688) by [@julieg18](https://github.com/julieg18)
13
+
14
+
### 🐛 Bug Fixes
15
+
16
+
- Watch all workspace folders for changes in dot folders [#3769](https://github.com/iterative/vscode-dvc/pull/3769) by [@mattseddon](https://github.com/mattseddon)
17
+
18
+
### 🔨 Maintenance
19
+
20
+
- Add Stylelint [#3736](https://github.com/iterative/vscode-dvc/pull/3736) by [@julieg18](https://github.com/julieg18)
21
+
- Upgrade Storybook to v7 [#3744](https://github.com/iterative/vscode-dvc/pull/3744) by [@mattseddon](https://github.com/mattseddon)
22
+
- Switch executeDvcProcess method to protected [#3770](https://github.com/iterative/vscode-dvc/pull/3770) by [@mattseddon](https://github.com/mattseddon)
0 commit comments