Skip to content

Commit ce5d5d8

Browse files
Update version and CHANGELOG for release (#2364)
1 parent e265fb5 commit ce5d5d8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file.
44

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)
26+
527
## [0.4.0] - 2022-09-04
628

729
### 🚀 New Features and Enhancements

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extensionDependencies": [
1010
"vscode.git"
1111
],
12-
"version": "0.4.0",
12+
"version": "0.4.1",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)