Skip to content

Release v2.0.0-beta.3

Choose a tag to compare

@github-actions github-actions released this 05 Dec 07:10
· 41 commits to v2.0.0-test since this release

自 v2.0.0-beta.2 以来的变更:

  • feat: 添加演示账户和演示数据,完善项目文档 (f982d6a)
  • Add footer with creator information to README (1550e51)
  • Update README.md (4091e3e)
  • Update README.md (4f8823c)
  • docs: expand contributing guidelines and improve documentation structure (50d9d71)
  • docs: improve README formatting and spacing (c454db6)
  • docs: simplify README formatting and improve content structure (50fcc5a)
  • docs: update roadmap and documentation sections with more realistic goals (0f0c68b)
  • Update README.md (520e2af)
  • Update README.md (a8e6759)
  • docs: restructure README with improved layout and formatting (f961e6a)
  • docs: redesign README with improved visual hierarchy and content structure (0e00514)
  • Update README.md (318e836)
  • docs: add comprehensive documentation and guidelines (8f11349)
  • Update README.md (5d28f06)

📦 下载说明

构建产物

  • xcodereviewer-frontend-*.tar.gz: 前端构建产物(用于生产部署)
  • xcodereviewer-backend-*.tar.gz: 后端源码包
  • xcodereviewer-docker-*.tar.gz: Docker 配置文件
  • xcodereviewer-source-*.tar.gz: 完整源码包
  • checksums.txt: 文件校验和

Docker 镜像

  • Frontend: ghcr.io/lintsinghua/xcodereviewer-frontend:v2.0.0-beta.3
  • Backend: ghcr.io/lintsinghua/xcodereviewer-backend:v2.0.0-beta.3

快速部署

# 使用 Docker Compose 部署
docker-compose up -d

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3