Skip to content

Commit c2b60aa

Browse files
committed
Hide buttons until next release
1 parent 4563804 commit c2b60aa

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

content/changelog/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,25 @@
44

55
### ✨ New features
66

7+
- [#823](https://github.com/estruyf/vscode-front-matter/issues/823): Integrated GitHub Copilot support for titles, descriptions, and tags
8+
- [#824](https://github.com/estruyf/vscode-front-matter/issues/824): Added the ability to link custom actions to fields
9+
710
### 🎨 Enhancements
811

12+
- [#467](https://github.com/estruyf/vscode-front-matter/issues/467): New `fmContentType` metadata field to link content type (fallback to the `type` field)
913
- [#819](https://github.com/estruyf/vscode-front-matter/issues/819): Added new extensibility support for media scripts
14+
- [#820](https://github.com/estruyf/vscode-front-matter/issues/820): Moving the website and API to different hosts
15+
- [#821](https://github.com/estruyf/vscode-front-matter/issues/821): Added URI handler to support command links from the documentation
16+
- [#822](https://github.com/estruyf/vscode-front-matter/issues/822): Added docs to the panel & dashboard views
17+
- [#829](https://github.com/estruyf/vscode-front-matter/issues/829): UI extensibility is now generally available
18+
- [#831](https://github.com/estruyf/vscode-front-matter/issues/831): Added "select all" action bar button to the content and media dashboards
1019

1120
### 🐞 Fixes
1221

22+
- [#827](https://github.com/estruyf/vscode-front-matter/issues/827): Fix for `frontmatter.json` file which gets created when already present in a sub-folder
23+
- [#830](https://github.com/estruyf/vscode-front-matter/issues/830): Fix for using the SEO title field setting to change the title field reference
24+
- [#832](https://github.com/estruyf/vscode-front-matter/issues/832): Fix for finding folders with wildcards in the path
25+
1326
## [10.2.0] - 2024-06-12 - [Release notes](https://beta.frontmatter.codes/updates/v10.2.0)
1427

1528
### ✨ New features

content/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Getting started
33
slug: getting-started
44
description: null
55
date: 2021-08-30T16:13:00.546Z
6-
lastmod: 2024-08-07T12:33:01.744Z
6+
lastmod: 2024-08-08T08:22:22.889Z
77
weight: 100
88
---
99

styles/globals.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ h5.header__offset {
4848
a,
4949
a:visited {
5050
&.open_vscode {
51+
display: none !important;
5152
@apply inline-flex w-auto gap-4 mx-auto items-center justify-center px-4 py-3 border border-transparent rounded text-base font-medium text-white bg-[#0066b8] hover:bg-opacity-70;
5253

5354
&:hover {

0 commit comments

Comments
 (0)