Releases: sincekmori/negirau
Releases · sincekmori/negirau
Release list
v0.3.2
v0.3.1
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
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
v0.1.1
v0.1.0
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)