v0.10.0-beta.8
Pre-release
Pre-release
·
56 commits
to main
since this release
Delta since previous beta (v0.10.0-beta.7) — 1 new changeset.
Patch Changes
- Allow digit-leading tags (like the year
2026) in a document's frontmattertags:field. The property panel previously rejected them with "Tags must start with a letter…", even though a year is a legitimate tag. The frontmatter tag grammar is now more permissive than the inline#taggrammar: a frontmatter tag may start with a letter or a digit, while inline#tagin prose still requires a leading letter (so#123stays plain text and does not collide with issue-reference conventions).