Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Releases: Deathspike/mangarack

3.1.5

25 Jan 10:40
Compare
Choose a tag to compare
  • Batch: Improved splitting (from CR.js) and allow comments with // or #
  • Ignore corrupted GIFs (we'll have to watch for corruption of entire books for a bit)
  • Enforce XML-compatible characters (certain funky Unicode characters are removed)

3.1.4

04 Jan 11:24
Compare
Choose a tag to compare
  • Do not allow NaN when switching chapter/volume.

3.1.3

04 Jan 10:23
Compare
Choose a tag to compare
  • Stop writing blank strings into ComicInfo.xml.
  • Remove MangaFox title 'Read Online' when it is used as a title

3.1.2

02 Jan 18:14
Compare
Choose a tag to compare
  • Fix 'No Chapter' for certain chapters (#14)

3.1.1

02 Jan 13:31
Compare
Choose a tag to compare
  • Fix MangaFox summary to include spacing.

3.1.0

02 Jan 11:39
Compare
Choose a tag to compare

Additions

  • Added --keep-alive (#13)
  • Added a CLI option to disable the comic book jacket/cover (--jacket).
  • Added a timeout to the request retry mechanism (#5)
  • Added type detection to correctly add reading directions in meta-information.
  • Added 'Surveyed' events at the completion of a series task.
  • Changed persistent saves to occur after each modification.
  • Renamed the normalization filter to generalization (includes options).

Improvements

  • Improved asynchronous control flow for better performance.
  • Improved locking for simplicity and performance.
  • Improved overall source code documentation and naming.

Fixes

  • Fixed request support for redirections (#12)
  • Fixed scanlation-site issue crashing MR (#11)
  • Fixed KissManga incorrect scanner call (#9)
  • Fixed the handling of a series name with a dot-suffix (#6).
  • Fixed a race condition which haunted footer processing (#8)
  • Fixed an issue that resulted in incorrect chapter numbers for 1a, 1b, etc (#3)
  • Fixed an issue that would result in downloading similar chapters and crashing (#3)
  • Fixed --duplication option to be respected and used as intended.
  • Fixed CLI option description for --footer
  • Fixed GZip/Deflate incorrect header check (#1)
  • Fixed Mac/Linux issues running mangarack.
  • Fixed switching implementation to use appropriate compression.
  • Fixed MangaFox image address(es) to correctly grab the latest version.
  • Fixed summary for MangaFox downloads.
  • Fixed switching chapters having old meta information; now rewrites properly.
  • Fixed an issue that would kill a non-empty queue.
  • Fixed an issue that would occur when a series had a dot suffix.
  • Fixed the generalization filter to work as intended.

3.0.16

28 Dec 11:53
Compare
Choose a tag to compare
  • Added a CLI option to disable the comic book jacket/cover (--jacket).

3.0.15

28 Dec 10:40
Compare
Choose a tag to compare
  • Fixed a race condition which haunted footer processing (#8)

3.0.14

27 Dec 19:55
Compare
Choose a tag to compare
  • Fixed the handling of a series name with a dot-suffix (#6).

3.0.13

18 Dec 18:01
Compare
Choose a tag to compare
  • Added a timeout to the request retry mechanism (#5)
  • Fixed an issue that resulted in incorrect chapter numbers for 1a, 1b, etc (#3)
  • Fixed an issue that would result in downloading similar chapters and crashing (#3)