This repository has been archived by the owner on May 1, 2022. It is now read-only.
Releases: Deathspike/mangarack
Releases · Deathspike/mangarack
3.1.5
- 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
- Do not allow NaN when switching chapter/volume.
3.1.3
- Stop writing blank strings into
ComicInfo.xml
. - Remove MangaFox title 'Read Online' when it is used as a title
3.1.2
- Fix 'No Chapter' for certain chapters (#14)
3.1.1
- Fix MangaFox summary to include spacing.
3.1.0
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
- Added a CLI option to disable the comic book jacket/cover (
--jacket
).
3.0.15
- Fixed a race condition which haunted footer processing (#8)
3.0.14
- Fixed the handling of a series name with a dot-suffix (#6).
3.0.13
- 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)