Skip to content

Releases: AraneaDev/claude-timestamp

v0.0.24

Choose a tag to compare

@AraneaDev AraneaDev released this 11 Sep 20:55
4a1a553

0.0.24 (2026-09-11)

Features

  • add a time-awareness skill for the notes Claude receives (#67) (9411cbe)
  • tell Claude how long ago a project or conversation was last active (#66) (5d18fde)
  • tell Claude when a turn runs long or a tool call is slow (#65) (f383e8d)

v0.0.23

Choose a tag to compare

@AraneaDev AraneaDev released this 08 Sep 19:08
54aed32

0.0.23 (2026-09-08)

Continuous integration

  • match the release branch by prefix, not by exact name (#63) (aedaa65)

v0.0.22

Choose a tag to compare

@AraneaDev AraneaDev released this 08 Sep 18:51
f7cbfff

0.0.22 (2026-09-08)

Continuous integration

  • skip heavy CI steps on release-please PRs (#61) (a5d596c)

v0.0.21

Choose a tag to compare

@AraneaDev AraneaDev released this 08 Sep 18:05
f038388

0.0.21 (2026-09-08)

Continuous integration

  • scope the concurrency group to the pull request, not the base branch (#59) (a5394fa)

v0.0.20

Choose a tag to compare

@AraneaDev AraneaDev released this 08 Sep 17:39
c38ac72

0.0.20 (2026-09-08)

Continuous integration

  • cancel superseded runs and give every job a timeout (#57) (aa75dea)

v0.0.19

Choose a tag to compare

@AraneaDev AraneaDev released this 04 Sep 10:43
9c16f50

0.0.19 (2026-09-04)

Documentation

  • show the project and tool columns in the stats screenshot (#55) (cf583e8)

v0.0.18

Choose a tag to compare

@AraneaDev AraneaDev released this 04 Sep 10:02
2122f70

0.0.18 (2026-09-04)

Fixes

  • stats: size the name column to the names it prints (#53) (d8a9d61)

v0.0.17

Choose a tag to compare

@AraneaDev AraneaDev released this 04 Sep 09:24
3c8261a

0.0.17 (2026-09-04)

Fixes

  • ci: stop a carriage return breaking the commit title check on Windows (e50a6bb)

Documentation

  • add a conventional commits badge (47a771d)
  • document the style type and gate the list against release-please (a801cae)
  • say when a pull request is rebase-merged rather than squashed (86a2470)

Continuous integration

  • enforce a conventional commit title on pull requests (ad75c73)
  • restrict the pr-title job to a read-only token (f373ffa)

v0.0.16

Choose a tag to compare

@AraneaDev AraneaDev released this 03 Sep 11:38
f56e147

0.0.16 (2026-09-03)

Fixes

  • check-docs: fail closed when values or aliases is not an array (4c76591)
  • config: resolve the search directory the same way as home (1e67d53)
  • config: stop the project search at a symlinked home directory (ff45982)
  • marker: refuse a group that holds no part, and a timezone opening with .. (863d8f1)
  • schema: list the colour aliases the validator has always accepted (c81375a)
  • setup: validate the display and context format flags (b90493a)
  • setup: write both config files atomically (c4ba913)
  • setup: write through a symlinked config instead of replacing it (e08317f)
  • state: expire a tool-timing sentinel left by a session that never ended (60a1427)
  • state: keep a counter read from aborting its hook under inherit_errexit (1f69025)
  • state: keep a long session's start time from being pruned under it (e32c2e9)
  • state: stop an abandoned turn from being booked as time away (ff74c16)
  • stats: report a row that carries six fields but no date (d4530ef)
  • stats: stop a zero-length session shifting every field after it (0dadba2)

Performance

  • config: walk the project search without forking dirname (7cd0316)
  • state: resolve a session's state path without forking (ca14091)

Tests

  • ask the platform what it calls UTC instead of pinning the name (7f93c2b)
  • cover atomic writes, turn close, and the context injection string (e30f062)
  • cover the config parser, its validator, and the subagent guard (5588532)
  • let the inherit_errexit duration tick a second (716a3ae)
  • skip the symlinked-home pair where ln -s makes a copy (1019792)

Refactoring

  • setup: drive every flag from one table (0f6a0a6)

v0.0.15

Choose a tag to compare

@AraneaDev AraneaDev released this 01 Sep 20:56
9e563f5

0.0.15 (2026-09-01)

Fixes

  • keep a leading code fence at the start of its line (#46) (07f11ca)