Skip to content

Commit

Permalink
[1.3.1] new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrnperl committed Nov 7, 2023
1 parent a823fab commit 20375bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,10 @@ typo

- configuration: `outline-map.color`, use `workbench.colorCustomizations` instead

### [1.3.1] - 2023-11-07

#### Fix

- Now search is case-insensitive (For normal search, case-sensitive is automatically enabled when you type a capital letter)
- A failed search will not cause the outline running into an error state
- Ignore scheme vscode-scm and workThroughSnippet
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": "outline-map",
"displayName": "Outline Map",
"description": "A visual, interactive outline map that combinesAlternative Minimap. the clarity of the outline with the intuitive overview of the minimap. Enhanced version of vscode built-in outline.",
"version": "1.3.0",
"version": "1.3.1",
"repository": {
"url": "https://github.com/Gerrnperl/outline-map.git"
},
Expand Down

0 comments on commit 20375bb

Please sign in to comment.