What's Changed
Feat:
- Add a comment on line R4Add diff commentMarkdown input: edit mode selected.WritePreviewAdd a suggestionHeadingBoldItalicQuoteCodeLinkUnordered listNumbered listTask listMentionReferenceMore Formatting tools items 9Saved repliesAdd FilesPaste, drop, or click to add filesCancelCommentStart a review
- Entry Variants Branch Support
- Added support for passing an optional
branchparameter to the.Variant()method in bothEntryandQueryclasses. - If the branch parameter is null or empty, it automatically falls back to the Stack's configured branch or "main".
- Added comprehensive unit and integration tests for Entry and Query variant branch logic.
- Added support for passing an optional
Full Changelog: v3.0.0...v3.1.0