Skip to content

Commit

Permalink
Fix pause issues (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity authored Apr 3, 2024
1 parent a2423ea commit 9b5f4a8
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 1,208 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.4.1 (2024-04-03)

- Fix issue where pausing a download won't pause it
* This can happen if you pause right after starting a download where internally we pause then resume after
internal handlers are set. Now we'll track if the user has paused and will not auto-resume after.

# 2.4.0 (2024-03-30)

- Fix readme. Should be `ElectronDownloadManager`
Expand Down
Loading

0 comments on commit 9b5f4a8

Please sign in to comment.