Release 1.0.4
ZenDownloader currently only supports Windows and Debian based Linux (AMD, Intel).
Visit the readme for information on installing: Installing
Update Info:
Added a quick download complete check for cached downloads in the video downloader.
- happens before anything else with the temporary quality.
Fixed the update windows Deny Update button still being usable if the latest is already installed.
The .exe update now launches after it's been downloaded if pressing the Finish button.
- else it just opens the folder.
Fixed seasons not adding a 0 to file & folder names sometimes.
Download Improvements
Added options to disable different asset updates.
AssetUpdaterView is now AssetUpdaterWindow.
Added a new user_agents.txt that downloads in the asset updater.
- used so i can update them easier since useragents seem to be the main reason for failure.
You can now click checkbox options text to toggle.
Added a new "Simple Mode" to the video downloader.
- This mode only uses selenium to get the qualities.
- Results in a much faster download experience.
- If it fails 5 times (which would be fast) it defaults to the original way.
- Doesn't work in movie mode atm.
- Really happy about this.
Database Window's description is now just a scrollable text.
- added the option to copy the description & name on right click.
- I did this because having to click around it to get to series details was annoying.
Added a search bar to download confirm.
- you can search by an episode name or the seasons name
- works with numbers too
Fixed sorting for episodes & seasons that have mixed cases.
Episode sorting now puts Film, Movie & OVA first respectively.
Database Window's search bar now focuses on launch.
Download Confirms search bar now focuses on launch.
Download Confirm now has sections for Movies & OVAs.
- based on if the episde names contains the keywords: "movie", "film" or "ova"
Download Confirms movie mode now just has one section called Movies
Fixed light modes hover color.
Download Confirm's row colors now follow everything else.
Added a "Shift Mode" to the Download Confirm Window.
- holding shift now allows you highlight episodes.
- the first index is going to be the first episode you highlight.
This means that when selecting anything else below or above the first highlighted episode, it selects everything from that point.
- After you have highlighted some episodes, a new button to select them all will appear and select what you highlighted.
- Also added a button to clear them.
- I wanted to make this simpler, but when holding shift, you can't scroll. I needed to add a button to select everything.
Download Confirm Episodes List now fills the remaining height.
- also added a scroll bar to it.
- I completely forgot to add the new changes to this window