Skip to content

Commit e353cdf

Browse files
committed
[1.4.1] new release
1 parent afc641b commit e353cdf

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,21 +208,33 @@ typo
208208

209209
#### Fix
210210

211-
- Overlap items when the height of the outline is not enough #50
211+
- Overlap items when the height of the outline is not enough #50 [@zcf0508](https://github.com/zcf0508)
212212
- Other minor fixes
213213

214214
### [1.4.0] - 2024-03-24
215215

216216
#### Add
217217

218-
- Add find References when goto tag #59 @howin98
218+
- Add find References when goto tag #59 [@howin98](https://github.com/howin98)
219219
- Provide outline sorting feature #54
220220
- Expand to the symbol under the cursor
221221

222-
### Fix
222+
#### Fix
223223

224224
- Now the outline will not scroll automatically when in the `manual` follow mode #53
225225

226226
#### Other
227227

228-
- Collapse pin state switch actions for less buttons in navigation bar
228+
- Collapse pin state switch actions for less buttons in navigation bar
229+
230+
### [1.4.1] - 2024-09-13
231+
#### Add
232+
- Support renaming regions and tags
233+
- Code completion for regions and tags
234+
- Add context menu for view reference and call hierarchy
235+
236+
#### Fix
237+
- Handle trailing endregion #56 #76 [@joshua-dean](https://github.com/joshua-dean)
238+
239+
#### Other
240+
- Use dart-sass instead of node-sass #73 [@abandon888](https://github.com/abandon888)

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

0 commit comments

Comments
 (0)