Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
Fixes #5 - thanks Stack Overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Dec 28, 2020
1 parent e817e79 commit f33eb32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Head over to our [release page](https://github.com/FurryBotCo/E621Downloader/rel

### Known Bugs
- [x] [Fix Windows not working](https://github.com/FurryBotCo/E621Downloader/issues/3)
- [x] [Fix cache parsing issue](https://github.com/FurryBotCo/E621Downloader/issues/5)
- [x] Fix download progress bar going in reverse (??) when you run a second run after one finished (it seems like it has some issues resetting the progress bar)
- [ ] Fix on-application progress bar (it apparently broke?)
- [x] [Fix cache parsing issue](https://github.com/FurryBotCo/E621Downloader/issues/5)
^ this is a pretty big issue but I have NO CLUE how it's happening or how to fix it
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"cli-progress": "^3.8.2",
"commander": "^6.2.1",
"deasync": "^0.1.21",
"e621downloader.js": "^1.0.18",
"e621downloader.js": "^1.0.21",
"electron-squirrel-startup": "^1.0.0",
"electron-window-state": "^5.0.3",
"express": "^4.17.1",
Expand Down

0 comments on commit f33eb32

Please sign in to comment.