发布

  • chore(release): bump CITATION.cff 2026.08.19 -> 2026.08.19-2 (#118)

    frostbyte_neo 发布于 2026-08-19 21:02:41 +00:00 | 135 次提交 在此版本后已推送到 main

    Second release of the day, so the -2 suffix. Ships one commit, 460915a
    (PR #117):

    • README gains a phone-reader callout in all three locales, pointing at the
      docs site. Measured at 375px: the catalog page's 79 tables need zero
      sideways dragging, against 9 of the README's 10. Review corroborated across
      14 more pages (139 tables, none clipped).
    • docs/stylesheets/extra.css tables go from overflow: hidden to auto, so
      a table that ever overflows degrades to a scroll instead of being silently
      cropped. That claim is now load-bearing in three languages, so it should not
      rest on no table happening to overflow today.
    • A Star History chart was pulled during review: the endpoint returns HTTP 200
      and a 60KB SVG whose five text nodes read "GitHub restricted access to star
      data". Review independently confirmed torvalds/linux and facebook/react
      return a byte-identical 60125-byte placeholder with the same MD5.

    Review also surfaced that this repo already removed a Star History section
    once before (CHANGELOG 2026-07-09), when the endpoint hard-failed with 503.
    It now soft-fails with a 200 and a valid-looking wrong SVG, which is harder
    to notice.

    Date confirmed against api.github.com rather than session context, which was
    three days off earlier this week.

    Version parity checked across dot and hyphen forms; only CITATION.cff:19
    and :20 match outside CHANGELOG prose.

    Co-Reviewed-By: code-reviewer (trigger 2)

    Co-authored-by: Claude Opus 5 noreply@anthropic.com

    下载附件