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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.4.1] - 2022-09-09
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Match tooltip styles to VS Code [#2353](https://github.com/iterative/vscode-dvc/pull/2353) by [@mattseddon](https://github.com/mattseddon)
10
+
11
+
### 🐛 Bug Fixes
12
+
13
+
- Make first cell text contents selectable [#2341](https://github.com/iterative/vscode-dvc/pull/2341) by [@julieg18](https://github.com/julieg18)
14
+
- Truncate long plot titles [#2344](https://github.com/iterative/vscode-dvc/pull/2344) by [@sroy3](https://github.com/sroy3)
15
+
- Keep cursor on `col-resize` on table column resize [#2356](https://github.com/iterative/vscode-dvc/pull/2356) by [@julieg18](https://github.com/julieg18)
16
+
- Always show context menu on right click [#2355](https://github.com/iterative/vscode-dvc/pull/2355) by [@mattseddon](https://github.com/mattseddon)
17
+
- Dismiss tooltip/context menus on Escape [#2354](https://github.com/iterative/vscode-dvc/pull/2354) by [@mattseddon](https://github.com/mattseddon)
18
+
19
+
### 🔨 Maintenance
20
+
21
+
- Consolidate use of decoration providers with tree views [#2330](https://github.com/iterative/vscode-dvc/pull/2330) by [@mattseddon](https://github.com/mattseddon)
22
+
- Move DVC Tracked tree into repository directory structure [#2331](https://github.com/iterative/vscode-dvc/pull/2331) by [@mattseddon](https://github.com/mattseddon)
23
+
- Group Source Control Management files [#2332](https://github.com/iterative/vscode-dvc/pull/2332) by [@mattseddon](https://github.com/mattseddon)
24
+
- Switch from jest from ts-jest to swc [#2333](https://github.com/iterative/vscode-dvc/pull/2333) by [@mattseddon](https://github.com/mattseddon)
25
+
- Remove extra sending of data to webview on change of star selection [#2346](https://github.com/iterative/vscode-dvc/pull/2346) by [@mattseddon](https://github.com/mattseddon)
0 commit comments