| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| read-frogextension-1.42.0-chrome.zip | 2026-07-19 | 6.1 MB | |
| read-frogextension-1.42.0-edge.zip | 2026-07-19 | 6.1 MB | |
| read-frogextension-1.42.0-firefox.zip | 2026-07-19 | 6.1 MB | |
| read-frogextension-1.42.0-sources.zip | 2026-07-19 | 2.1 MB | |
| README.md | 2026-07-19 | 1.9 kB | |
| v1.42.0 source code.tar.gz | 2026-07-19 | 25.3 MB | |
| v1.42.0 source code.zip | 2026-07-19 | 26.1 MB | |
| Totals: 7 Items | 71.9 MB | 0 | |
Minor Changes
-
#1897
04b04acThanks @mengxi-ream! - feat(translation): add a four-variant new-user default prompt experiment -
#1900
8dfacdaThanks @mengxi-ream! - fix(translate): stop a single 429 from failing the whole page and make rate limiting actually hold -
A 429 now pauses the queue (honoring
Retry-After) and retries in place instead of instantly rejecting every pending paragraph — one transient rate limit no longer paints hundreds of errors or kills the session - Batches now keep filling up to the configured size while the rate limiter has no free slot, so low request rates send few full batches instead of many tiny ones
- Queue config is applied reliably: handlers register synchronously at SW startup,
storage.watchreplaces droppable per-field messages, and capacity edits no longer grant a free burst - Batch request timeouts scale with batch size; summary generation is abortable and no longer performs hidden ai-sdk retries
Patch Changes
-
#1906
5ded459Thanks @mengxi-ream! - fix(selection): keep shadow-root popups anchored to the viewport -
#1908
b9f4a48Thanks @mengxi-ream! - fix(providers): omit Atlas Cloud website credentials from API requests