全部新增改进修复
修复

Cmd+K opens on non-Latin keyboards

The Cmd+K (Ctrl+K) shortcut now opens the command palette and search modal regardless of keyboard layout. We were matching the typed character (к on a Cyrillic layout), so anyone on a non-Latin layout got nothing. Now we match the physical key. Fixed across the main site, the blog, and the docs.

新增

Six new languages, 13 total

Spanish, French, Japanese, Korean, Portuguese, and Russian joined the existing seven languages. The main site, the blog, the docs, and this Updates Portal all read in 13 languages now. Pick from the globe switcher in the header; your choice carries across surfaces via a shared cookie.

新增

Auto endpoint in the Dashboard playground

The Dashboard playground now has an Auto tab. Paste a URL, hit Send, watch Auto crack it. You can set your own success criteria via the Validate group, and a URL history typeahead suggests previously-used URLs as you type (one shared list across all endpoints, capped at the last 50). Non-applicable fields hide per engine, so each tab shows only the inputs it actually uses.

修复

Auto requests stop 504-ing on cold solves

A cold Auto solve can run several minutes (proxy grind plus a browser solve). Our HTTP edge was capping requests at 2 minutes and returning a plain HTML 504, so the longest solves looked like a gateway failure even when the orchestrator was still working. We extended the edge timeout past Auto's worst-case run and switched /api/ error pages to JSON, so any error from any layer reads as JSON your client can parse.

改进

Auto returns session and trace by default

Every Auto response now carries a meta object (which rung won, whether a challenge was solved, attempt count, total credits) plus the working session (proxy, cookies, userAgent) so you can see what cracked the target and replay it yourself. The session.proxy field is the opaque base36 proxy ID, never a raw address. Set returnSession: false if you don't want the session in the response.

修复

Auto amortizes to 2 credits on repeat requests

Cookie-reusable sites (bet365 was the canary) were sticking on the expensive browser solve at 15 credits per request instead of dropping to the cheap 2-credit replay after the first solve. Two bugs: the latch fired on any transient transport error, and a successful browser replay never refreshed the session cookies. Fixed both. Repeat requests on a cookie-reusable site now cost 2 credits after the first solve, exactly as the pricing implies.

改进

Auto cracks more challenge types

Auto now handles non-interactive Cloudflare challenges (the "Checking your browser" wall some protected sites serve) end-to-end, instead of returning the challenge page as if it were content. Two related cases also got fixed: a transport 200 hiding a challenge interstitial now escalates to a real solve, and a challenge that re-serves the wall after dropping a clearance cookie now reloads and pulls the real content. Marathonbet is the headline site that newly passes; vinted and a few other interstitial-on-200 targets also benefit.

改进

Playground 刷新、Reset 及按需携带

刷新 Playground 时,在您的内容重新出现之前,不再闪现静态状态。新增的 Reset 按钮(需二次确认)可一次性清除所有三个 request 标签页、cookie 以及携带的 proxy。现在,根据您的要求,response 也可以将其 proxy ID 或 User-Agent 携带至下一个 request 中,而不是在后台自动应用。

新增

查看每次 request 消耗的 credit

现在,每个 API response 都包含一个 x-foura-credits header,用于显示该次调用的 credit 消耗。Dashboard 中新增的 Budget 视图通过时间线图表,按 API key、domain 和客户端 IP 拆分 credit 消耗,同时 Playground 也会在每个 response 中显示相同的信息,以便您在扩大规模前评估工作负载。

新增

FourA 博客现已支持七种语言

博客上的每篇文章现在均可渲染为英文、保加利亚文、德文、波兰文、越南文、中文和阿拉伯文。代码块、markdown 和链接均完整保留,搜索则返回本地化标题。

改进

响应现可回显处理它们的 proxy

每个 Single response 现在都包含处理该 request 的 proxy ID,Browser response 也是如此。这对于需要固定使用相同 proxy 的链式调用非常有用。

新增

阿拉伯语上线(支持 RTL)

主站现在支持以阿拉伯语渲染,并提供完整的 RTL 布局,使 locale 列表达到七个。如果您的浏览器语言与您访问的页面不匹配,系统会通过窄横幅提示您进行切换。

改进

可排序列与可折叠侧边栏

点击 Dashboard 中的列标题即可进行排序。该功能适用于 Activity、API Keys 和 sessions,在自动刷新后依然保留,按住 Ctrl 键点击(Mac 上为 Cmd 键)即可清除选择。当您需要为表格留出更多空间时,侧边栏还可以折叠为图标栏。

新增

Browser 端到端解决交互式 Turnstile

当你调用 Browser 并设置 unblocker: true 时,那些通过交互式挑战组件拦截 request 的网站(常见的是托管式 Turnstile 模式)现在会返回渲染后的 HTML。已针对此前会返回挑战页面的已知受保护网站进行了端到端验证。

新增

网站与 Playground 支持六种语言

从页眉的地球图标选择您的语言。网站和 Playground 现在支持保加利亚语、中文、德语、波兰语、越南语和英语,并提供支持区域设置的 URL,方便您添加书签或分享。