Skip to content

Commit 13e58d2

Browse files
authored
Merge pull request #854 from estruyf/beta
Release 10.4.0
2 parents 27f2b57 + 634196b commit 13e58d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1612
-892
lines changed

.github/actions/localization/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ runs:
4242

4343
- uses: actions/upload-artifact@v4
4444
with:
45+
include-hidden-files: true
4546
name: ${{ inputs.PACKAGE_NAME }}
4647
path: .

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change Log
22

3+
## [10.4.0] - 2024-09-25 - [Release notes](https://beta.frontmatter.codes/updates/v10.4.0)
4+
5+
### ✨ New features
6+
7+
- [#844](https://github.com/estruyf/vscode-front-matter/issues/844): New `{{filePrefix.index}}` placeholder to add the index number of the file in the folder
8+
9+
### 🎨 Enhancements
10+
11+
- [#833](https://github.com/estruyf/vscode-front-matter/issues/833): Added support for Asciidoc files
12+
- [#834](https://github.com/estruyf/vscode-front-matter/issues/834): Added the ability to create new data files for a data folder
13+
- [#841](https://github.com/estruyf/vscode-front-matter/issues/841): Enable placeholders for file prefixes
14+
- [#846](https://github.com/estruyf/vscode-front-matter/issues/846): Added GitHub Copilot action for title field
15+
- [#848](https://github.com/estruyf/vscode-front-matter/issues/848): Set the default GitHub Copilot model to `gpt-4o-mini`
16+
17+
### 🐞 Fixes
18+
19+
- [#842](https://github.com/estruyf/vscode-front-matter/issues/842): Allow to set the `frontMatter.taxonomy.slugTemplate` setting to an empty string
20+
- [#845](https://github.com/estruyf/vscode-front-matter/issues/845): Fix empty values for number fields
21+
- [#849](https://github.com/estruyf/vscode-front-matter/issues/849): Show fields which are not empty in the metadata panel
22+
- [#853](https://github.com/estruyf/vscode-front-matter/issues/853): Allow empty values in date fields
23+
24+
### 🚧 Work in progress
25+
26+
- [#837](https://github.com/estruyf/vscode-front-matter/issues/837): Replacing the VSCode Webview UI Toolkit with [vscrui](https://github.com/estruyf/vscrui) due to the deprecation of the VSCode Webview UI Toolkit library
27+
328
## [10.3.0] - 2024-08-13 - [Release notes](https://beta.frontmatter.codes/updates/v10.3.0)
429

530
### ✨ New features

assets/media/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
}
7676

7777
.frontmatter h3 {
78-
margin-bottom: 1rem;
78+
/* margin-bottom: 1rem; */
7979
}
8080

8181
.frontmatter p,
@@ -224,6 +224,7 @@
224224
text-decoration: none;
225225
width: 100%;
226226
white-space: nowrap;
227+
border-radius: 0.25rem;
227228
}
228229

229230
.ext_link_block button.active {

l10n/bundle.l10n.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,12 @@
140140
"dashboard.dataView.dataView.noDataFiles": "No data files found",
141141
"dashboard.dataView.dataView.getStarted.link": "Read more to get started using data files",
142142
"dashboard.dataView.dataView.update.message": "Updated your data entries",
143+
"dashboard.dataView.dataView.createNew": "Create new data file",
144+
"dashboard.dataView.dataView.selectDataFolder": "Select data folder",
145+
"dashboard.dataView.dataView.closeSelectedDataFile": "Close data file",
143146

144147
"dashboard.dataView.emptyView.heading": "Select your date type first",
148+
"dashboard.dataView.emptyView.heading.create": "Start by creating a new data file",
145149

146150
"dashboard.dataView.sortableItem.editButton.title": "Edit \"{0}\"",
147151
"dashboard.dataView.sortableItem.deleteButton.title": "Delete \"{0}\"",
@@ -783,6 +787,9 @@
783787
"listeners.panel.dataListener.aiSuggestTaxonomy.noData.error": "No article data",
784788
"listeners.panel.dataListener.getDataFileEntries.noDataFiles.error": "Couldn't find data file entries",
785789
"listeners.panel.dataListener.pushMetadata.frontMatter.error": "Something went wrong while parsing your front matter. Please check the contents of your file.",
790+
"listeners.panel.dataListener.createDataFile.inputTitle": "What is the name of the data file?",
791+
"listeners.panel.dataListener.createDataFile.error": "No data file id or path defined.",
792+
"listeners.panel.dataListener.createDataFile.noFileName": "No filename provided.",
786793

787794

788795
"listeners.panel.taxonomyListener.aiSuggestTaxonomy.noEditor.error": "No active editor",

0 commit comments

Comments
 (0)