V3.0.0 #210
crocodilestick
announced in
Announcements
V3.0.0
#210
Replies: 1 comment
|
Any updates on the Prowlarr integration? Really can't wait for this addition. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version 3.0.0 - CWA Reborn 🚀 No Longer EPUB only, Lots of New Tools & Features, Granular User Control & no more DockerMod required! 🤩✨
Release V3.0.0 Changelog
🚨 NOTE TO NEW USERS / USERS SWITCHING FROM CW / THOSE UPDATING 🚨
For those planning to use the same config dir as their existing CW instance, that is totally supported however CW store's the applications port in it's
app.db, so when switching you'll need to initially boot up CWA with the same port as your old CW instanceCalibre, Calibre-Web and CWA are all SQLite3 based applications and as a result don't like being run over network shares (especially NFS)
Users migrating from older versions of CWA that encounter errors with their
cwa.dbwhen updating are recommended to delete their existingcwa.dbin their config bind.--- services: calibre-web-automated: image: crocodilestick/calibre-web-automated:latest container_name: calibre-web-automated environment: # Only change these if you know what you're doing - PUID=1000 - PGID=1000 # Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - TZ=UTC volumes: # CW users migrating should stop their existing CW instance, make a copy of the config folder, and bind that here to carry over all of their user settings ect. - /path/to/config/folder:/config # This is an ingest dir, NOT a library one. Anything added here will be automatically added to your library according to the settings you have configured in CWA Settings page. All files placed here are REMOVED AFTER PROCESSING - /path/to/the/folder/you/want/to/use/for/book/ingest:/cwa-book-ingest # If you don't have an existing library, CWA will automatically create one at the bind provided here - /path/to/your/calibre/library:/calibre-library ports: # Change the first number to change the port you want to access the Web UI, not the second - 8083:8083 restart: unless-stoppedNew Features 🔥
Complete App-Wide Multi-Format Support, No Longer Just EPUB! 🌍
Power to the People ✊ More User Configurable than ever before!
NEW SERVICE - EPUB Fixer Service - Say Goodbye to failed Send-to-Kindle runs! 👋✈️
Ever had it where you're super excited to start reading your next book but for some reason, Amazon's Send-to-Kindle service just keeps rejecting it? Well no more!
Originally developed by innocenat, this tool corrects the following potential issues for every EPUB processed by CWA:
<body>with ID hash.<img>tags with no source field.This ensures maximum comparability for each EPUB file with the Amazon Send-to-Kindle service and for those who don't use Amazon devices, has the side benefit of cleaning up your lower quality files!
Enabled by default but can be toggled in settings.
Files processed by the EPUB-Fixer service are by default automatically backed up to
/config/processed_bookshowever this can also be toggled in the settings.Bulk processing of whole library with progress tracking available in the Admin Panel
Available via both the Web UI and CLI
Major Improvements to the CWA Convert Library Service 🔃✨
/config/log_archiveand can be accessed, read and downloaded all through the Web UI using the "RUN ARCHIVE" button in the Web UINew Metadata Provider! - ibdb.dev / ISBNDb - Thanks to @chad3814!
New Sever Stats Page 📊
Major Changes 🍂
Updated to Latest CW Base Version 🆙
DockerMod No Longer Required! ⛓️💥
CWA Ingest & Auto-Convert are now ADDITIVE by default, rather than replacing existing entries / files 🤝
Bug Fixes
Other Improvements
Homepage
Settings Panel Improvements
Convert Library
Misc
Coming Soon 🌄:
This discussion was created from the release V3.0.0.
All reactions