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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.0.36] - 2023-08-08
6
+
7
+
### 🐛 Bug Fixes
8
+
9
+
- Fix sorts and filters for dep columns [#4432](https://github.com/iterative/vscode-dvc/pull/4432) by [@mattseddon](https://github.com/mattseddon)
10
+
- Exclude untracked dvc.yaml and dvc.lock files from the DVC SCM tree [#4446](https://github.com/iterative/vscode-dvc/pull/4446) by [@mattseddon](https://github.com/mattseddon)
11
+
- Fix Created column presence in show only changed [#4435](https://github.com/iterative/vscode-dvc/pull/4435) by [@mattseddon](https://github.com/mattseddon)
12
+
13
+
### 🔨 Maintenance
14
+
15
+
- Update demo project and latest tested CLI version (3.13.2) [#4439](https://github.com/iterative/vscode-dvc/pull/4439) by [@mattseddon](https://github.com/mattseddon)
16
+
- Followup on fixing broken plots on first exp run [#4425](https://github.com/iterative/vscode-dvc/pull/4425) by [@julieg18](https://github.com/julieg18)
17
+
- Reduce wait time in test utils [#4427](https://github.com/iterative/vscode-dvc/pull/4427) by [@mattseddon](https://github.com/mattseddon)
18
+
- Only open experiments webview in integration tests when necessary [#4434](https://github.com/iterative/vscode-dvc/pull/4434) by [@mattseddon](https://github.com/mattseddon)
19
+
- Update demo project and latest tested CLI version (3.13.3) [#4450](https://github.com/iterative/vscode-dvc/pull/4450) by [@julieg18](https://github.com/julieg18)
20
+
- Replace git diff call with git extension state [#4444](https://github.com/iterative/vscode-dvc/pull/4444) by [@mattseddon](https://github.com/mattseddon)
0 commit comments