-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from FrontMatter/beta
Added v10.6.0 release notes
- Loading branch information
Showing
7 changed files
with
71 additions
and
12 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: Version 10.6.0 release notes | ||
description: Discover the key updates in Version 10.6.0, including enhanced navigation, dynamic node path evaluation, and improved git diff mode functionality. | ||
date: 2024-11-06T09:53:37.985Z | ||
lastmod: 2024-11-06T09:53:47.913Z | ||
slug: v10.6.0 | ||
fmContentType: changelog | ||
--- | ||
|
||
## Select all button works while navigating through pages | ||
|
||
The `select all` button now works while navigating through pages. This means that if you have a selection present and you navigate to another page, you can still use the `select all` button or select individual articles. | ||
|
||
![Select all when navigating through pages](/releases/v10.6.0/select-all.webp) | ||
|
||
## Dynamic evaluation of the node executable path | ||
|
||
The extension now dynamically tries to evaluate the `node` executable path. The extension tries to load the terminal profile which can be configured in one of the following settings: | ||
|
||
- `terminal.integrated.automationProfile.<platform>` | ||
- `terminal.integrated.defaultProfile.<platform>` | ||
- `terminal.integrated.profiles.<platform>` | ||
- `terminal.integrated.shell.<platform>` | ||
|
||
If the terminal profile is not found, the extension will use the default `node` executable path. | ||
|
||
## Hide WYSIWYG actions when the file is in git diff mode | ||
|
||
The WYSIWYG actions are now hidden when the file is in git diff mode. We have added this change so that you can make use of the git diff actions that VS Code provides. | ||
|
||
## Related issues/enhancements | ||
|
||
### 🎨 Enhancements | ||
|
||
- [#878](https://github.com/estruyf/vscode-front-matter/issues/878): Allow the `select all` button to work on other pages when there is a selection present | ||
- [#882](https://github.com/estruyf/vscode-front-matter/issues/882): Dynamic evaluation of the `node` executable path | ||
- [#884](https://github.com/estruyf/vscode-front-matter/issues/884): Hide WYSIWYG actions when the file is in git diff mode | ||
|
||
### 🐞 Fixes | ||
|
||
- [#859](https://github.com/estruyf/vscode-front-matter/issues/859): Fix label in the data view dropdown field | ||
- [#876](https://github.com/estruyf/vscode-front-matter/issues/876): Fix snippet type on the snippet card | ||
- [#879](https://github.com/estruyf/vscode-front-matter/issues/879): Fix for auto updating last modified date on save | ||
- [#885](https://github.com/estruyf/vscode-front-matter/issues/885): Fix content relationship for none i18n content |
Binary file not shown.