Changelog Amazon Invoice downloader v.1.1.1
Changelog — Amazon Invoice Downloader Release Date: 2025-09-24
Overview
- The extension now honors the selected period on Amazon’s “Your Orders” page, using timeFilter instead of forcing a specific year. Pagination and invoice fetching follow the period the user selects (e.g., 2025, past three months, last 30 days).
Key Changes
- Respect Amazon period selection:
- Read timeFilter from the URL when present, otherwise derive from the page’s period dropdown (select#time-filter).
- Preserve Amazon’s ref_ parameter if present (from URL or from the form).
- Fallback to legacy orderFilter only to derive the year when timeFilter is not present; navigation still uses timeFilter to align with Amazon’s current behavior.
- Bug fix:
- Removed behavior that defaulted to year-2025 and ignored the selected filter.
Impact
- Users no longer need to manually adjust the year or period; the extension tracks and honors the page’s selected period across pagination.
- Filenames continue to use the derived year for readability; for non-year periods (last 30 days, past three months), current year is used in filenames while navigation reflects the chosen time window.
Notes
- Tested against Amazon’s de/com orders pages with the updated filter semantics.