036ef743625a5b39eccbaccd113924a32f0c1335
The window title was always 'AeroFetch' regardless of activity, so screen readers and taskbar previews couldn't tell whether downloads were running. The taskbarProgress IPC handler (which already fires on each progress tick) now calls mainWindow.setTitle() alongside setProgressBar/setOverlayIcon: - Idle: 'AeroFetch' - Downloading: 'AeroFetch -- N downloads active' - Error: 'AeroFetch -- Error' This reuses the same overlay badge label string so the text is consistent between the taskbar tooltip and the title bar. typecheck + 242 tests green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
Releases
9
AeroFetch v0.7.3
Latest
Languages
TypeScript
99.5%
JavaScript
0.3%
CSS
0.1%