Skip to content

Fix datetime in filenames, fix copy button, bump to v0.10.0#20

Merged
curtisalexander merged 1 commit intomainfrom
claude/fix-datetime-and-copy-qSopN
Mar 2, 2026
Merged

Fix datetime in filenames, fix copy button, bump to v0.10.0#20
curtisalexander merged 1 commit intomainfrom
claude/fix-datetime-and-copy-qSopN

Conversation

@curtisalexander
Copy link
Owner

  • file_modified_date() now uses ISO 8601 format (%Y-%m-%dT%H:%M:%S) so extract_datetime_prefix() can parse the time component when falling back to file modification date
  • Copy button now reads from element when present, avoiding the language label text being included in copied content
  • Added clipboard API fallback using execCommand('copy') for browsers that don't support navigator.clipboard (e.g. file:// URLs)
  • Bumped version to 0.10.0 in Cargo.toml, pyproject.toml, init.py, and README.md

https://claude.ai/code/session_01RRwkggcjw4t3ipUmR1gfqo

- file_modified_date() now uses ISO 8601 format (%Y-%m-%dT%H:%M:%S)
  so extract_datetime_prefix() can parse the time component when
  falling back to file modification date
- Copy button now reads from <code> element when present, avoiding
  the language label text being included in copied content
- Added clipboard API fallback using execCommand('copy') for browsers
  that don't support navigator.clipboard (e.g. file:// URLs)
- Bumped version to 0.10.0 in Cargo.toml, pyproject.toml, __init__.py,
  and README.md

https://claude.ai/code/session_01RRwkggcjw4t3ipUmR1gfqo
@curtisalexander curtisalexander merged commit 7f5f772 into main Mar 2, 2026
1 check passed
@curtisalexander curtisalexander deleted the claude/fix-datetime-and-copy-qSopN branch March 3, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants