Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.7.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.0](https://github.com/nitrocode/token-deathclock/compare/ai-death-clock-v1.6.0...ai-death-clock-v1.7.0) (2026-04-26)


### Added

* replace header title/subtitle with live human extinction countdown ([#92](https://github.com/nitrocode/token-deathclock/issues/92)) ([e403cd9](https://github.com/nitrocode/token-deathclock/commit/e403cd906dd6c42bd8b311da9f2eb9bc71436bb6))
* show mobile and desktop screenshots in PR preview comment ([#90](https://github.com/nitrocode/token-deathclock/issues/90)) ([5470bb0](https://github.com/nitrocode/token-deathclock/commit/5470bb078e941c3966f85e98e0045114d1680a6a))


### Fixed

* remove horizontal scroll on mobile ([#87](https://github.com/nitrocode/token-deathclock/issues/87)) ([42d4d3f](https://github.com/nitrocode/token-deathclock/commit/42d4d3f5045d89725eadbc4a21c94f2b0d29311b))
* use overflow-x clip on html to stop fixed icons being cut off on scroll ([#88](https://github.com/nitrocode/token-deathclock/issues/88)) ([6e676fb](https://github.com/nitrocode/token-deathclock/commit/6e676fb0d9c83cf2297507d3afb9e48d91d7c4a0))


### Changed

* **tests:** speed up E2E test suite ([#93](https://github.com/nitrocode/token-deathclock/issues/93)) ([b272b7b](https://github.com/nitrocode/token-deathclock/commit/b272b7b8ff9285099a4771660422a20e975535f9))

## [1.6.0](https://github.com/nitrocode/token-deathclock/compare/ai-death-clock-v1.5.0...ai-death-clock-v1.6.0) (2026-04-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-death-clock",
"version": "1.6.0",
"version": "1.7.0",
"description": "AI Death Clock — visualising the environmental cost of global AI token consumption",
"homepage": "https://nitrocode.github.io/token-deathclock/",
"scripts": {
Expand Down