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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.5.38] - 2023-01-24
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Add experiment row commit tooltips [#3105](https://github.com/iterative/vscode-dvc/pull/3105) by [@julieg18](https://github.com/julieg18)
10
+
- Make experiment row commit tooltips interactive [#3113](https://github.com/iterative/vscode-dvc/pull/3113) by [@julieg18](https://github.com/julieg18)
11
+
- Show commits in "Select Experiments to Display in Plots" quick pick [#3114](https://github.com/iterative/vscode-dvc/pull/3114) by [@julieg18](https://github.com/julieg18)
12
+
- Add commit message to plots ribbon block tooltips [#3122](https://github.com/iterative/vscode-dvc/pull/3122) by [@julieg18](https://github.com/julieg18)
13
+
- Add `git-commit` icon to experiments table and quick pick [#3124](https://github.com/iterative/vscode-dvc/pull/3124) by [@julieg18](https://github.com/julieg18)
14
+
15
+
### 🔨 Maintenance
16
+
17
+
- Add `workflow_dispatch` event to `publish` workflow [#3110](https://github.com/iterative/vscode-dvc/pull/3110) by [@julieg18](https://github.com/julieg18)
18
+
- Update Windows yarn network timeout to 5 minutes (downloading packages on slow disk) [#3129](https://github.com/iterative/vscode-dvc/pull/3129) by [@mattseddon](https://github.com/mattseddon)
19
+
- Add resolution for json5 library (security) [#3128](https://github.com/iterative/vscode-dvc/pull/3128) by [@mattseddon](https://github.com/mattseddon)
0 commit comments