d3ro-voice/bucket/d3ro-voice.json
Yun Chan 856e375f3e
Some checks failed
deploy-site / deploy (push) Failing after 30s
docs(release): record the v1.5.0 publish and download refresh
Notes the canonical feed now serving 1.5.0 (installer hash verified), the
runtime and portable aliases pointing at the same version, and the landing
site reporting commit 5c11ee2 / 1.5.0. Also records that the site's CI
deployment still fails without a Cloudflare API token, so this refresh went
out through an authenticated local deploy, and that the stale-alias bug found
while publishing is fixed and closed.
2026-09-23 16:39:48 +09:00

35 lines
959 B
JSON

{
"version": "1.5.0",
"description": "로컬 AI 음성 어시스턴트 (faster-whisper + Ollama, 100% 오프라인 지원)",
"homepage": "https://d3ro.chanpaca.net",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-1.5.0/D3RO-Voice-1.5.0-x64-portable.7z.001"
],
"hash": [
"7e028887e1f2f9fc1204b53256e909fd3eda5a356ed86362c34b80424bf88c90"
]
}
},
"shortcuts": [
[
"D3RO Voice.exe",
"D3RO Voice"
]
],
"checkver": {
"url": "https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-latest/portable.json",
"jsonpath": "$.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-$version/D3RO-Voice-1.5.0-x64-portable.7z.001"
]
}
}
}
}