Releases: Goblinlordx/commit-invaders
Releases · Goblinlordx/commit-invaders
v1.2.1
Full Changelog: v1...v1.2.1
v1.2.0 — Intro scoreboard & scene transitions
What's New
Intro Scoreboard
- High score board now appears at the start of the animation instead of deep in the ending sequence
- Most viewers loop the animation and never saw the ending scoreboard — now it's the first thing they see
- Column spacing tightened from 25%/75% to 35%/65% for a more compact layout
Scene Transitions
- Fade to/from black as the universal transition between all scenes
- Sequence: black → scoreboard fades in/holds/out → black → game fades in → READY → gameplay → ending → fade to black → loop
- Consistent transition state works identically with or without scoreboard
Smooth First-Wave Darkening
- The overlay that darkens the contribution grid now uses a smooth sine ramp for the first wave instead of an abrupt jump
brightenDurationincreased from 1s to 2s for a more natural feel
Scoreboard Deduplication
- Consecutive days with identical sliding-window scores are collapsed into a single representative (middle day of each run)
- Eliminates noise from plateaus where no commits enter/exit the window
- The selected day shifts naturally as the window changes
Other
- Ship, READY label, and score counter all hidden during intro, fade in at transition point
- Wave 1 center label starts at transition point, not frame 0
- Generate script updated with new config defaults
Full Changelog: v1...v1.2.0
v1.1.2
Full Changelog: v1...v1.1.2
v1.1.1
Full Changelog: v1...v1.1.1
v1.1.0 — 10-year scoreboard history
Scoreboard now fetches up to 10 years of contribution history for richer high score entries spanning your full GitHub lifetime.
Commit Invaders v1.0.6 — Space Invaders from your GitHub contributions
Commit Invaders 👾
Generate an animated Space Invaders game from your GitHub contribution graph — pure CSS animation, no JavaScript in the SVG, GitHub
README-safe.
Features
- 🎮 Space Invaders gameplay from your real contribution data
- 🌗 Dark + Light SVG variants with
<picture>tag support - 🏆 High score board from contribution history
- 🔁 Seamless looping animation
- ⚡ Run as GitHub Action (daily cron) or locally via
npx
Links
v1.0.5
Clean up action inputs, fix scoreboard colors, consistent naming (no_scoreboard)
v1.0.4
Fix scoreboard palette colors, force push to output branch, dark+light SVG variants
v1.0.3
Test trusted publisher with npm@11
v1
Full Changelog: v1.0.6...v1