From e353cdf87daf38f2d8fee70310b3363c6ef770a1 Mon Sep 17 00:00:00 2001 From: gerrnperl Date: Fri, 13 Sep 2024 15:43:07 +0800 Subject: [PATCH] [1.4.1] new release --- CHANGELOG.md | 20 ++++++++++++++++---- package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd8bfe..b067f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- 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) \ No newline at end of file diff --git a/package.json b/package.json index 668af04..9248506 100644 --- a/package.json +++ b/package.json @@ -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" },