zealot

开源自部署移动应用、 macOS、Linux 和 Windows 应用分发平台,提供 iOS、Android SDK、fastlane 等丰富组件库 | Self-hosted Beta App Distribution for Android, iOS, macOS, Linux and Windows apps

MIT License

Stars
992
Committers
11

Bot releases are hidden (Show)

zealot - 5.2.2 Latest Release

Published by icyleaf 7 months ago

zealot - 5.2.1

Published by icyleaf 7 months ago

zealot - 5.2.0

Published by icyleaf 7 months ago

zealot - 5.1.0

Published by icyleaf 11 months ago

zealot - 5.0.0

Published by icyleaf about 1 year ago

zealot - 4.7.1

Published by icyleaf over 1 year ago

zealot - 4.7.0

Published by icyleaf over 1 year ago

zealot - 4.6.0

Published by icyleaf over 1 year ago

zealot - 4.5.3

Published by icyleaf almost 2 years ago

zealot - 4.5.2

Published by icyleaf almost 2 years ago

zealot - 4.5.1

Published by icyleaf about 2 years ago

zealot - 4.5.0

Published by icyleaf about 2 years ago

zealot - 4.4.1

Published by icyleaf over 2 years ago

zealot - 4.4.0

Published by icyleaf over 2 years ago

zealot - 4.3.1

Published by icyleaf almost 3 years ago

zealot - 4.2.2

Published by icyleaf about 3 years ago

zealot - 4.2.1

Published by icyleaf about 3 years ago

zealot - 4.2.0

Published by icyleaf about 3 years ago

zealot - 4.1.0

Published by icyleaf about 3 years ago

zealot - 4.0.0.rc1 (2020-10-29)

Published by icyleaf almost 4 years ago

变更

  • [Docker] 重大变更 合并 rails 和 worker 到同一镜像部署需要同步更新 zealot-docker 库 #235
  • [Docker] Ruby 升级 2.7 部署
  • [Web] font-awesome 从 4.7.0 升级至 5.13.0,可能会有遗漏的 Icon 显示不正常
  • [Web] 调整邀请邮件的文案
  • [Web] 应用和调试文件下载路径统一到 /download 路径
  • [Web] 在线解析应用需要登录权限
  • [Web] 优化已经删除的或不存在的版本详情地址会自动跳转最新版本
  • [Web] 应用安装和下载逻辑做了调整(主要 iPadOS UserAgent 和 Desktop 一样无法判断)

新功能

  • [Web] 涉及下载文件不存在会提示无法下载
  • [Web] 在线解析支持 .mobileprovision 格式文件以及解析 .ipa 新增开启功能等
  • [Web] 部分系统设置可以使用管理员面板在线修改 #245
  • [Web] 新增游客模式 #243
  • [Web] 支持显示 iOS AdHoc 版本测试设备的名称 #211
  • [Web] 支持解析已上传版本安装包的内容 #210
  • [Web] 支持获取 iOS 设备 UDID 功能 #203
  • [Web] 支持定期数据初始化且有功能限制的演示模式 #198
  • [Web] 上传 App 后在版本详情显示原本应用的名称
  • [Web] 可通过版本、Git 分支、打包类型筛选过滤应用列表
  • [Web] 版本详情最近上传关联 git commit 链接(如果在渠道设置了 git url)
  • [Web] LDAP 登录融合到现有登录界面,不再使用第三方依赖提供的简陋界面
  • [Task] 支持通过 rails 命令管理生成恢复数据备份功能(数据库、上传文件数据)#207
  • [API] 新增检查调试文件是否存在接口 /api/debug_files/version_exist

修复

  • [Web] 修复上传 App 填写变更日志解析报错
  • [Web] 解决版本详情中二维码在中等分辨率会超出父视图
  • [Web] 解决应用渠道一些值为空确没有不显示默认值
  • [Web] 优化在线解析 iOS 包的内容展示(和永远展示假数据的问题)
  • [Web] 解决版本详情在使用 fastlane-plugin-ci_changelog 生成的变更日志没有展示提交者信息
  • [Web] 修复并优化检查新版本逻辑
  • [Web] 修复删除调试文件确认弹窗信息获取为空
  • [Web] 优化版本详情设备列表在一些手机的显示方式
  • [Web] 修复解析应用在不传参数提交的报错
  • [Web] 优化版本列表在手机查看
  • [Web] 渠道版本的最近上传动态仅显示底部分页,上部改为版本总数
  • [Web] 修复管理员编辑用户留空密码提示不能为空
  • [Web/API] 修复在线下载和安装版本不存在时会采用最新版本
  • [Web] 修复游客模式登录界面会显示边栏菜单
  • [Web] 修复上传同一应用同一平台调试文件总是会被覆盖的问题
  • [Web] 系统设置页面优化对布尔类型、字典类型的显示
  • [Task] 修复定时任务来清理老版本时因版本判断错误发生的误删版本
  • [Docker] 修复因为 volume 存储 public 文件夹造成内部静态资源不会更新
  • [Docker] 容器内的版本和外部不一致