Skip to content

Releases: PuppetWen/AiBrowser

AiBrowser v1.0.5

Choose a tag to compare

@PuppetWen PuppetWen released this 13 Aug 16:03

中文

  • 修复 GitHub Releases API 请求失败、代理异常或未认证限流时,更新页只显示「该版本暂未提供更新说明」的问题。
  • 程序内置 v1.0.0v1.0.4 的完整中文版本历史,完全断网时仍能查看每个版本的实际更新内容。
  • 联网成功时,GitHub 在线 Releases 会与内置历史合并;未来新版本无需重新修改旧版清单也能自动显示。
  • 每个版本继续使用独立折叠条目,并新增明确的「展开/收起」文字、悬停说明和辅助功能标签。
  • 最新一条默认展开,其余版本默认折叠;历史区域继续支持独立滚动。
  • 保留固定 GitHub 项目按钮、条件「更新安装」按钮、代理下载、断线续传和原路径覆盖更新功能。

English

  • Fixed missing release notes when the GitHub Releases API, proxy route, or unauthenticated API quota is unavailable.
  • Bundled complete offline Chinese release history for v1.0.0 through v1.0.4.
  • Online GitHub Releases are merged with the bundled fallback so future releases still appear automatically.
  • Each version has an independent disclosure row with explicit Expand/Collapse text, tooltip, and accessibility label.
  • The newest entry opens by default; older entries remain collapsed in the scrollable history panel.

AiBrowser v1.0.4

Choose a tag to compare

@PuppetWen PuppetWen released this 13 Aug 14:59

中文

  • 更新页面右上操作区始终保留「GitHub 项目地址」按钮,点击直接打开 PuppetWen/AiBrowser 仓库首页。
  • 当前已经是最新版时,状态区域继续显示「当前已是最新版」。
  • 只有检测到 GitHub 存在新版本时,状态文字位置才替换为「更新安装」按钮。
  • 「更新安装」按钮恢复应用内更新流程:通过本地/系统代理下载、断线自动重连、HTTP Range 续传,并在原安装目录覆盖更新。
  • 「正在连接下载服务器...」及下载进度卡片仅在实际开始下载后显示;未下载、检测中、最新版和检测失败状态均保持隐藏。
  • 保留历史 Releases 的逐条折叠展开和独立滚动条功能。

English

  • The GitHub project button is always visible and opens the PuppetWen/AiBrowser repository.
  • Up-to-date installations continue to show the current-status text.
  • Only when a newer release is detected is the status text replaced with an Install Update button.
  • Install Update uses the in-app proxy-aware, resumable download and in-place installation flow.
  • The connection/download progress card is strictly hidden until a download actually starts.
  • Collapsible, scrollable historical Release notes remain available.

AiBrowser v1.0.3

Choose a tag to compare

@PuppetWen PuppetWen released this 13 Aug 13:28

中文

  • 「版本更新」页面现在会读取并展示 GitHub 历史 Releases,而不仅是最新版说明。
  • 每个历史版本都是独立折叠项,点击版本标题可展开或收起该版本的完整更新内容。
  • 最新版本默认展开,其余历史版本默认折叠;每条记录包含版本号、发布日期和 GitHub Release 入口。
  • 历史更新区域增加独立纵向滚动条,大量版本或较长更新说明不会无限拉长页面。
  • 检测到新版本时,原“当前已是最新版”位置会替换为「前往 GitHub 更新安装」按钮。
  • 更新按钮仅打开经过校验的 PuppetWen/AiBrowser GitHub Release 地址,不再在软件内直接下载安装包。
  • 当前已经是最新版时继续显示状态文字,不出现更新按钮。
  • 左下角版本状态点仍只支持鼠标悬停显示信息,不响应点击。

English

  • The Update page now loads historical GitHub Releases, not only the latest release notes.
  • Each release is independently collapsible and includes its version, publication date, notes, and GitHub Release link.
  • The newest release is expanded by default; older releases remain collapsed.
  • The history panel has its own responsive vertical scrollbar for long release histories.
  • When an update is available, the latest-status text is replaced with a button that opens the verified GitHub Release page.
  • AiBrowser no longer downloads or launches the installer from this button.
  • The footer status dot remains hover-only.

AiBrowser v1.0.2

Choose a tag to compare

@PuppetWen PuppetWen released this 13 Aug 12:12

