| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| read-frogextension-1.45.2-chrome.zip | 2026-08-07 | 6.4 MB | |
| read-frogextension-1.45.2-edge.zip | 2026-08-07 | 6.4 MB | |
| read-frogextension-1.45.2-firefox.zip | 2026-08-07 | 6.4 MB | |
| read-frogextension-1.45.2-sources.zip | 2026-08-07 | 2.4 MB | |
| README.md | 2026-08-07 | 4.0 kB | |
| v1.45.2 source code.tar.gz | 2026-08-07 | 25.7 MB | |
| v1.45.2 source code.zip | 2026-08-07 | 26.6 MB | |
| Totals: 7 Items | 73.9 MB | 0 | |
Patch Changes
-
#2040
6470d7eThanks @ananaBMaster! - fix(translate): keep X Chat message timestamps out of the translated bubble text -
#2037
951e20fThanks @ananaBMaster! - fix(translate): translate Ubiquiti Community release posts and comments -
#2039
71a84dbThanks @ananaBMaster! - feat(options): add a translation languages section with source and target language settings -
#2041
86b0031Thanks @ananaBMaster! - fix(options): keep the sidebar and search reachable in a narrow window -
#2039
71a84dbThanks @ananaBMaster! - fix(ui): let combobox popups size to their content instead of the trigger width -
#2039
71a84dbThanks @ananaBMaster! - test(translate): drop the microsoftTranslate free-api tests, whose live endpoint now 404s -
#2039
71a84dbThanks @ananaBMaster! - style(options): let the language multi-select trigger use the button's own sm sizing -
#2036
dc1c3fcThanks @ananaBMaster! - feat(translation): add precision rewrite as an optional built-in prompt -
#2042
8a82358Thanks @ananaBMaster! - fix(translation-hub): let the language swap button work while the source is auto-detected -
#2045
f4bcbf0Thanks @ananaBMaster! - fix(translate): move Microsoft translation to the unauthenticated edge translatetext endpoint
The old token endpoint (edge.microsoft.com/translate/auth) was removed upstream, which broke Microsoft translation entirely. The replacement endpoint needs no auth but has no markup-preserving mode, so translation-only page mode no longer offers Microsoft: pickers hide it while translation-only is active, mode controls explain why it cannot be entered, and existing configs pairing them are migrated to Google Translate (or bilingual mode as a fallback). Microsoft translation error handling now also carries retry metadata, and the restored free-api tests cover the live endpoint again.
- #2032
3559ee0Thanks @frogGuaGuaGuaGua! - fix(config): disable AI smart context by default