Compare commits

..

4 Commits

Author SHA256 Message Date
d6a4bc72e7
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.
2024-11-01 16:30:10 +01:00
ce8a209c91
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.
2024-10-03 08:01:22 +02:00
7f1e2d26a6
Ignore _scmsync.obsinfo 2024-10-02 07:59:43 +02:00
e3121b7f4e
Update to 4.38.0:
* 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
2024-10-02 07:52:24 +02:00
5 changed files with 40 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.osc
_scmsync.obsinfo

BIN
FanFicFare-4.37.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
FanFicFare-4.40.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
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>

View File

@ -20,7 +20,7 @@
%define modnamedown fanficfare
%define skip_python2 1
Name: python-fanficfare
Version: 4.37.0
Version: 4.40.0
Release: 0
Summary: Tool for making eBooks from stories on fanfiction and other web sites
License: GPL-3.0-only