chore(release): 1.3.6
Some checks failed
deploy-site / deploy (push) Failing after 1m37s
release / release-windows (push) Failing after 6m6s
portable-unsigned / portable-windows (push) Failing after 18m52s

This commit is contained in:
Yun Chan 2026-09-18 20:58:52 +09:00
parent 27facb8569
commit 6766cb8c8e
23 changed files with 55 additions and 42 deletions

View file

@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Cloud-optional backup (encrypted, opt-in)
- Plugin system for custom pipelines
## [1.3.6] - 2026-09-18
### Fixed
- **Installing the local speech engine always failed** with a hash mismatch, leaving local
transcription unusable. The downloaded parts were checked against bytes counted from the
network stream, while the joined archive was checked against what was actually written to
disk, so a truncated write passed part verification and only surfaced later as an archive
mismatch with no usable diagnostic. Every check now reads the file on disk, the joined
archive is size-checked before hashing, mismatch errors report the actual and expected
values, and a failed part is discarded and retried up to three times.
## [1.3.5] - 2026-09-18
### Fixed