Skip to content

0.8.0

Choose a tag to compare

@mntno mntno released this 11 Aug 08:30
· 1 commit to main since this release

Added

New setting: ProcessingBrackets

Display brackets and their contents in a smaller font than the surrounding text during review. For example, "Release notes (v0.8)" will show "(v0.8)" in a smaller font than "Release notes."

Supported bracket types, enabled individually or in combination:

  • Parentheses ( )
  • Curly braces { }
  • Square brackets [ ] — it's recommended to escape them with backslashes, e.g. \[ text \]
  • Angle brackets < > — must be escaped with backslashes, e.g. \< text \>