Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: curtisalexander/continue-transcripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: curtisalexander/continue-transcripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 2, 2026

  1. Update README screenshot to reflect v0.9.0 visual improvements

    Shows the new header accent bar, formatted date, collapsible system
    prompt, tools panel, thinking block, and tool call styling.
    
    https://claude.ai/code/session_0189aV17pTaCcifCjz3tsP3v
    claude committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    adef76a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from curtisalexander/claude/add-time-to-filena…

    …me-ERJyq
    
    Update README screenshot to reflect v0.9.0 visual improvements
    curtisalexander authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    3f714a7 View commit details
    Browse the repository at this point in the history
  3. Fix datetime in filenames, fix copy button, bump to v0.10.0

    - 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
    claude committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    f17d675 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20 from curtisalexander/claude/fix-datetime-and-c…

    …opy-qSopN
    
    Fix datetime in filenames, fix copy button, bump to v0.10.0
    curtisalexander authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    7f5f772 View commit details
    Browse the repository at this point in the history
Loading