Release Version 2.0 Changelog
New Features
- Enhance Images: If enabled, this will run an image enhancement algorithm (documentation) on all images in a CBZ and all files in a directory. Also added to Single File features.
- File Manager: Full drag and drop file management with the abilty to move, rename, and delete files.
- Loading Indicator: Loading indicator added to show acrtivity during large directory/file load (Issue #9)
- Select Directory Icon: Added an icon to allow directory selection without navigating into directory (Issue #7)
- Disable Input During Processing: Disable editing path input while process is running (Issue #6)
- Updated Icons: Added distinct icons for PDF files and added color to directory icons for better visual separation (Issue #5)
Back End Updates
- Explicit Alpha-Numeric Sorting: Ensure directory/file listings are Alpha-Numeric sorted (Issue #8)
- Enable Sub-Directory Traverse for CBZ Convert: Added the ability to enable processing of sub-directories when converting all CBR/RAR to CBZ. This is disabled by default.
- Extracted Functions: Extracted more functions to
helper.py
to refine logic and reuse elsewhere.
Full Documentation
With the 2.0 release, full documention and install steps have moved to Gitbook.io
Docker Deploy
Docker images are updated for image: allaboutduncan/comic-utils-web:latest
- Re-pull and Update Image to deploy
- Update your Docker Compose: Mapping the
/config
directory is required now to ensure that config settings are persisted on updates. - First Install: On the first install with new
config
settings, visit the config page, ensure everything is configured as desired.- Save your Config settings
- Click the Restart App button
Screenshots
File Manager
Image Enhance Example
Full Changelog: v1.2...v2.0.0