Skip to content

Commit

Permalink
Prepare 0.4.1 release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
shardulm94 authored Jul 11, 2022
1 parent fb1a3dd commit 6e37905
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log


## [0.4.1] - 2022-07-10
### Fixed
- Fixed an issue where changing settings would result in previously highlighted regions being permanently highlighted
### Changed
- `highlightCurrentLine` now considers all active cursors as current lines


## [0.4.0] - 2022-07-08
### Fixed
- Fix an issue where only the first line of each block of modified lines is trimmed when deleteModifiedLinesOnly is set
- Fix an issue where only the first line of each block of modified lines is trimmed when `deleteModifiedLinesOnly` is set
### Changed
- Extension will now activate only after VSCode startup has finished to avoid VSCode startup slowdown

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trailing-spaces",
"displayName": "Trailing Spaces",
"description": "Highlight trailing spaces and delete them in a flash!",
"version": "0.4.0",
"version": "0.4.1",
"publisher": "shardulm94",
"icon": "icon.png",
"engines": {
Expand Down

0 comments on commit 6e37905

Please sign in to comment.