Skip to content

FanFicFare v4.25.0

Compare
Choose a tag to compare
@JimmXinu JimmXinu released this 03 Jul 20:39
· 365 commits to main since this release

Installation instructions:

Calibre Plugin:

Install attached plugin zip file, or use Calibre's 'Get plugins' feature.

Command line interface:

FanFicFare is delivered as a pip Python package.

pip install FanFicFare
or
pip install --upgrade FanFicFare
...to update.

(pip will automatically install dependencies.)

Run fanficfare -h from command-line.

Changes:

  • Fix for make_firstimage_cover causing embedded image to also use cover.jpg.
  • adapter_wuxiaworldxyz: Paginated TOC
  • Add use_workskin option for AO3 (& squidgeworld). PR#967, thanks niacdoial
  • Make Rejects List Note column orderable.
  • fix_relative_text_links fix for #anchors doesn't handle '.' in id. Fixes #966 refer #952
  • AO3 Check for hidden work after login.
  • adapter_storiesonlinenet: Login now has a hidden token. - #962 Thanks, mvlcek
  • Allow for href='' in fix_relative_text_links processing.