You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Revolut statement downloader now works with either Firefox or Chrome — it automatically uses whichever browser driver is installed on your system (Firefox's geckodriver is preferred when both are available), instead of requiring Chrome specifically.
Fixed
A real accounting gap: incoming bank transfers shown as "Deposit" (or "Vklad" in Czech) on a Revolut statement were being silently skipped during import instead of recorded as income. They're now imported correctly.
The statement downloader no longer times out when Revolut silently re-confirms a browser it already trusts (skipping the QR code screen entirely) — this used to be mistaken for a failed login.
The downloader's QR-code detection no longer breaks when Revolut changes its page styling, since it now looks for the code itself rather than a cosmetic style name that could change at any time.
Other Changes
Corrected several inaccuracies in the documentation, including a wrong file path for developers integrating with the PHP library, and a wrong claim about needing a separate bank account per currency (Revolut's multi-currency accounts actually share one).