11
0

- Update 3.16.0:

- New Site: archive.hpfanfictalk.com (eFiction non-base)
  - Reduce debug output in base_xenforoforum_adapter.
  - Add replace_xbr_with_hr feature.
  - Update translations.
  - Fix for adapter_storiesonlinenet requiring 'v' from
    login.php.
  - Add more domains for AO3.
  - Use storyUrl from metadata for checking library, for
    those sites that make canonical storyUrl difficult, like
    adapter_literotica. Closes #461. Plugin only.
  - Optional EPUB 3.0 output

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=37
This commit is contained in:
2020-03-02 17:36:35 +00:00
committed by Git OBS Bridge
parent 6a22be3dfe
commit f9cbc880c6
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 2 18:34:01 CET 2020 - Matej Cepl <mcepl@suse.com>
- Update 3.16.0:
- New Site: archive.hpfanfictalk.com (eFiction non-base)
- Reduce debug output in base_xenforoforum_adapter.
- Add replace_xbr_with_hr feature.
- Update translations.
- Fix for adapter_storiesonlinenet requiring 'v' from
login.php.
- Add more domains for AO3.
- Use storyUrl from metadata for checking library, for
those sites that make canonical storyUrl difficult, like
adapter_literotica. Closes #461. Plugin only.
- Optional EPUB 3.0 output
-------------------------------------------------------------------
Mon Jan 20 20:38:40 CET 2020 - Matej Cepl <mcepl@suse.com>