Releases: gezihua123/phonefast
Releases · gezihua123/phonefast
Release list
v1.0.12
phonefast v1.0.12
📦 平台支持
| 平台 | 架构 | 文件 |
|---|---|---|
| Linux | amd64 | phonefast-1.0.12-linux-amd64.tar.gz |
| Linux | amd64 | phonefast-1.0.12-linux-amd64-full.tar.gz (自包含, OCR 内嵌) |
| Linux | arm64 | phonefast-1.0.12-linux-arm64.tar.gz |
| macOS | arm64 (Apple Silicon) | phonefast-1.0.12-darwin-arm64.tar.gz |
| macOS | arm64 (Apple Silicon) | phonefast-1.0.12-darwin-arm64-full.tar.gz (自包含, OCR 内嵌) |
| Windows | amd64 | phonefast-1.0.12-windows-amd64.tar.gz |
🔧 特性
- CGO 静态链接 FFmpeg libavcodec (H.264 硬件解码)
- x86_64: SSE/AVX/AVX2 SIMD 加速 (nasm asm-on)
- ARM64: NEON 优化 (内建于 clang/gcc)
- 单文件分发 (jar 内嵌, 即下即用)
-full版本: ONNX Runtime 内嵌, 零依赖部署 (macOS arm64 / Linux amd64)
Full Changelog: v1.0.11...v1.0.12
v1.0.11
phonefast v1.0.11
📦 平台支持
| 平台 | 架构 | 文件 |
|---|---|---|
| Linux | amd64 | phonefast-1.0.11-linux-amd64.tar.gz |
| Linux | arm64 | phonefast-1.0.11-linux-arm64.tar.gz |
| macOS | arm64 (Apple Silicon) | phonefast-1.0.11-darwin-arm64.tar.gz |
| Windows | amd64 | phonefast-1.0.11-windows-amd64.tar.gz |
🔧 特性
- CGO 静态链接 FFmpeg libavcodec (H.264 硬件解码)
- x86_64: SSE/AVX/AVX2 SIMD 加速 (nasm asm-on)
- ARM64: NEON 优化 (内建于 clang/gcc)
- 单文件分发 (jar 内嵌, 即下即用)
Full Changelog: v1.0.10...v1.0.11
v1.0.10
phonefast v1.0.10
📦 平台支持
| 平台 | 架构 | 文件 |
|---|---|---|
| Linux | amd64 | phonefast-1.0.10-linux-amd64.tar.gz |
| Linux | arm64 | phonefast-1.0.10-linux-arm64.tar.gz |
| macOS | arm64 (Apple Silicon) | phonefast-1.0.10-darwin-arm64.tar.gz |
| Windows | amd64 | phonefast-1.0.10-windows-amd64.tar.gz |
🔧 特性
- CGO 静态链接 FFmpeg libavcodec (H.264 硬件解码)
- x86_64: SSE/AVX/AVX2 SIMD 加速 (nasm asm-on)
- ARM64: NEON 优化 (内建于 clang/gcc)
- 单文件分发 (jar 内嵌, 即下即用)
Full Changelog: v1.0.9...v1.0.10
v1.0.7
更新内容
- 94e8036 chore: bump version to 1.0.7
- 00e5772 chore: align release title with tag format vX.Y.Z
- ddd7fd8 chore: bump version to 1.0.6
- 2c569e9 chore: clean dist/ before build in release.sh
- d113548 chore: bump version to 1.0.5
- 830f380 fix: build scrcpy-server.jar before Go binary in release.sh
- 7dc7a3c chore: bump version to 1.0.4
- 0447ff8 fix: rewrite UISocketHandler read loop to avoid Android 14 LocalSocket 4-byte limit
- f99db71 fix: use targeted sed for version bump to avoid side effects
- 7ac5b6f chore: bump version to 1.0.3
- 9318131 chore: bump version to 1.0.2
- 7ab2447 fix: correct CLI docs and SKILL.md commands, add help/--help/-h support
- 4edb045 docs: add CLI usage manual (CLI.md) and project doc index (CLAUDE.md)
- 795269e chore: bump install_pkg.sh version to 1.0.1
- 03ee8f6 feat: summary mode class name simplification + build script fixes
- 231bd81 chore: add /phonefast to gitignore
- 0a89343 chore: remove built binary, add to .gitignore
- 647cbb6 feat: add summary mode with layout filtering + configurable max elements
- c82a4a6 update
- 65ada2f refactor: move SKILL.md to repo root, simplify frontmatter to skills.sh standard
全平台预编译二进制,内含 scrcpy-server.jar,单文件部署即用。
v1.0.1
- Update the logic of dump xml max elements .