File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1212- Cookies are persisted in the database and survive app restarts, pause/resume, and crash recovery
1313- Applied on all HTTP requests: URL probing (HEAD/GET), and every download segment
1414
15- ### 🔧 Internal
15+ ### � Bug Fixes
16+
17+ ** Download Info Immediately Visible**
18+ - "Download Later" now correctly shows the probed filename and file size in the download list
19+ - Previously, downloads showed a URL-extracted name (or UUID-like string) until actually started
20+ - Fixed by emitting ` DownloadUpdated ` event after applying probed metadata (filename, size, final URL)
21+ - Applies to both single downloads and batch imports
22+
23+ ** Firefox Addon Validation**
24+ - Replaced ` innerHTML ` with safe DOM APIs in toast notification
25+ - Eliminates "Unsafe assignment to innerHTML" validation warning
26+
27+ ### �🔧 Internal
1628
1729- Added ` cookies ` permission and ` <all_urls> ` host permission to browser extension manifest
1830- Extension reads cookies via ` browser.cookies.getAll() ` and formats as standard ` Cookie ` header
You can’t perform that action at this time.
0 commit comments