Skip to content

v0.1.0

Choose a tag to compare

@lhl lhl released this 23 Apr 09:03
· 66 commits to main since this release

Added

  • Initial PyPI release with incremental sync for bookmarks, likes, and authored
    tweets.
  • Raw API capture storage plus normalized secondary extraction for tweet
    objects, relations, media, URLs, and articles.
  • Full-text and optional semantic search, plus terminal view and JSON/HTML
    export commands.
  • Browser cookie extraction across Firefox and Chromium-family browsers.

Changed

  • PyPI metadata and artifact contents were tightened so release builds better
    reflect shipped capabilities and stop bundling repo-internal files.

Validation

  • uv build
  • uv run --with twine twine check dist/*
  • Wheel and sdist contents inspected to confirm repo-internal files no longer
    ship in release artifacts.