Release Version 3.4 Change Log
New Features
- Free-Form Image Crop - when editing a CBZ file, you can now click and drag to free-form crop an image in the UI. Click to draw your area, SPACE to move the area and SHIFT to maintain typical comic page proportions.
- GCD Database Support - connect to a locally running copy of the Grand Comics Database (GCD) to add metadata to your comics. Don't have a locally running copy, we'll show you how to set one up.
- ** Custom Naming Patterns** - In Settings, you can now define how you'd like files to be rename using variables like {Series}, {Issue}, {Year}, etc. Resolves Issues #22 and #23
- PREV & NEXT Buttons - when viewing comic metadata in the file manager, you can now navigate to the Previous or Next Issue from within the modal window.
- Version Info - added an update reminder / version info in the header. If you aren't running the most current version, an icon will show in the header letting you know an update is available.
Backend Improvements
- Refined Container Permissions - resolved '\temp' and '\template' issues related to non-root user support. Resolves Issue #11
- RAR File Detection - Sometimes CBZ files are simply RAR files with the extension changed. If the app encountered these during file extraction, the process would fail. Logic has been added so that if a CBZ file fails to unzip - an attempt will be made to unpack using RAR instead and the file will be converted toa valid CBZ/ZIP on completion.
- Optional Debug Info - more debug logging has been added, but is disabled by default. If you submit any issues, please ensure you have enable debug logging (in Settings) and submit that info as well.
- Added .webp Support - processing files with .webp images could result in deletion of images if they were .webp format. Closes Issue #24
Full Documentation
- Full documentation and install steps are available on Gitbook.io
Docker Deploy
Docker images are updated for image: allaboutduncan/comic-utils-web:latest
- Re-pull and Update Image to deploy
- Optional: Additional Changes and Services need to be configured and deployed for GCD Database support