Skip to content

Commit 87ab4f2

Browse files
committed
Update heading
1 parent ea78731 commit 87ab4f2

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

content/changelog/CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Change Log
22

3-
## [9.3.0] - 2023-xx-xx - [Release notes](https://beta.frontmatter.codes/updates/v9.3.0)
3+
## [9.4.0] - 2023-xx-xx
4+
5+
### ✨ New features
6+
7+
### 🎨 Enhancements
8+
9+
- [#273](https://github.com/estruyf/vscode-front-matter/issues/273): Allow single value arrays to be set as a string with the `singleValueAsString` field property
10+
- [#686](https://github.com/estruyf/vscode-front-matter/issues/686): Allow script authors to ask questions during script execution
11+
- [#688](https://github.com/estruyf/vscode-front-matter/issues/688): Allow to show the scheduled articles in the content dashboard (filter and group)
12+
13+
### ⚡️ Optimizations
14+
15+
- Dashboard layout grid optimizations
16+
17+
### 🐞 Fixes
18+
19+
- [#685](https://github.com/estruyf/vscode-front-matter/issues/685): Fix when using non-string values in the tag picker
20+
- [#691](https://github.com/estruyf/vscode-front-matter/issues/691): Silent authentication retrieval for GitHub sponsors
21+
- [#694](https://github.com/estruyf/vscode-front-matter/issues/694): Start terminal session from the folder where the `frontmatter.json` file is located
22+
- [#696](https://github.com/estruyf/vscode-front-matter/issues/696): Close the local server terminal on restart
23+
24+
## [9.3.0] - 2023-10-06 - [Release notes](https://beta.frontmatter.codes/updates/v9.3.0)
425

526
### ✨ New features
627

content/docs/settings/available-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Settings overview
33
slug: settings/overview
44
description: null
55
date: 2023-02-13T16:44:09.618Z
6-
lastmod: 2023-10-06T13:46:40.906Z
6+
lastmod: 2023-10-27T07:02:42.637Z
77
weight: 1100.2
88
---
99

@@ -509,7 +509,7 @@ Specify the mime types to support for the media files.
509509
- Type: `array`
510510
- Default: `image/*, video/*, audio/*`
511511

512-
## frontMatter.panel.actions.disabled
512+
### frontMatter.panel.actions.disabled
513513

514514
Specify the actions you want to disable in the panel.
515515

0 commit comments

Comments
 (0)