russellbanks / Komac

The Community Manifest Creator for WinGet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Malformed release notes with nested bulletpoints

michidk opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

This commit: https://github.com/microsoft/winget-pkgs/pull/138715/files changes the properly formatted release notes generated with Komac v1 into malformed ones by using Komac v2.
image

The original release notes are here: https://github.com/typst/typst/releases/tag/v0.10.0
They seem properly formatted, it's just nested bullet points.

I've improved this further in ab7aef2 so now the release notes have proper nested bullet points:

ReleaseNotes: |-
  - Bibliography management
      - Added support for citation collapsing (e.g. [1]-[3] instead of [1], [2], [3]) if requested by a CSL style
      - Fixed bug where an additional space would appear after a group of citations
      - Fixed link show rules for links in the bibliography
      - Fixed show-set rules on citations
      - Fixed bibliography-related crashes that happened on some systems
      - Corrected name of the GB/T 7714 family of styles from 7114 to 7714
      - Fixed missing title in some bibliography styles
      - Fixed printing of volumes in some styles
      - Fixed delimiter order for contributors in some styles (e.g. APA)
      - Fixed behavior of alphanumeric style
      - Fixed multiple bugs with GB/T 7714 style
      - Fixed escaping in Hayagriva values
      - Fixed crashes with empty dates in Hayagriva files
      - Fixed bug with spacing around math blocks
      - Fixed title case formatting after verbatim text and apostrophes
      - Page ranges in .bib files can now be arbitrary strings
      - Multi-line values in .bib files are now parsed correctly
      - Entry keys in .bib files now allow more characters
      - Fixed error message for empty dates in .bib files
      - Added support for years of lengths other than 4 without leading zeros in .bib files
      - More LaTeX commands (e.g. for quotes) are now respected in .bib files
  - Visualization
      - Added support for patterns as fills and strokes
      - The alpha parameter of the components function on colors is now a named parameter (Breaking change)
      - Added support for the Oklch color space
      - Improved conversions between colors in different color spaces
      - Removed restrictions on Oklab chroma component
      - Fixed clipping on blocks and boxes without a stroke
      - Fixed bug with gradients on math
      - Fixed bug with gradient rotation on text
      - Fixed bug with gradient colors in PDF
      - Fixed relative base of Oklab chroma ratios
      - Fixed Oklab color negation