Mainly a bugfix release.
- Fixed simultaneous downloads (issue #985)
- Fixed crash when adding a text file if there are non existing (issue #983)
- Fixed crash caused by disabling the log tab (issue #980)
- Fixed page count calculation getting invalid values (issue #979)
- Fixed the %num% token to work in subfolders (issue #978)
- Use natural sorting when determining the next %num% (issue #978)
- Fixed unique filename warning to not show when %num% is used (issue #978)
- Confirm before deleting all downloads (issue #974)
- Fixed updater still launching the main window (issue #970)
- Make relative position to the actual valid images (issue #968)
- Moved image blacklist validation to validateImage method (issue #968)
- Use direct write instead of in memory for batch downloads (issue #963)
- Reduced max load size from 200 to 50MB (issue #954)
- Added error label in image window for loading failures (issue #881)
- Fixed pause/resume during batch downloads (issue #855)
- Added setting to show tag count in image window (issue #762)
- Fixed progress bar for animated images stuck at 0 in image window
- Fixed blacklist detection in tabs
- Fixed wiki not updating when switching tabs
- Fixed Danbooru 2.0 wiki regex
- Fixed tag list not working on non-regex API sources
- Fixed tag sorting in main window
- Fixed double count for paused images
- Show initialization logs in log tab
- Added colors to the log tab
- Lots of code simplification, extraction and factorization