You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/changelog/CHANGELOG.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,11 @@
2
2
3
3
## [10.8.0] - 2025-02-xx
4
4
5
-
### ✨ New features
6
-
7
5
### 🎨 Enhancements
8
6
9
7
-[#915](https://github.com/estruyf/vscode-front-matter/issues/915): Added a new setting `frontMatter.panel.openOnSupportedFile` which allows you to open the panel view on supported files
10
8
-[#921](https://github.com/estruyf/vscode-front-matter/issues/921): Improve the filename sanitization
11
-
12
-
### ⚡️ Optimizations
9
+
-[#922](https://github.com/estruyf/vscode-front-matter/issues/922): Added `{{fileName}}` and `{{sluggedFileName}}` placeholders for the slug template setting
description: Discover the key features and enhancements in Front Matter CMS version 10.8.0, including new settings and improved filename sanitization.
4
+
date: 2024-12-31T14:22:26.767Z
5
+
lastmod: 2025-02-27T11:13:29.896Z
6
+
slug: v10.8.0
7
+
fmContentType: changelog
8
+
---
9
+
10
+
## RSS feed for the changelog
11
+
12
+
You can now subscribe to the Front Matter CMS changelog using the new RSS feed. This feed will keep you up to date with the latest changes and enhancements.
## New setting to open the panel view on supported files
17
+
18
+
With the new setting `frontMatter.panel.openOnSupportedFile`, you can now configure if the Front Matter CMS panel view should open automatically when you open a supported file. The default value is `false`.
19
+
20
+
```json
21
+
{
22
+
"frontMatter.panel.openOnSupportedFile": true
23
+
}
24
+
```
25
+
26
+
## New placeholders for the slug template setting
27
+
28
+
Two new placeholders have been added to the slug template setting:
29
+
30
+
-`{{fileName}}`: This will be replaced with the filename of the file.
31
+
-`{{sluggedFileName}}`: This will be replaced with the slugged version of the filename.
32
+
33
+
> **Info**: You can find more information about in the [slug placeholders](/docs/content-creation/placeholders#slug-placeholders) documentation section.
34
+
35
+
## Improved filename sanitization
36
+
37
+
The filename sanitization has been improved to handle more edge cases.
38
+
39
+
## Related issues/enhancements
40
+
41
+
### 🎨 Enhancements
42
+
43
+
-[#915](https://github.com/estruyf/vscode-front-matter/issues/915): Added a new setting `frontMatter.panel.openOnSupportedFile` which allows you to open the panel view on supported files
44
+
-[#921](https://github.com/estruyf/vscode-front-matter/issues/921): Improve the filename sanitization
45
+
-[#922](https://github.com/estruyf/vscode-front-matter/issues/922): Added `{{fileName}}` and `{{sluggedFileName}}` placeholders for the slug template setting
46
+
47
+
### 🐞 Fixes
48
+
49
+
- Fix for media folder parsing on Windows
50
+
- Refresh button was not available on the media dashboard when having custom scripts defined
51
+
-[#909](https://github.com/estruyf/vscode-front-matter/issues/909): Schema fix for the view modes
52
+
-[#913](https://github.com/estruyf/vscode-front-matter/issues/913): Fix for relative media paths in page bundles
53
+
-[#914](https://github.com/estruyf/vscode-front-matter/issues/914): Fix sanitizing of default filenames with an `_` in it
With the setting `frontMatter.panel.openOnSupportedFile`, you can now configure if the Front Matter CMS panel view should open automatically when you open a supported file. The default value is `false`.
191
+
192
+
```json
193
+
{
194
+
"frontMatter.panel.openOnSupportedFile": true
195
+
}
196
+
```
197
+
188
198
## View modes
189
199
190
200
By default, Front Matter will show all its potential and functionalities to the end-user. As you do
0 commit comments