Skip to content

Commit

Permalink
[1.4.1] new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrnperl committed Sep 13, 2024
1 parent afc641b commit e353cdf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,21 +208,33 @@ typo

#### Fix

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

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

#### Add

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

### Fix
#### Fix

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

#### Other

- Collapse pin state switch actions for less buttons in navigation bar
- Collapse pin state switch actions for less buttons in navigation bar

### [1.4.1] - 2024-09-13
#### Add
- Support renaming regions and tags
- Code completion for regions and tags
- Add context menu for view reference and call hierarchy

#### Fix
- Handle trailing endregion #56 #76 [@joshua-dean](https://github.com/joshua-dean)

#### Other
- Use dart-sass instead of node-sass #73 [@abandon888](https://github.com/abandon888)
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.4.0",
"version": "1.4.1",
"repository": {
"url": "https://github.com/Gerrnperl/outline-map.git"
},
Expand Down

0 comments on commit e353cdf

Please sign in to comment.