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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.6.9] - 2023-02-20
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Update get Studio access token link [#3303](https://github.com/iterative/vscode-dvc/pull/3303) by [@mattseddon](https://github.com/mattseddon)
10
+
- Update link to get Studio access token (drop need for username) [#3306](https://github.com/iterative/vscode-dvc/pull/3306) by [@mattseddon](https://github.com/mattseddon)
11
+
- Change the add configuration button text and add more information on functionality [#3295](https://github.com/iterative/vscode-dvc/pull/3295) by [@sroy3](https://github.com/sroy3)
12
+
- Redirect user to add new Studio access token on 401 response [#3311](https://github.com/iterative/vscode-dvc/pull/3311) by [@mattseddon](https://github.com/mattseddon)
13
+
- Re-add show experiments and show plots to tree view titles [#3314](https://github.com/iterative/vscode-dvc/pull/3314) by [@mattseddon](https://github.com/mattseddon)
14
+
- Remove auto apply filters to experiment selection for plots [#3315](https://github.com/iterative/vscode-dvc/pull/3315) by [@mattseddon](https://github.com/mattseddon)
15
+
16
+
### 🐛 Bug Fixes
17
+
18
+
- fix: DnD landing breaks on ellipsis [#3309](https://github.com/iterative/vscode-dvc/pull/3309) by [@shcheklein](https://github.com/shcheklein)
19
+
- Add metrics.json to plots list of watched files [#3319](https://github.com/iterative/vscode-dvc/pull/3319) by [@mattseddon](https://github.com/mattseddon)
20
+
21
+
### 🔨 Maintenance
22
+
23
+
- Disable unnecessary chromatic snapshots [#3310](https://github.com/iterative/vscode-dvc/pull/3310) by [@mattseddon](https://github.com/mattseddon)
24
+
- Update demo project and latest tested CLI version (2.45.1) [#3312](https://github.com/iterative/vscode-dvc/pull/3312) by [@mattseddon](https://github.com/mattseddon)
0 commit comments