Skip to content

Releases: browningluke/mangathr-legacy

v0.2.0

06 Sep 00:40
Compare
Choose a tag to compare

Info

v0.2.0 improves the install time, by removing dependence on an old SQLite library. The new implementation should install faster and offer a smaller file size.

NOTE: This update breaks previous database files. Please delete the previous database at ~/.mangathr/database.sqlite before use.

Features for 0.2.0

  • Replaced sqlite & sequelize with better-sqlite.
  • Imports now use named modules.
  • Redundant RSS parser dependency has been removed.
  • Implemented unit testing for all non-UI components.

Bugfixes

  • Fixed Mangasushi not find chapters correctly.
  • Fixed Webtoons crashing on GDPR gate.
  • Fixed Scraper generating incorrect GET url params.

v0.1.0

28 Aug 05:55
Compare
Choose a tag to compare

Info

v0.1.0 will be the first release of Mangathr. It will be deemed to have enough functionality to be useful and usable.

Features for 0.1.0

  • Change main database to sqlite
  • Add support for MangaDex V5
  • When updating, display which plugin is being used
  • Change user data directory to ~/.mangathr
  • Implement proper argument parsing
  • Change list command to manage
  • Add delete [id] command
  • Add clean list command
  • Download multiple pages simultaneously
  • Available on npm

Bugfixes

  • Fixed error printed to console when exiting with SIGINT.
  • Bounded column width to prevent text overflowing in terminal.