Skip to content

Releases: sincekmori/negirau

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 31 Aug 01:10
35fd411

0.3.2 (2026-08-31)

Bug Fixes

  • harden the reaction write path — unreadable cookies stop 500ing, undo vouchers become single-use (e7d278f)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 22:45
04dc8dd

0.3.1 (2026-08-30)

Bug Fixes

  • stop the ops CLI acting on rows the operator did not name (40627d8)
  • stop the ops CLI acting on rows the operator did not name — a scoped purge now honours its id instead of deleting every removed subject, a flag can no longer stand in for a missing one, and the review window compares timestamps in the format they are stored in (6731dc1)
  • stop the skill promising that near composes with q (0c29495)
  • stop the skill promising that near composes with q — the API switches to the distance-ordered search and drops the name, which the manifest and the query schema already said (e038480)

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)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 08:05
7bd9b15

0.2.0 (2026-08-22)

Features

  • end a removal with a real delete (92834fd)
  • end a removal with a real delete — ops purge drops the row for good, and ON DELETE CASCADE takes its counters and queued requests with it so a reused rowid can never inherit orphans (d7e553f)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:31
31bb5b9

0.1.1 (2026-08-21)

Bug Fixes

  • keep the generated root changelog out of the formatter, surface wrangler failures the ops CLI was swallowing, and cut the MCP manifest description to the registry's cap before a release can half-land on it (4437da3)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 14:32
cd95453

0.1.0 (2026-08-21)

Features

  • launch Negirau, a one-tap login-free way to send appreciation to the people behind everyday work (f13714d)

Bug Fixes

  • generate the worker types instead of checking a file that is never committed, start the manifest at 0.0.1 so release-please honours bump-minor-pre-major, drop the redundant version literal from the skill's spec-snapshot pointer, and re-sync the whole generated skill directory on release branches (8be15a4)
  • give the checks job the dev vars its Env type needs and tell pnpm/action-setup which package.json declares the package manager (58bf9a1)