fix(release-upload): clear progress timer on upload completion/error and add periodic upload progress reporting

This commit is contained in:
2026-01-09 18:19:30 +00:00
parent 98398e962f
commit 21f7a44a53
2 changed files with 28 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-01-09 - 0.4.1 - fix(release-upload)
clear progress timer on upload completion/error and add periodic upload progress reporting
- Clear the progress interval on response end and on stream/error to avoid leaking timers.
- Track bytesWritten (header + stream chunks + footer) to compute accurate progress percentages.
- Log upload progress (percent and MB) every 10 seconds for visibility.
- Handle stream errors by clearing the progress timer and rejecting with the error.
## 2026-01-09 - 0.4.0 - feat(displays)
add display detection and management (sway) with daemon APIs and UI controls