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.3.25] - 2022-08-30
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Rename "Timestamp" column label to "Created" [#2269](https://github.com/iterative/vscode-dvc/pull/2269) by [@julieg18](https://github.com/julieg18)
10
+
- Review when plot sections should collapse [#2285](https://github.com/iterative/vscode-dvc/pull/2285) by [@sroy3](https://github.com/sroy3)
11
+
- Improve table styles [#2289](https://github.com/iterative/vscode-dvc/pull/2289) by [@julieg18](https://github.com/julieg18)
12
+
13
+
### 🐛 Bug Fixes
14
+
15
+
- Show empty state when final comparison plot is de-selected [#2290](https://github.com/iterative/vscode-dvc/pull/2290) by [@mattseddon](https://github.com/mattseddon)
16
+
- Make the first cells of selected rows sticky [#2294](https://github.com/iterative/vscode-dvc/pull/2294) by [@julieg18](https://github.com/julieg18)
17
+
18
+
### 🔨 Maintenance
19
+
20
+
- Make column `parentPath` optional [#2272](https://github.com/iterative/vscode-dvc/pull/2272) by [@julieg18](https://github.com/julieg18)
21
+
- Remove leftover file for section renaming [#2284](https://github.com/iterative/vscode-dvc/pull/2284) by [@sroy3](https://github.com/sroy3)
22
+
- Dispatch publish extension action on merge of update version and CHANGELOG for release PR [#2292](https://github.com/iterative/vscode-dvc/pull/2292) by [@mattseddon](https://github.com/mattseddon)
0 commit comments