Skip to content

Commit

Permalink
Merge pull request #644 from estruyf/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf authored Aug 31, 2023
2 parents 34c8ebd + db3e12c commit 8e197ab
Show file tree
Hide file tree
Showing 29 changed files with 667 additions and 179 deletions.
2 changes: 2 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ src/**
.gitignore
vsc-extension-quickstart.md
**/tsconfig.json
**/tsconfig.e2e.json
**/*.map
**/*.ts
webpack.config.js
Expand All @@ -28,3 +29,4 @@ webpack
README.beta.md
e2e
storage
pnpm-lock.yaml
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [9.1.0] - 2023-08-31

### ✨ New features

- [#630](https://github.com/estruyf/vscode-front-matter/issues/630): Italian localization added (thanks to [Emanuele Bartolesi](https://github.com/kasuken))

### ⚡️ Optimizations

- [#639](https://github.com/estruyf/vscode-front-matter/issues/639): Add check for content type in page folders setting
- [#642](https://github.com/estruyf/vscode-front-matter/issues/642): Store the search index in a storage file

### 🐞 Fixes

- [#628](https://github.com/estruyf/vscode-front-matter/issues/628): Fix path argument and JSON data on custom scripts
- [#633](https://github.com/estruyf/vscode-front-matter/issues/633): Fix custom taxonomy used as single value
- [#634](https://github.com/estruyf/vscode-front-matter/issues/634): Fix public folder processing in case of Hexo
- [#635](https://github.com/estruyf/vscode-front-matter/issues/635): Fix UI themes make some links hard to discover or see
- [#636](https://github.com/estruyf/vscode-front-matter/issues/636): Fix media browser lightbox background color
- [#641](https://github.com/estruyf/vscode-front-matter/issues/641): Fix file parsing of the localization file


## [9.0.0] - 2023-08-21 - [Release notes](https://beta.frontmatter.codes/updates/v9.0.0)

### 🌎 Multilingual support
Expand Down
Binary file removed enhancements.png
Binary file not shown.
Binary file removed fixes.png
Binary file not shown.
1 change: 1 addition & 0 deletions frontmatter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://beta.frontmatter.codes/frontmatter.schema.json",
"frontMatter.snippets.wrapper.enabled": false,
"frontMatter.framework.id": "other",
"frontMatter.content.publicFolder": "",
"frontMatter.content.pageFolders": [
Expand Down
422 changes: 422 additions & 0 deletions l10n/bundle.l10n.it.json

Large diffs are not rendered by default.

Binary file removed new-features.png
Binary file not shown.
Binary file removed optimizations.png
Binary file not shown.
Loading

0 comments on commit 8e197ab

Please sign in to comment.