Historia wersji dodatku Read Frog - Open AI Translator — 14 wersji
Read Frog - Open AI Translator Autor: MengXi
Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.
Najnowsza wersja
Wersja 1.31.1
Data wydania: 21 mar 2026 — 3,61 MBDziała z: firefox 112.0 i nowszePatch Changes- #1171
05f49c1Thanks @ananaBMaster! - feat(context-menu): add selection translation and custom AI action right-click entries. - #1161
fc167d6Thanks @mengxi-ream! - refactor(chart): migrate the batch request statistics chart to Recharts and remove the old VChart theme provider. - #1166
eb150b7Thanks @mengxi-ream! - Remove the deprecated Selection Toolbar AI button / Vocabulary Insight feature and keep Dictionary custom actions as the supported replacement. - #1170
20004edThanks @mengxi-ream! - fix(provider-options): apply runtime defaults and placeholders - #1164
eb33ec6Thanks @ananaBMaster! - fix(shortcut): migrate page translation hotkeys to TanStack and store them as portable shortcut strings. - #1172
288cc2cThanks @ananaBMaster! - feat(sidebar): move What's New into a footer popover with blog previews.
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1171
Poprzednie wersje
Wersja 1.31.0
Data wydania: 19 mar 2026 — 5,69 MBDziała z: firefox 112.0 i nowszeMinor Changes- #1099
73a0347Thanks @iykon! - feat: add official DeepL API provider with automatic free/pro endpoint selection
Patch Changes- #1152
d3dc6bdThanks @mengxi-ream! - fix(provider-options): stop auto applying recommended provider options - #1158
18c10b6Thanks @frogGuaGuaGuaGua! - fix: fall back to getRandomValues when crypto.randomUUID is unavailable - #1144
9c32b7bThanks @ishiko732! - feat: add connection options field to provider config, support bedrock region - #1142
5aeb842Thanks @mengxi-ream! - style: preset FrogToast default position to bottom-left to avoid covering top-page controls
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1099
Wersja 1.30.4
Data wydania: 17 mar 2026 — 5,69 MBDziała z: firefox 112.0 i nowszefeat: user can change selection toolbar opacity settingLicencja kodu źródłowego: Tylko GNU General Public License v3.0
Wersja 1.30.0
Data wydania: 17 mar 2026 — 5,62 MBDziała z: firefox 109.0 i nowszeMinor Changes- #1127
52a70ffThanks @ananaBMaster! - feat: add Alibaba Cloud (Bailian) as AI provider with Qwen, DeepSeek, Kimi, MiniMax, and GLM models - #1127
52a70ffThanks @ananaBMaster! - feat: add Moonshot AI and Hugging Face as AI providers
Patch Changes- #1128
c7b7bccThanks @ananaBMaster! - fix: resolve dark mode flash (FOUC) on options and translation-hub pages - #1121
aad6b5eThanks @mengxi-ream! - ai: improve writing prompt with language detection and diverse examples - #1125
781180cThanks @ishiko732! - perf: avoid bundling config migrations in content scripts - #1125
781180cThanks @ishiko732! - refactor: enhance config migration loading to auto-discover scripts
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1127
Wersja 1.29.1
Data wydania: 15 mar 2026 — 5,6 MBDziała z: firefox 109.0 i nowszePatch Changes- #1120
aaa71e1Thanks @mengxi-ream! - refactor: rename prompt tokens for clarity (targetLang→targetLanguage,title→webTitle,summary→webSummary,context→paragraphs) with config migration v064 - #1117
fe211bdThanks @ananaBMaster! - feat(custom-actions): add drag-and-drop reordering to custom action list and output schema fields - #1119
91f9a40Thanks @ananaBMaster! - fix(provider-icon): proxy remote logos through background fetch - #1118
dafb8f2Thanks @ananaBMaster! - fix(selection-popover): keep the popover fixed while the page scrolls - #1115
3a02d50Thanks @mengxi-ream! - feat(selection-toolbar): add individual toggles for built-in features (translate, speak, vocabulary insight)
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1120
Wersja 1.29.0
Data wydania: 14 mar 2026 — 5,59 MBDziała z: firefox 109.0 i nowszeMinor Changes- #1105
fa9ca52Thanks @ananaBMaster! - feat: refactor the selection popover and add pin support for selection toolbar popovers - #1105
fa9ca52Thanks @ananaBMaster! - feat: add a target language selector to the selection toolbar translation popover - #1098
0e2b1f6Thanks @ananaBMaster! - feat: translate browser tab title during page translation with automatic tracking and restoration
Patch Changes- #1105
fa9ca52Thanks @ananaBMaster! - fix: avoid re-fetching vocabulary, dictionary, and translation resources after page navigation (#1064) - #1108
2fe15c9Thanks @ananaBMaster! - refactor: rename custom ai feature - #1095
14de454Thanks @mengxi-ream! - perf: optimize content script with sync config cache, lazy selection UI mounting, and proper teardown - #1111
66d1cf8Thanks @ananaBMaster! - feat: support tts in dictionary - #1109
1ac2000Thanks @ananaBMaster! - fix: unify inline error handling for selection toolbar translate and custom actions - #1105
fa9ca52Thanks @ananaBMaster! - refactor: simplify the selection toolbar translation flow and harden stale-request cancellation handling
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1105
Wersja 1.28.1
Data wydania: 9 mar 2026 — 5,53 MBDziała z: firefox 109.0 i nowszePatch Changes- #1084
f93dcc2Thanks @mengxi-ream! - Refine selection toolbar styling and fix Firefox stylesheet fallback- Enlarge toolbar button icons and use theme-aware hover/shadow tokens
- Handle Firefox Xray wrapper issues with constructable stylesheets
- Extract host toast into dedicated mount module
- Unify cn helper location under utils/styles
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1084
Wersja 1.28.0
Data wydania: 8 mar 2026 — 5,55 MBDziała z: firefox 109.0 i nowszeMinor Changes
Patch Changes- #1065
1a4082cThanks @ishiko732! - feat(theme): add manual theme mode switching (system/light/dark) with popup toggle button and options page selector - #1075
3e14d7eThanks @Sufyr! - feat: add expand and collapse controls to translation hub cards - #1068
f95f116Thanks @ananaBMaster! - feat: add disable hover translation option in option page - #1078
bddf26aThanks @ananaBMaster! - fix: restore translation error UI in bilingual and translation-only modes - #1071
c3a7fe9Thanks @ananaBMaster! - feat: add default ollama base url
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1065
Wersja 1.27.3
Data wydania: 6 mar 2026 — 5,45 MBDziała z: firefox 109.0 i nowszePatch Changes- #1057
72ac190Thanks @taiiiyang! - fix(subtitles): optimize subtitle single-line display by widening container and reducing max word count - #1058
2e943d2Thanks @taiiiyang! - feat(subtitles): persist subtitle drag position across navigations - #1060
76f73ecThanks @ananaBMaster! - fix(firefox): icon and image csp restriction
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1057
Wersja 1.27.2
Data wydania: 5 mar 2026 — 5,42 MBDziała z: firefox 109.0 i nowszePatch Changes- #1053
4d27adaThanks @mengxi-ream! - feat: add search command for config - #1045
77f1e48Thanks @mengxi-ream! - fix: override Firefox MV3 default CSP to prevent HTTP URLs from being upgraded to HTTPS - #1027
c44864cThanks @taiiiyang! - fix(subtitles): apply short line merge in all processing modes - #1049
5b4547fThanks @Yukiniro! - fix: fixed flair tag misalignment during Reddit translations. - #1051
2e58edcThanks @ananaBMaster! - refactor(custom-feature): improve custom ai feature prompt setting
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1053
Wersja 1.27.1
Data wydania: 3 mar 2026 — 5,39 MBDziała z: firefox 109.0 i nowszePatch Changes- #1023
f7b7164Thanks @mengxi-ream! - fix: correct inverted ternary in v055-to-v056 migration - #1025
666ac3fThanks @ishiko732! - perf: remove redundant ProviderFactoryMap interface in favor of const inference
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1023
Wersja 1.27.0
Data wydania: 1 mar 2026 — 5,39 MBDziała z: firefox 109.0 i nowszeMinor Changes- #1020
b63f28fThanks @mengxi-ream! - feat: users can define their own custom ai feature
Patch Changes- #1020
b63f28fThanks @mengxi-ream! - fix: recovery mode when the program crash - #1012
25d82c4Thanks @mengxi-ream! - fix(floating-button): use button element for close trigger to improve accessibility - #1018
f6b8712Thanks @mengxi-ream! - fix: reduce frequent storage reads and writes during config init and db cleanup - #1014
369b3ceThanks @ananaBMaster! - fix: disable Zod JIT to avoid CSP eval violation in MV3 extensions - #1020
b63f28fThanks @mengxi-ream! - fix: better test connection error message
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
- #1020
Wersja 1.26.1
Data wydania: 28 lut 2026 — 5,36 MBDziała z: firefox 109.0 i nowszePatch Changese1943f1Thanks @ananaBMaster! - fix: firefox extension id- #958
f74d826Thanks @Yukiniro! - fix(extension): fix hidden elements being translated - #995
59f9bacThanks @cesaryuan! - fix(api-providers): sync provider options editor when switching providers - #1006
74b8744Thanks @ananaBMaster! - fix(extension): prevent spinner from being distorted into ellipse by host page CSS - #1009
c942331Thanks @taiiiyang! - fix(subtitles): fix subtitles flickering on Firefox by moving display decisions into Jotai atoms - #1008
7e822cbThanks @mengxi-ream! - feat: replace agentation dev toolbar with draggable help button - #1007
5ae4de0Thanks @ananaBMaster! - fix: make comment in youtube as block
Licencja kodu źródłowego: Tylko GNU General Public License v3.0
Wersja 1.26.0
Data wydania: 24 lut 2026 — 5,37 MBDziała z: firefox 109.0 i nowszeLicencja kodu źródłowego: Tylko GNU General Public License v3.0