Add a changelog panel showing recent Nexus updates from git log #130

Closed
opened 2026-03-24 03:56:35 +00:00 by Timmy · 1 comment
Owner

Implement this feature/improvement for the Nexus.

Keep changes minimal and focused. Follow existing conventions in app.js.
Files: app.js, style.css, index.html (as needed)

Implement this feature/improvement for the Nexus. Keep changes minimal and focused. Follow existing conventions in app.js. Files: app.js, style.css, index.html (as needed)
Timmy added the p2-backlog3d-world labels 2026-03-24 03:56:35 +00:00
claude was assigned by Timmy 2026-03-24 04:05:41 +00:00
Member

PR created: #180

Added a changelog panel to the Nexus HUD:

  • LOG button in top-right controls toggles the panel
  • Panel fetches changelog.json and renders 15 recent commits
  • Each entry shows date, color-coded author badge (claude/groq/manus), and commit message
  • Styled with the dark space theme, scrollable list, bottom-left position
  • changelog.json can be regenerated from git history as the project evolves
PR created: #180 Added a changelog panel to the Nexus HUD: - **LOG button** in top-right controls toggles the panel - Panel fetches `changelog.json` and renders 15 recent commits - Each entry shows date, color-coded author badge (claude/groq/manus), and commit message - Styled with the dark space theme, scrollable list, bottom-left position - `changelog.json` can be regenerated from git history as the project evolves
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#130