Skip to content

cookiebite v0.4.1

Choose a tag to compare

@korECM korECM released this 19 Jun 05:30
· 194 commits to main since this release

A small but recurring readability fix for Korean reports — the kind of thing that quietly looked wrong in generated reports.

Fixed

  • Korean captions no longer orphan their trailing eojeol. word-break:keep-all already breaks at eojeol boundaries, but the default greedy wrap still dropped a short last eojeol (초기화 담당.) alone on its own line whenever a caption was narrower than its container — e.g. a one-line description inside a wide card. body now pairs keep-all with text-wrap:pretty, so the engine rebalances the last lines and the tail no longer hangs by itself. Degrades to greedy wrap on older engines.

Full changelog: v0.4.0...v0.4.1