Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 03:34
76528f8

0.3.0 (2026-08-26)

⚠ BREAKING CHANGES

  • sum all time everywhere — the period concept leaves the public API (no parameter, no response field), the subject page, the OG card, and the feed, whose one entry now rolls with the ISO week while carrying the all-time values; period.ts shrinks to dates.ts with the day key and the week id, and countsSummary loses its range because there is only one aggregation left to ask for

Features

  • grow the subject page's send QR (a7d5604)
  • grow the subject page's send QR from 112px to 144px and let it own the card width, so a shared screen scans from further across the room (d7a23ec)
  • redesign the badge as a count-free identity mark (0ef18e5)
  • redesign the badge as a count-free identity mark — {icon} Negirau | {subject.name} — because an embedded number goes stale in third-party caches and never said whose badge it was; the period and lang parameters lose their meaning and are ignored rather than rejected so URLs already embedded elsewhere keep resolving (09d70b5)
  • sum all time everywhere — the period concept leaves the public API (no parameter, no response field), the subject page, the OG card, and the feed, whose one entry now rolls with the ISO week while carrying the all-time values; period.ts shrinks to dates.ts with the day key and the week id, and countsSummary loses its range because there is only one aggregation left to ask for (17f5aca)

Bug Fixes

  • speak English in every code example (9036b0f)
  • speak English in every code example — the clients' docs, docstrings, contract-test samples, and the smoke search all standardise on the library example, while the Japanese that stays is the UI copy and the FTS test data whose whole point is being Japanese (30e6d8b)