Skip to content

Releases: MALossov/zenblock

v1.3.0

29 Dec 22:29

Choose a tag to compare

🎉 What's New in v1.3.0

📝 Changes since v1.2.0

  • \feat: add v1.3.0 features - achievements, stats cards, and data export (fdeeb06)
  • chore: bump version to 1.3.0 (27ddfd9)
  • fix: 更新 Docker Hub 登录步骤以使用环境变量映射 secrets (372b8af)
  • fix: 使用 DOCKER_USERNAME secret 作为 Docker Hub 用户名而不是 GitHub 用户名 (9ccf264)
  • feat: 使 Docker Hub 推送变为可选,fork 后默认只推送到 GHCR (b6b50a7)
  • refactor: 使用动态镜像名以支持 fork 项目 (05617af)
  • fix: GHCR 镜像名改为小写以符合要求 (6d131f7)

🐳 Docker Images

Docker Hub

docker pull malossov/zenblock:v1.3.0
docker pull malossov/zenblock:latest

GitHub Container Registry

docker pull ghcr.io/malossov/zenblock:v1.3.0
docker pull ghcr.io/malossov/zenblock:latest

🚀 Quick Start

docker run -d \
  --name zenblock \
  -p 3000:3000 \
  -v ./zenblock-data:/app/data \
  malossov/zenblock:v1.3.0

📦 Supported Platforms

  • linux/amd64 - x86_64 architecture
  • linux/arm64 - ARM64 architecture (Apple Silicon, Raspberry Pi, etc.)

📚 Documentation

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Dec 21:58

Choose a tag to compare

🎉 What's New in v1.2.0

📝 Changes since v1.1.3

  • chore: bump version to 1.2.0 (0bd378f)
  • fix: 修复 workflow_dispatch 触发时 Docker 镜像标签丢失问题 (96b2fce)
  • fix: 修复 create-release job 在 workflow_dispatch 时被跳过的问题 (e14807e)
  • chore: 删除 VERSION_HISTORY.md,使用 GitHub Release 作为版本历史 (57aec0a)

🐳 Docker Images

Docker Hub

docker pull malossov/zenblock:v1.2.0
docker pull malossov/zenblock:latest

GitHub Container Registry

docker pull ghcr.io/malossov/zenblock:v1.2.0
docker pull ghcr.io/malossov/zenblock:latest

🚀 Quick Start

docker run -d \
  --name zenblock \
  -p 3000:3000 \
  -v ./zenblock-data:/app/data \
  malossov/zenblock:v1.2.0

📦 Supported Platforms

  • linux/amd64 - x86_64 architecture
  • linux/arm64 - ARM64 architecture (Apple Silicon, Raspberry Pi, etc.)

📚 Documentation

Full Changelog: v1.1.3...v1.2.0

v1.1.0

29 Dec 15:47

Choose a tag to compare

🎉 What's New in v1.1.0

🚀 Initial Release

This is the first release of ZenBlock!

🐳 Docker Images

Docker Hub

docker pull malossov/zenblock:v1.1.0
docker pull malossov/zenblock:latest

GitHub Container Registry

docker pull ghcr.io/malossov/zenblock:v1.1.0
docker pull ghcr.io/malossov/zenblock:latest

🚀 Quick Start

docker run -d \
  --name zenblock \
  -p 3000:3000 \
  -v ./zenblock-data:/app/data \
  malossov/zenblock:v1.1.0

📦 Supported Platforms

  • linux/amd64 - x86_64 architecture
  • linux/arm64 - ARM64 architecture (Apple Silicon, Raspberry Pi, etc.)

📚 Documentation