Skip to content

Release v2.7.1 - 2026-04-24

Choose a tag to compare

@MarSeventh MarSeventh released this 24 Apr 09:45
· 128 commits to main since this release

CloudFlare-ImgBed v2.7.1

  • Added Cloudflare Workers deployment method, supporting one-click deployment via GitHub Actions

Important

Starting from v2.7.1, frontend build output has been moved to the frontend-dist directory. Cloudflare Pages users need to manually update the build configuration:

  1. Go to Cloudflare Dashboard → Your Pages project → SettingsBuild
  2. Edit Build configuration, change Build output directory from / to /frontend-dist
  3. Save and redeploy

Docker and Workers users are not affected.


  • 新增 Cloudflare Workers 部署方式,支持通过 GitHub Actions 一键部署

Important

自 v2.7.1 版本起,前端构建产物已迁移至 frontend-dist 目录。Cloudflare Pages 用户需要手动修改构建配置:

  1. 前往 Cloudflare Dashboard → 您的 Pages 项目 → 设置构建
  2. 编辑构建配置,将构建输出目录/ 修改为 /frontend-dist
  3. 保存后重新部署

Docker 用户和 Workers 用户无需操作。