Release v1.1.0
What's Changed
- File Types: Added Comicbook Archive file types such as
.cbz
,.cb7
. See PR#26 by @feahnthor. - Columns: Introduced new columns to the novel table and rolled out update mechanisms for ComicbookArchive. Refer to PR#27 by @feahnthor.
- Renaming: Adjusted column names in the novel table (
FileType
tofile_type
, etc.). Dive into PR#29 by @feahnthor for details. - Documentation: Launched a dedicated Documentation project. Future home will be here.
- Issue: Addressed and resolved Issue#14.
- Update Behavior: Altered update mechanisms to be based on the original file creation method.
-- Cross-Platform Support:Benny-Scraper
is now fully cross-platform. We've tested and verified complete functionality on Windows, Linux, and MacOS.
--**
Resolved Bugs
- Novel Updates: Rectified update methods for all Novel types. A heads up to users: Ensure you run the
Benny-Scraper -l
command to validate your file types. If a novel isn't updating as expected, double-checkfile_type
,saved_file_is_split
, andsave_location
parameters. UseBenny-Scraper -novel-info-by-id
along with the novel's ID to verify the details. - Lightnovelworld: updates will now work for lightnovelworld, resolving issues with stale urls stored in the database #25
Cross-Platform Compatibility
Benny-Scraper
is now fully cross-platform! After extensive testing, we've ensured complete functionality 8d94864 on:
- Windows
- Linux
- MacOS
Whether you're on a Windows PC, a Linux workstation, or a Mac, you can seamlessly use Benny-Scraper
without a hitch.
Full Changelog: v1.0.0...v1.1.0
What's Changed
- Dev by @feahnthor in #26
- Added new columns to the novel table and implemented Update for ComicbookArchive by @feahnthor in #27
- rename to columns in novel table, FileType => file_type, SavedFileIsS… by @feahnthor in #29
Full Changelog: v1.0.0...v1.1.0