Skip to content

v0.0.24

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:00
· 6 commits to main since this release

Added

  • Register known YAML-based packaging files as YAML files if the JetBrains YAML plugin is installed

Fixed

  • When hoisting a single line value into a visual single line, only fold the whitespace + newline rather than the entire
    value. This means that the value will still be rendered in its proper syntax coloring rather than in the "folded"
    coloring. (Closes: #159)
  • Use of foo in the changelog now disables spellchecking for that range.

Changed

  • Imported the wordlist of debian-wordlist.dic and logins-and-people.dic from debputy, which had a much longer
    wordlist for jargon and maintains a list of known Debian contributors. This should lead to fewer jargon related
    spelling issues and fewer false positives for names in changelogs (like "Thanks to John Doe for ..." lines).
    Note: These files replace the existing wordlist (which was basically a small subset of the debian-wordlist.dic one)
  • Internal/Chore: Replace some compat code now that we no longer support IDEA 2020.1.
  • Internal/Chore: Bump dependency on commons-text and gradle/wrapper-validation-action