Skip to content

Commit 6c591a9

Browse files
authored
Merge pull request #877 from estruyf/beta
v10.5.1 changes
2 parents 9d51531 + bece544 commit 6c591a9

File tree

16 files changed

+317
-466
lines changed

16 files changed

+317
-466
lines changed

CHANGELOG.md

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

3+
## [10.5.1] - 2024-10-23
4+
5+
### 🎨 Enhancements
6+
7+
- [#873](https://github.com/estruyf/vscode-front-matter/issues/873): Add retry logic to get the AI model for calling GitHub Copilot
8+
9+
### 🐞 Fixes
10+
11+
- [#872](https://github.com/estruyf/vscode-front-matter/issues/872): Check the default field value as well for the field's `when` clause
12+
- [#874](https://github.com/estruyf/vscode-front-matter/issues/874): Fix media snippet markup insertion to article content's
13+
- [#875](https://github.com/estruyf/vscode-front-matter/issues/875): Clean up the exclamation marks from the file name when creating new content
14+
315
## [10.5.0] - 2024-10-21 - [Release notes](https://beta.frontmatter.codes/updates/v10.5.0)
416

517
### 🎨 Enhancements

assets/media/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
}
132132

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

137138
.article__tags ul {

0 commit comments

Comments
 (0)