Releases: nitrocode/token-deathclock
Releases · nitrocode/token-deathclock
ai-death-clock: v1.7.0
1.7.0 (2026-04-26)
Added
- replace header title/subtitle with live human extinction countdown (#92) (e403cd9)
- show mobile and desktop screenshots in PR preview comment (#90) (5470bb0)
Fixed
- remove horizontal scroll on mobile (#87) (42d4d3f)
- use overflow-x clip on html to stop fixed icons being cut off on scroll (#88) (6e676fb)
Changed
ai-death-clock: v1.6.0
ai-death-clock: v1.5.0
1.5.0 (2026-04-26)
Added
- add anchor links to section headings for easier sharing (#79) (322f8f5)
- esbuild minification, bundler PRD, and CLAUDE.md symlink (#61) (ced79e7)
- growing token rate + floating +N pop animation on total counter (#76) (bce2b8b)
- remove milestone countdown alert banner (#78) (b029701)
Fixed
- deps: pin dependencies in package.json (#63) (9176c88)
- deps: update codecov/codecov-action action to v6 in .github/workflows/unit-tests.yml (#70) (0596cd3)
- deps: update dependency js-yaml to v4.1.1 in package.json (#68) (64db45b)
- deps: update dorny/paths-filter action to v3.0.3 in .github/workflows/unit-tests.yml (#64) (d301ba1)
- deps: update dorny/paths-filter action to v4 in .github/workflows/unit-tests.yml (#71) (98d0476)
- deps: update googleapis/release-please-action action to v5 in .github/workflows/release-please.yml (#72) (be720f1)
- deps: update node.js to v22 in .nvmrc (#73) (c9d8857)
- fix mobile layout clipping for GitHub corner, Share Doom button, and grim reaper (#67) (f44cf18)
- make tab bar horizontally scrollable on mobile (#66) (f8578c3)
- prevent grim reaper from being cut off on mobile (#75) (a0b3ce4)
- redesign grim reaper scythe blade and improve arm colors for dark mode (#77) (3db9429)
- reduce GitHub corner icon size from 80x80 to 60x60 (#74) (23ab8fb)
ai-death-clock: v1.4.0
ai-death-clock: v1.3.1
ai-death-clock: v1.3.0
ai-death-clock: v1.2.0
ai-death-clock: v1.1.0
1.1.0 (2026-04-23)
Added
- Accelerate the Doom — gamified clicker mechanic with upgrades, challenges, and milestone racing (12b5ab0)
- add 7 scary/satirical dashboard features (PRDs 1–7) (#43) (b31e2db)
- add About tab with Why This Was Built content (c32988b)
- add AI Death Clock GitHub Page with dark/light mode, milestones, chart, predictions, and unit tests (84f1238)
- add AI-Native company building mini-game to Doom Accelerator (b85f0d7)
- add always-on multi-scale Life Blocks stack panel (15dc4d4)
- add engagement features — social ripple, witness history log, milestone countdown alert + 7 PRDs (071d754)
- Add GitHub corner banner for repo discovery and forking (cc81c25)
- add GitHub corner banner linking to repo (bd248de)
- add near-term milestones, YAML source, exponential chart, token-saving tips, reference links (69728ba)
- add News & References tab with dated AI doom links (#39) (3a1778e)
- add per-file coverage delta reporting and coverage banners (#44) (62df522)
- add plain-language FAQ accordion section to About tab (#37) (68d86c8)
- add PR preview URL deployment + update deploy to gh-pages branch (7360a89)
- add subtle grim reaper caricature to website (#42) (b669954)
- add token cost of building the site to footer (824fdf9)
- add wasted tokens count to footer (c77008e)
- AI Death Clock GitHub Page (bfded9b)
- AI-Native company building mini-game in Doom Accelerator (707cb67)
- clean up README, rename PRDs to numeric scheme, achieve 100% test coverage, add CI badges (8557c74)
- cleanup readme, rename PRDs, 100% test coverage, add CI badges (c791556)
- complete tips rendering, CSS styles, tests (142 passing, 98.4% coverage) (5c057ce)
- create AGENTS.md, fix counter anchor bug, update README URLs and add score/roadmap (4230924)
- engagement features — social ripple, witness history log, milestone countdown alert (285e764)
- fix token counter + add Life Blocks drill-down visualization (ad39f43)
- fix Twitter share, add multi-platform sharing, OG tags, SEO, widget, footer share row (17a455f)
- fix Twitter/X share, add multi-platform sharing, OG tags, SEO, embeddable widget (a6bf579)
- implement Accelerate the Doom gamification feature (f822ed1)
- implement all 6 fun features (ticker, equivalences, share, receipt, calculator, badges) (0ca543e)
- implement Priority 3 security hardening (CSP, SRI hash, Dependabot) (3976d56)
- implement priority 4 — test completeness (e8f3123)
- implement Priority 5 — developer experience improvements (1094a39)
- implement priority 5 developer experience improvements (ae26e5d)
- persist user stats to localStorage across sessions (#41) (bc65470)
- Priority 3 — CSP, SRI hash for Chart.js, Dependabot (70a8c8a)
- Priority 4 — test completeness (4a7f9bc)
- remove Prompt & PR Score from README and implement Priority 2 community files (cb972dd)
- semantic versioning, changelog tab, and release-please automation (#40) (751778f)
- YAML milestones, near-term scenarios, exponential chart, token-saving tips, reference links (aeadaa6)
Fixed
const MILESTONESredeclaration crash and add E2E console-error CI gate (935a70d)- add explicit permissions: read to test workflow (CodeQL) (8d5a8eb)
- address code review — reduce E2E timeout, remove error filter, fix parse fn (0add16d)
- address code review — widget URL text, LinkedIn shareArticle endpoint, clipboard API guard, delay constant (7bf63c6)
- address code review feedback — constants, naming, zero-padding, template literals (c11e113)
- capture last RAF callback in loadScript() to handle initLifeBlocks (8dc0153)
- chart date adapter, dynamic rate, 15+ new milestones, E2E tests (477d69f)
- counters/life-blocks broken due to missing Chart.js date adapter; dynamic rate; 22 milestones; E2E tests (d821e2a)
- delete test-results directory (43b0a04)
- e2e: update page title assertion to match new title (d1110c0)
- enforce [hidden] in CSS reset to prevent modal showing on page load (1d9d240)
- expand gitignore (a40fd8e)
- extract copyToClipboard helper, fix widget comment, clarify delay constant comment (ecb8dc1)
- GitHub corner triangle orientation (a8b6d32)
- Move GitHub corner to top-right; replace theme toggle with icon button (76a34c4)
- prevent duplicate test workflow...