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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.5.34] - 2023-01-05
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Add commit messages to experiment views [#3016](https://github.com/iterative/vscode-dvc/pull/3016) by [@julieg18](https://github.com/julieg18)
10
+
- Add project selection quick pick [#3040](https://github.com/iterative/vscode-dvc/pull/3040) by [@mattseddon](https://github.com/mattseddon)
11
+
- Enable the user to specify a number of concurrent jobs when starting the experiments queue [#3048](https://github.com/iterative/vscode-dvc/pull/3048) by [@mattseddon](https://github.com/mattseddon)
12
+
13
+
### 🐛 Bug Fixes
14
+
15
+
- Fix stop button [#3027](https://github.com/iterative/vscode-dvc/pull/3027) by [@mattseddon](https://github.com/mattseddon)
16
+
- Use process polling to ensure DVCLive only PIDs are still running [#3045](https://github.com/iterative/vscode-dvc/pull/3045) by [@mattseddon](https://github.com/mattseddon)
17
+
- Fix missing commit messages in experiment branches [#3053](https://github.com/iterative/vscode-dvc/pull/3053) by [@julieg18](https://github.com/julieg18)
18
+
19
+
### 🔨 Maintenance
20
+
21
+
- Use cml to create release PR [#3034](https://github.com/iterative/vscode-dvc/pull/3034) by [@dacbd](https://github.com/dacbd)
22
+
- Reinstate @typescript-eslint/no-unused-vars as error [#3039](https://github.com/iterative/vscode-dvc/pull/3039) by [@mattseddon](https://github.com/mattseddon)
23
+
- Add context key enum [#3041](https://github.com/iterative/vscode-dvc/pull/3041) by [@mattseddon](https://github.com/mattseddon)
24
+
- Suppress integration test warninngs [#3046](https://github.com/iterative/vscode-dvc/pull/3046) by [@mattseddon](https://github.com/mattseddon)
25
+
- Consolidate use of input box validation [#3049](https://github.com/iterative/vscode-dvc/pull/3049) by [@mattseddon](https://github.com/mattseddon)
26
+
- Stub getLastThreeCommitMessages in integration tests [#3052](https://github.com/iterative/vscode-dvc/pull/3052) by [@mattseddon](https://github.com/mattseddon)
0 commit comments