Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.4.0 #854

Merged
merged 29 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cf28e5f
10.4.0
estruyf Aug 14, 2024
f13058c
Prep changelog
estruyf Aug 14, 2024
d0b7af5
Enhancement: Ability to create new data files for a folder #834
estruyf Aug 14, 2024
9b1be1a
feat: Add support for Asciidoc files #833
estruyf Aug 14, 2024
8cc68be
Merge branch 'main' into beta
estruyf Aug 15, 2024
3f8665c
#845 - Fix empty values for number fields
estruyf Sep 5, 2024
6f6b97e
Update beta script
estruyf Sep 5, 2024
d8e3338
Include hidden files
estruyf Sep 5, 2024
e95e9a8
#842 - Allow the slug to be set to an empty value
estruyf Sep 6, 2024
d240e8f
#846 - Add GH Copilot action for title field
estruyf Sep 9, 2024
431a83b
#841 - enable placeholders in file prefixes
estruyf Sep 9, 2024
83abff6
#837 - Adopt vscrui components
estruyf Sep 13, 2024
6615108
#844 - new `{{filePrefix.index}}` placeholder
estruyf Sep 13, 2024
ff1d448
#848 - change the default GH Copilot model + optimized prompts
estruyf Sep 13, 2024
07f124d
Add empty view heading for creating new data file #834
estruyf Sep 16, 2024
36a8002
Merge branch 'beta' of github.com:estruyf/vscode-front-matter into beta
estruyf Sep 16, 2024
657e905
Added release notes link
estruyf Sep 16, 2024
178207f
#837 - Update dropdowns
estruyf Sep 16, 2024
06718c3
#837 - Update panels component
estruyf Sep 16, 2024
620966c
Update vscrui version
estruyf Sep 16, 2024
121a846
Show non-empty fields in metadata panel #849
estruyf Sep 18, 2024
47dba5f
#841 - Remove dash on folder notation
estruyf Sep 18, 2024
6588b90
Added collapsible panes
estruyf Sep 18, 2024
0110b73
#844 - Exclude hidden files and verify if valid
estruyf Sep 19, 2024
b9508df
webpack update + loading prod files
estruyf Sep 19, 2024
a778be9
Add manifest
estruyf Sep 19, 2024
dc23aba
Updated lib
estruyf Sep 20, 2024
8b95468
datetime type fields not respecting empty default value #853
estruyf Sep 23, 2024
634196b
Update release date
estruyf Sep 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/localization/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ runs:

- uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: ${{ inputs.PACKAGE_NAME }}
path: .
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## [10.4.0] - 2024-09-25 - [Release notes](https://beta.frontmatter.codes/updates/v10.4.0)

### ✨ New features

- [#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

### 🎨 Enhancements

- [#833](https://github.com/estruyf/vscode-front-matter/issues/833): Added support for Asciidoc files
- [#834](https://github.com/estruyf/vscode-front-matter/issues/834): Added the ability to create new data files for a data folder
- [#841](https://github.com/estruyf/vscode-front-matter/issues/841): Enable placeholders for file prefixes
- [#846](https://github.com/estruyf/vscode-front-matter/issues/846): Added GitHub Copilot action for title field
- [#848](https://github.com/estruyf/vscode-front-matter/issues/848): Set the default GitHub Copilot model to `gpt-4o-mini`

### 🐞 Fixes

- [#842](https://github.com/estruyf/vscode-front-matter/issues/842): Allow to set the `frontMatter.taxonomy.slugTemplate` setting to an empty string
- [#845](https://github.com/estruyf/vscode-front-matter/issues/845): Fix empty values for number fields
- [#849](https://github.com/estruyf/vscode-front-matter/issues/849): Show fields which are not empty in the metadata panel
- [#853](https://github.com/estruyf/vscode-front-matter/issues/853): Allow empty values in date fields

### 🚧 Work in progress

- [#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

## [10.3.0] - 2024-08-13 - [Release notes](https://beta.frontmatter.codes/updates/v10.3.0)

### ✨ New features
Expand Down
3 changes: 2 additions & 1 deletion assets/media/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

.frontmatter h3 {
margin-bottom: 1rem;
/* margin-bottom: 1rem; */
}

.frontmatter p,
Expand Down Expand Up @@ -224,6 +224,7 @@
text-decoration: none;
width: 100%;
white-space: nowrap;
border-radius: 0.25rem;
}

.ext_link_block button.active {
Expand Down
7 changes: 7 additions & 0 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,12 @@
"dashboard.dataView.dataView.noDataFiles": "No data files found",
"dashboard.dataView.dataView.getStarted.link": "Read more to get started using data files",
"dashboard.dataView.dataView.update.message": "Updated your data entries",
"dashboard.dataView.dataView.createNew": "Create new data file",
"dashboard.dataView.dataView.selectDataFolder": "Select data folder",
"dashboard.dataView.dataView.closeSelectedDataFile": "Close data file",

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

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


"listeners.panel.taxonomyListener.aiSuggestTaxonomy.noEditor.error": "No active editor",
Expand Down
Loading
Loading