中文

  • 新增侧边栏一级「版本更新」页面,集中显示当前版本、GitHub 最新版本、检测时间、更新网络和 Release 更新内容。
  • 检测到新版本时显示「一键下载安装」按钮;左下角状态点仅保留悬停版本信息,不再响应点击。
  • 更新检查和下载使用独立 Electron 网络会话,显式继承 Windows 本地/系统代理及 PAC 设置,并显示实际代理路由。
  • 大文件下载使用固定 .part 文件和 HTTP Range 续传;网络中断后自动重新解析代理并指数退避重连,最多重试 8 次。
  • 应用内更新下载完成后,自动关闭旧版并在当前安装路径原位覆盖,然后重新启动新版。
  • 安装器会识别应用传入的现有路径、注册表安装路径和正在运行的 AiBrowser 路径,已安装用户不会默认生成第二份安装目录。
  • 桌面快捷方式改为可选安装组件:全新安装默认启用;覆盖安装时若桌面原本没有快捷方式,则默认不创建,用户仍可手动选择。
  • 左下角版本号从应用清单动态读取,今后随发布版本自动变化。

English

  • Added a top-level Update page with local/latest versions, check time, proxy route, and GitHub Release notes.
  • The sidebar status dot is now hover-only; downloading and installation are initiated from the Update page.
  • Update traffic uses a dedicated Electron session with explicit Windows system/local proxy and PAC support.
  • Downloads persist to a .part file, resume with HTTP Range, re-resolve proxy settings, and automatically reconnect with exponential backoff.
  • In-app updates replace the existing installation in place and restart AiBrowser.
  • Existing installations are detected through the updater path, registry, or a running AiBrowser process.
  • Desktop shortcut creation is an optional installer component and preserves an existing user's prior choice by default.
  • The footer version is read dynamically from the application manifest.

AiBrowser v1.0.1

Choose a tag to compare

@PuppetWen PuppetWen released this 12 Aug 07:55

中文

  • 修复删除分组后再次新建时,分组名称和备注无法输入的问题。
  • 左下角新增当前版本与 GitHub 最新版状态点:绿色表示最新版,红色表示可更新。
  • 悬停状态点可查看版本、检查时间和更新网络详情;点击红点可下载并打开更新安装包。
  • GitHub 检查和安装包下载使用 Electron 默认网络会话,支持 Windows 本地/系统代理与 PAC。
  • 安装包、单文件便携版和 ZIP 便携版均包含所需运行时,无需另外安装依赖。

English

  • Fixed group name and note fields becoming non-editable after deleting and recreating a group.
  • Added a current-version label and GitHub release status indicator in the sidebar.
  • Hover for version/network details; click a red indicator to download and launch the updater.
  • Update checks and downloads use Electron's default session, including local/system proxy and PAC settings.
  • Installer and portable packages include the required runtime dependencies.

AiBrowser v1.0.0

Choose a tag to compare

@PuppetWen PuppetWen released this 08 Aug 03:53

AiBrowser v1.0.0

English README | 中文说明

English

Initial public Windows x86-64 release of AiBrowser.

  • Isolated Chromium and Firefox browser environments
  • Multi-window mouse, keyboard, text, tab, and supported browser UI synchronization
  • Chinese IME composition-aware synchronization
  • Uniform tiling, cascade, and Excel-style custom grid layouts
  • Proxy profiles, automation workflows, local API/MCP, and optional AI integrations
  • Stable branded taskbar identity and Start Menu relaunch shortcut

The release bundles Electron, Chromium, Firefox-Reverse, required Node.js dependencies, and native Windows helpers. No separate browser or runtime installation is required for core features.

中文

AiBrowser 首个公开 Windows x86-64 版本。

  • Chromium 与 Firefox 隔离浏览器环境
  • 多窗口鼠标、键盘、文本、标签页及支持的浏览器界面同步
  • 感知中文输入法组合状态,避免拼音输入被提前打断
  • 等大小平铺、层叠和 Excel 风格自定义网格布局
  • 代理配置、自动化工作流、本地 API/MCP 和可选 AI 集成
  • 稳定的品牌任务栏身份与开始菜单重新启动快捷方式

成品已包含 Electron、Chromium、Firefox-Reverse、所需 Node.js 依赖和 Windows 原生辅助程序。核心功能不需要额外安装浏览器或运行时。

Assets / 文件说明

  • AiBrowser-Windows-x86_64-with-kernel.zip: extract the complete folder and run AiBrowser.exe / 完整解压后运行 AiBrowser.exe
  • AiBrowser-Windows-x86_64-with-kernel-Portable.exe: self-extracting portable package / 自动解压便携包
  • AiBrowser-Windows-x86_64-with-kernel-Setup.exe: Windows installer / Windows 安装包

The executables are currently unsigned, so Windows SmartScreen may show an unknown-publisher warning on first launch.

当前 EXE 尚未进行数字签名,首次启动时 Windows SmartScreen 可能显示未知发布者提示。

SHA-256

  • ZIP: 5FC95684FB8534C0490CDE973D263A0B371D72A6D2569DB4619E5C02906E0EA1
  • Portable EXE: 4235CAC73845CCA9136E69D6027795FD4AE2C40A77A72DDEEF0EA58964C5242B
  • Setup EXE: C963E8AC89D71475F55386931405870420060973D8DE620A89F844BD66C7B10E