forked from pool/python-fanficfare
Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
.osc
|
.osc
|
||||||
_scmsync.obsinfo
|
|
||||||
|
BIN
FanFicFare-4.37.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.37.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
FanFicFare-4.40.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.40.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,38 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Nov 1 15:27:43 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
||||||
|
|
||||||
- Update to 4.40.0:
|
|
||||||
- Update Translations
|
|
||||||
- adapter_ficbooknet: Another site update,
|
|
||||||
- adapter_ficbooknet: Fixes for site changes,
|
|
||||||
- adapter_inkbunnynet: Add login for Get URLs from Page
|
|
||||||
- adapter_syosetucom: Fix for site changes,
|
|
||||||
- Change decode_emails default to true.
|
|
||||||
- adapter_deviantartcom: Site changes, new chapter text tag.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Oct 2 05:41:39 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
||||||
|
|
||||||
- Update to 4.39.0:
|
|
||||||
- Better error when utf8FromSoup called with None.
|
|
||||||
- adapter_asianfanficscom: Add Is adult toggle call,
|
|
||||||
use_cloudscraper:true in defaults.ini
|
|
||||||
- Fix(es) for get_url_search not found when seriesUrl doesn't
|
|
||||||
match an adapter site.
|
|
||||||
- Fix for regression when browser_cache_simple_header_old
|
|
||||||
added. #1104
|
|
||||||
- Add decode_emails option, defaults to false.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Sep 22 16:10:37 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
||||||
|
|
||||||
- Chrome Simple Browser Cache extra field fix (Mac/Linux)
|
|
||||||
- adapter_scribblehubcom: Allow for changing title in story URL.
|
|
||||||
- Update adapter_syosetucom.py (#1095) Fix update retrieval for
|
|
||||||
series not completed, thanks dado330
|
|
||||||
- Make CLI username prompt more visible
|
|
||||||
- Update translations
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 1 16:51:04 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Thu Aug 1 16:51:04 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define modnamedown fanficfare
|
%define modnamedown fanficfare
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-fanficfare
|
Name: python-fanficfare
|
||||||
Version: 4.40.0
|
Version: 4.37.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user