|
| 1 | +--- |
| 2 | +title: Version 10.6.0 release notes |
| 3 | +description: Discover the key updates in Version 10.6.0, including enhanced navigation, dynamic node path evaluation, and improved git diff mode functionality. |
| 4 | +date: 2024-11-06T09:53:37.985Z |
| 5 | +lastmod: 2024-11-06T09:53:47.913Z |
| 6 | +slug: v10.6.0 |
| 7 | +fmContentType: changelog |
| 8 | +--- |
| 9 | + |
| 10 | +## Select all button works while navigating through pages |
| 11 | + |
| 12 | +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. |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +## Dynamic evaluation of the node executable path |
| 17 | + |
| 18 | +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: |
| 19 | + |
| 20 | +- `terminal.integrated.automationProfile.<platform>` |
| 21 | +- `terminal.integrated.defaultProfile.<platform>` |
| 22 | +- `terminal.integrated.profiles.<platform>` |
| 23 | +- `terminal.integrated.shell.<platform>` |
| 24 | + |
| 25 | +If the terminal profile is not found, the extension will use the default `node` executable path. |
| 26 | + |
| 27 | +## Hide WYSIWYG actions when the file is in git diff mode |
| 28 | + |
| 29 | +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. |
| 30 | + |
| 31 | +## Related issues/enhancements |
| 32 | + |
| 33 | +### 🎨 Enhancements |
| 34 | + |
| 35 | +- [#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 |
| 36 | +- [#882](https://github.com/estruyf/vscode-front-matter/issues/882): Dynamic evaluation of the `node` executable path |
| 37 | +- [#884](https://github.com/estruyf/vscode-front-matter/issues/884): Hide WYSIWYG actions when the file is in git diff mode |
| 38 | + |
| 39 | +### 🐞 Fixes |
| 40 | + |
| 41 | +- [#859](https://github.com/estruyf/vscode-front-matter/issues/859): Fix label in the data view dropdown field |
| 42 | +- [#876](https://github.com/estruyf/vscode-front-matter/issues/876): Fix snippet type on the snippet card |
| 43 | +- [#879](https://github.com/estruyf/vscode-front-matter/issues/879): Fix for auto updating last modified date on save |
| 44 | +- [#885](https://github.com/estruyf/vscode-front-matter/issues/885): Fix content relationship for none i18n content |
0 commit comments