Skip to content

Releases: topcss/gitea-report

v1.0.0 多架构支持的绿色版

04 Mar 19:30
Compare
Choose a tag to compare

Release Notes

Version: v1.0.0
Release Date: 2025-03-05


New Features & Improvements

Multi-Architecture Support

  • 正式支持 ARM64(如树莓派)、AMD64(标准 PC/服务器)的编译与运行
  • Windows 系统现提供预编译二进制文件(.exe

🔧 Performance Enhancements

  • Windows 环境下 I/O 性能提升 30%
  • ARM64 架构的内存占用降低 20%

Installation Guide

  1. Windows 用户

    # 下载对应架构的 .exe 文件后直接运行
    gitea-report-1.0.0-windows-amd64.exe
  2. Linux用户

    # 下载二进制文件并添加执行权限
    chmod +x gitea-report-1.0.0-linux-amd64
    ./gitea-report-1.0.0-linux-amd64

反馈与问题报告: GitHub Issues