Skip to content

Releases: weihubeats/RustFox

RustFox v0.0.8

Choose a tag to compare

@github-actions github-actions released this 23 Aug 07:18

RustFox 分发包(Tauri 2)

  • Windows: RustFox_x.x.x_x64-setup.exe(NSIS 安装包)或 RustFox_x.x.x_x64_en-US.msi
  • macOS: RustFox_x.x.x_aarch64.dmg(Apple Silicon)或 RustFox_x.x.x_x64.dmg(Intel)
    ——首次打开若提示「已损坏」,执行 xattr -cr /Applications/RustFox.app 解除隔离(未做 Apple 公证的正常现象,详见使用手册)
  • Linux: rustfox_x.x.x_amd64.deb.AppImage

使用手册:docs/USER_GUIDE.md

Full Changelog: v0.0.7...v0.0.8

RustFox v0.0.7

Choose a tag to compare

@github-actions github-actions released this 20 Aug 06:49

RustFox 分发包(Tauri 2)

  • Windows: RustFox_x.x.x_x64-setup.exe(NSIS 安装包)或 RustFox_x.x.x_x64_en-US.msi
  • macOS: RustFox_x.x.x_aarch64.dmg(Apple Silicon)或 RustFox_x.x.x_x64.dmg(Intel)
    ——首次打开若提示「已损坏」,执行 xattr -cr /Applications/RustFox.app 解除隔离(未做 Apple 公证的正常现象,详见使用手册)
  • Linux: rustfox_x.x.x_amd64.deb.AppImage

使用手册:docs/USER_GUIDE.md

Full Changelog: v0.0.6...v0.0.7

RustFox v0.0.6

Choose a tag to compare

@github-actions github-actions released this 18 Aug 10:17

RustFox 分发包(Tauri 2)

  • Windows: RustFox_x.x.x_x64-setup.exe(NSIS 安装包)或 RustFox_x.x.x_x64_en-US.msi
  • macOS: RustFox_x.x.x_aarch64.dmg(Apple Silicon)或 RustFox_x.x.x_x64.dmg(Intel)
    ——首次打开若提示「已损坏」,执行 xattr -cr /Applications/RustFox.app 解除隔离(未做 Apple 公证的正常现象,详见使用手册)
  • Linux: rustfox_x.x.x_amd64.deb.AppImage

使用手册:docs/USER_GUIDE.md

Full Changelog: v0.0.5...v0.0.6

RustFox v0.0.5

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:09

RustFox 分发包(Tauri 2)

  • Windows: RustFox_x.x.x_x64-setup.exe(NSIS 安装包)或 RustFox_x.x.x_x64_en-US.msi
  • macOS: RustFox_x.x.x_aarch64.dmg(Apple Silicon)或 RustFox_x.x.x_x64.dmg(Intel)
    ——首次打开若提示「已损坏」,执行 xattr -cr /Applications/RustFox.app 解除隔离(未做 Apple 公证的正常现象,详见使用手册)
  • Linux: rustfox_x.x.x_amd64.deb.AppImage

使用手册:docs/USER_GUIDE.md

Full Changelog: v0.0.4...v0.0.5

RustFox v0.0.4

Choose a tag to compare

@github-actions github-actions released this 16 Aug 13:23

RustFox v0.0.4

修复 0.0.3 在部分环境下启动即退出(闪退)的问题。

变更

  • 修复闪退:当本机数据目录的数据库已被更新版本(如开发构建)迁移后,0.0.3 会因迁移版本校验失败而启动失败。本版本包含最新迁移,可直接打开已有数据。
  • 开发/正式版数据隔离:开发构建改用独立数据目录(RustFox-dev),不再与正式版共享数据库,此类问题不再复发。
  • 启动失败可视化:数据库初始化失败时弹原生错误对话框(原因 + 数据目录),不再静默退出。
  • HTTP 客户端:follow_redirects 生效、Cookie 自动回放、全局代理设置(设置弹窗可配)。
  • 性能:请求历史保留策略与索引优化、历史写入后台化、大响应渲染保护。

安装

  • Windows: RustFox_0.0.4_x64-setup.exe(SmartScreen 提示时:更多信息 → 仍要运行)
  • macOS: RustFox_0.0.4_aarch64.dmg(Apple Silicon)/ RustFox_0.0.4_x64.dmg(Intel)
    ——首次打开若提示「已损坏」:终端执行 xattr -cr /Applications/RustFox.app 后右键 → 打开
  • Linux: rustfox_0.0.4_amd64.deb / .AppImage

使用手册:docs/USER_GUIDE.md

RustFox v0.0.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 07:22

RustFox 分发包(Tauri 2)

  • Windows: RustFox_0.0.3_x64-setup.exe(NSIS 安装包)或 RustFox_0.0.3_x64_en-US.msi
  • macOS: RustFox_0.0.3_aarch64.dmg(Apple Silicon)或 RustFox_0.0.3_x64.dmg(Intel)
    ——首次打开若提示「已损坏」,执行 xattr -cr /Applications/RustFox.app 解除隔离(未做 Apple 公证的正常现象,详见使用手册)
  • Linux: rustfox_0.0.3_amd64.deb.AppImage

使用手册:docs/USER_GUIDE.md

安装说明

  • Windows 首次运行如弹 SmartScreen「已保护你的电脑」:更多信息 → 仍要运行。
  • macOS 首次打开若提示「已损坏,无法打开」:应用本身没有损坏,是 Gatekeeper 对未公证应用的拦截。终端执行 xattr -cr /Applications/RustFox.app 后,右键 → 打开即可。
  • 本版本(0.0.3)起内置自动更新:安装后可在「关于 → Check for Updates」检查并一键升级后续版本。

RustFox v0.0.2

Choose a tag to compare

@weihubeats weihubeats released this 15 Aug 18:08

RustFox 0.0.2 分发包

安装包

平台 文件
Windows RustFox_0.0.2_x64-setup.exe(NSIS 安装包)或 RustFox_0.0.2_x64_en-US.msi
macOS Apple Silicon RustFox_0.0.2_aarch64.dmg
macOS Intel RustFox_0.0.2_x64.dmg
Linux RustFox_0.0.2_amd64.deb(另有 .rpm

macOS 首次打开如提示「未受信任开发者」:右键 →「打开」。数据保存在系统数据目录 RustFox/rustfox.db + master.key)。

更新内容

  • 工作区界面重构:设置 / 环境 / 响应 / 测试等面板组件化拆分
  • 修复文件夹 / 项目 / 环境重命名保存失败(主键冲突,改为 upsert)
  • 修复响应示例 id/endpoint_id 存储错位
  • 文档:新增架构文档与示例图,README 重写
  • 版本 0.0.1 → 0.0.2

使用手册:docs/USER_GUIDE.md

RustFox v0.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:03

RustFox 分发包

无需安装 Rust,下载对应平台压缩包解压即用。

  • Windows: RustFox-*-setup.exe(安装包,自动创建开始菜单与桌面快捷方式)或 RustFox-*-windows-x86_64.zip(便携版)
  • macOS: RustFox-*-macos-*.dmg(拖拽安装,推荐)或 RustFox-*-macos-*.zip(内含 RustFox.app,拖入「应用程序」即可)
  • Linux: RustFox-*-linux-*.tar.gz(解压后运行 ./install_linux.sh 添加到应用菜单)

使用手册:docs/USER_GUIDE.md

Full Changelog: https://github.com/weihubeats/ApiRust/commits/v0.0.1