Skip to content

v3.2.0

Latest

Choose a tag to compare

@smilezheng smilezheng released this 14 Jun 04:04
· 1 commit to main since this release

What's new

  • Dashboard: quick Send report — compact horizontal form between RFCs and Activity on the Dashboard tab, so the operator can fire off a SYSTEM report without switching to the Actions tab. Same /api/report endpoint; visibility gated on loopback.

  • Activity feed: show all event body fieldsextractEventBody now joins title, message, and rationale instead of picking only the first non-empty field. RFC comments and decisions display all available context in the activity feed bubbles.

  • RFC counter collision fixcreateRfc scans existing RFC directories on disk so the counter never collides with surviving historical directories when config.yaml rfcCounter is lost (e.g. after reset + init or migration).