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:06:34.618Z
6
+
slug: v10.8.0
7
+
fmContentType: changelog
8
+
---
9
+
10
+
## New setting to open the panel view on supported files
11
+
12
+
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`.
13
+
14
+
```json
15
+
{
16
+
"frontMatter.panel.openOnSupportedFile": true
17
+
}
18
+
```
19
+
20
+
## New placeholders for the slug template setting
21
+
22
+
Two new placeholders have been added to the slug template setting:
23
+
24
+
-`{{fileName}}`: This will be replaced with the filename of the file.
25
+
-`{{sluggedFileName}}`: This will be replaced with the slugged version of the filename.
26
+
27
+
> **Info**: You can find more information about in the [slug placeholders](/docs/content-creation/placeholders#slug-placeholders) documentation section.
28
+
29
+
## Improved filename sanitization
30
+
31
+
The filename sanitization has been improved to handle more edge cases.
32
+
33
+
## Related issues/enhancements
34
+
35
+
### 🎨 Enhancements
36
+
37
+
-[#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
38
+
-[#921](https://github.com/estruyf/vscode-front-matter/issues/921): Improve the filename sanitization
39
+
-[#922](https://github.com/estruyf/vscode-front-matter/issues/922): Added `{{fileName}}` and `{{sluggedFileName}}` placeholders for the slug template setting
40
+
41
+
### 🐞 Fixes
42
+
43
+
- Fix for media folder parsing on Windows
44
+
- Refresh button was not available on the media dashboard when having custom scripts defined
45
+
-[#909](https://github.com/estruyf/vscode-front-matter/issues/909): Schema fix for the view modes
46
+
-[#913](https://github.com/estruyf/vscode-front-matter/issues/913): Fix for relative media paths in page bundles
47
+
-[#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