Skip to content

Commit 20375bb

Browse files
committed
[1.3.1] new release
1 parent a823fab commit 20375bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,10 @@ typo
196196

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

199+
### [1.3.1] - 2023-11-07
200+
201+
#### Fix
202+
203+
- Now search is case-insensitive (For normal search, case-sensitive is automatically enabled when you type a capital letter)
204+
- A failed search will not cause the outline running into an error state
205+
- Ignore scheme vscode-scm and workThroughSnippet

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "outline-map",
33
"displayName": "Outline Map",
44
"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.",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"repository": {
77
"url": "https://github.com/Gerrnperl/outline-map.git"
88
},

0 commit comments

Comments
 (0)