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
Fixed Google Gemini compatibility with older google-genai SDKs by retrying requests without http_options when the installed SDK does not support that argument.
Pinned the minimum google-genai version in dependencies and added a build-time guard so outdated build environments fail fast instead of shipping a broken package.
Fixed packaged Windows builds so folder opening uses explorer.exe, avoiding failures caused by os.startfile() in the Tauri sidecar environment.
Fixed translation task state reporting so fully failed runs end as failed, partially recovered runs end as partial_failed, and final task status is pushed back to the frontend reliably.
Improved progress reporting to show processed batches, successful batches, failed batches, and remaining batches more clearly.
Updated application version metadata and in-app last updated date for this release.