Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 02:37
ec8e335

Changed

  • Replaced the Arc-specific cookie importer and browser setup command with import-browser-profile, which exports cookies from an explicitly selected Chromium/Playwright user-data directory.
  • Removed the chromedp dependency from the helper CLI; Playwright is used only as an external helper for browser-profile cookie export.
  • import-browser-profile now opens headed Chromium by default for session renewal, supports -headless for automation, and normalizes the obvious headless browser fingerprint signals.
  • The example fetcher no longer auto-discovers Arc-imported accounts.

Fixed

  • import-browser-profile now refuses to save cookies when the profile opens an Amazon sign-in page instead of an authenticated orders page.
  • Printable order parsing now reads Amazon's image-overlay quantity marker, so repeated items are returned with the correct line total.