Skip to content

Commit ae36f32

Browse files
committed
docs: update changelog with probed info fix
1 parent 22ce4cf commit ae36f32

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,19 @@
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

0 commit comments

Comments
 (0)