Skip to content

Commit

Permalink
Merge pull request #877 from estruyf/beta
Browse files Browse the repository at this point in the history
v10.5.1 changes
  • Loading branch information
estruyf authored Oct 23, 2024
2 parents 9d51531 + bece544 commit 6c591a9
Show file tree
Hide file tree
Showing 16 changed files with 317 additions and 466 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [10.5.1] - 2024-10-23

### 🎨 Enhancements

- [#873](https://github.com/estruyf/vscode-front-matter/issues/873): Add retry logic to get the AI model for calling GitHub Copilot

### 🐞 Fixes

- [#872](https://github.com/estruyf/vscode-front-matter/issues/872): Check the default field value as well for the field's `when` clause
- [#874](https://github.com/estruyf/vscode-front-matter/issues/874): Fix media snippet markup insertion to article content's
- [#875](https://github.com/estruyf/vscode-front-matter/issues/875): Clean up the exclamation marks from the file name when creating new content

## [10.5.0] - 2024-10-21 - [Release notes](https://beta.frontmatter.codes/updates/v10.5.0)

### 🎨 Enhancements
Expand Down
3 changes: 2 additions & 1 deletion assets/media/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
}

.article__tags__dropbox.open {
border: 1px solid rgba(0, 0, 0, 0.9);
border: 1px solid var(--vscode-focusBorder);
width: 100%;
}

.article__tags ul {
Expand Down
Loading

0 comments on commit 6c591a9

Please sign in to comment.