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.8.0] - 2023-04-21
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Bump min DVC version to 2.55.0 (live metrics for experiments running outside the workspace) [#3665](https://github.com/iterative/vscode-dvc/pull/3665) by [@mattseddon](https://github.com/mattseddon)
10
+
11
+
### 🐛 Bug Fixes
12
+
13
+
- Fix broken experiments table column shadow [#3729](https://github.com/iterative/vscode-dvc/pull/3729) by [@julieg18](https://github.com/julieg18)
14
+
- Set scm running context to false if command fails [#3727](https://github.com/iterative/vscode-dvc/pull/3727) by [@mattseddon](https://github.com/mattseddon)
15
+
- Force commit action by default [#3726](https://github.com/iterative/vscode-dvc/pull/3726) by [@mattseddon](https://github.com/mattseddon)
16
+
17
+
### 🔨 Maintenance
18
+
19
+
- Stop importing CSS into storybook files [#3696](https://github.com/iterative/vscode-dvc/pull/3696) by [@julieg18](https://github.com/julieg18)
20
+
- Clean up shared styles [#3716](https://github.com/iterative/vscode-dvc/pull/3716) by [@julieg18](https://github.com/julieg18)
21
+
- Group table styles [#3667](https://github.com/iterative/vscode-dvc/pull/3667) by [@julieg18](https://github.com/julieg18)
22
+
- Clean up table file structure [#3706](https://github.com/iterative/vscode-dvc/pull/3706) by [@sroy3](https://github.com/sroy3)
23
+
- Fix warnings produced by integration tests [#3728](https://github.com/iterative/vscode-dvc/pull/3728) by [@mattseddon](https://github.com/mattseddon)
0 commit comments