Skip to content

Commit 1c345f9

Browse files
committed
[1.4.2] new release
1 parent 712ebb8 commit 1c345f9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,16 @@ typo
237237
- Handle trailing endregion #56 #76 [@joshua-dean](https://github.com/joshua-dean)
238238

239239
#### Other
240-
- Use dart-sass instead of node-sass #73 [@abandon888](https://github.com/abandon888)
240+
- Use dart-sass instead of node-sass #73 [@abandon888](https://github.com/abandon888)
241+
242+
### [1.4.2] - 2024-02-26
243+
#### Add
244+
- Support for region/tag name escaping (use \ to escape a space) #80
245+
- Improve parsing quality with new region/tag syntax parser
246+
- Improve region/tag hover message.
247+
- Support expanding all symbols on startup (set `outline-map.expand` to `expanded`) #81 #80
248+
- L10n support for extension UI,
249+
- and provide de, es, fr, jp, zh-tw translations (translated by copilot :D)
250+
251+
#### Fix
252+
Don't update if the webview isn't visible. #77 #69 [@joshua-dean](https://github.com/joshua-dean)

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.4.1",
5+
"version": "1.4.2",
66
"repository": {
77
"url": "https://github.com/Gerrnperl/outline-map.git"
88
},

0 commit comments

Comments
 (0)