Skip to content

FanFicFare v4.5.0

Compare
Choose a tag to compare
@JimmXinu JimmXinu released this 25 Aug 14:13
· 1037 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:

  • (Known issue: #729 - wuxiaworld.site has changed)
  • Update translations.
  • Fix for lazyload images in base_xenforoforum_adapter
  • Keep existing series/anthology URL during update for config purposes.
  • Allow chapter URLs for adapter_webnovelcom.
  • Shift adapter_fictionmaniatv to http, problems with https server?
  • Change blockfilecache to save uint32 addrs instead of original cache key. Hashing cache key proved unreliable in some cases.
  • Allow fictionpress.com with use_browser_cache--user still needs to configure in personal.ini Closes #716