Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
data.zip | 2025-07-19 | 10.6 MB | |
Kemono Downloader v6.1.0 source code.tar.gz | 2025-07-18 | 13.2 MB | |
Kemono Downloader v6.1.0 source code.zip | 2025-07-18 | 13.2 MB | |
README.md | 2025-07-18 | 3.0 kB | |
Kemono.Downloader.exe | 2025-07-18 | 66.4 MB | |
Totals: 5 Items | 103.5 MB | 0 |
🚀 Version 6.1.0
This is a significant maintenance release that introduces powerful new features for managing duplicates and download queues, fixes a wide range of bugs, and improves UI consistency and stability.
✨ New Features & Enhancements
- Advanced Duplicate Control: A new "Keep Duplicates" dialog has been added.
- Skip by Hash (Default): The standard behavior of skipping any file with identical content.
- Keep Everything: Download all file entries, even if identical. Includes a limit feature to specify how many copies to save per post. A warning appears in the log when this mode is enabled.
- Persistent Download Queues: The session system now remembers the full waiting queue and restores it after a restart, along with active creator progress.
- Revamped Support Dialog:
- Redesigned for a cleaner, more professional look.
- Added a Buy Me a Coffee link.
- Official logos for Ko-fi, GitHub Sponsors, and Buy Me a Coffee are now displayed next to each link.
Bug Fixes
Session & Restore
- Fixed a bug where restoring an interrupted session wouldn’t correctly skip previously downloaded posts.
- Failed files from previous sessions now appear in the Error Dialog on startup.
- Retrying files from the Error Dialog now removes them from
session.json
. - Failed file lists now persist correctly across multiple-creator queues.
- Settings from "More" and "Keep Duplicates" dialogs are now saved and restored properly.
UI & Scaling
- All dialogs (Error, Known Names, Extracted Links) now respect UI Scale settings.
- Tooltips now scale font size with the UI.
Downloading & Filtering
- Fixed a major bug where "Scan Content for Image" missed images when Manga Mode was active with character file filters.
- HTTP 500 errors and other non-retryable issues now appear in the Error Dialog.
Logging & Display
- Fixed log formatting so each message appears on its own line.
- Restored two-panel log display. External links now show in the secondary panel.
- "Only Links" mode now features cleaner headers, separators, and clickable hyperlinks.
General Stability
- Fixed crashes due to
NameError
,SyntaxError
, andIndentationError
. - The Reset button now correctly clears "Keep Duplicates" and resets
session.json
. - "More" and "Keep Duplicates" controls are disabled during active downloads.