Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@feahnthor feahnthor released this 30 Oct 04:11
· 55 commits to master since this release
536fa2d

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 to file_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

  1. 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-check file_type, saved_file_is_split, and save_location parameters. Use Benny-Scraper -novel-info-by-id along with the novel's ID to verify the details.
  2. 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