forked from pool/python-fanficfare
- Update to 3.25.0:
- On drag and drop, accept text/html and remove %0D at end of text/uri-list URLs. Closes #587 - New site: fastnovel.net, thanks Rikkitp - Update translations. - Don't error out on non-editable custom columns ValueError. - Add Yes/No to all to most question_dialog boxes. - fiction.live: fixed crash with stories with achievements (introduced in last set of commits) - Thanks, HazelSh - Fixes for drag-n-drop features. - Allow better editing of story URLs in edit box. - Change seriesHTML to not be filled without series. - Fix for Xenforo2 change (SB/SV) - Update adapter_ficbooknet for site changes. - Fix for latest storiesonline login change, thanks mrEd - Add checks for 'from saved column' when not config'ed and update-epub when default format isn't epub. - Don't disable Update Mode with By Action menus. - Do 'not an anthology' dialog outside busy_cursor - Fixes for Fiction.live URLs re: #559 and #573 -- Thanks, HazelSh! - Adds 'Actions by Update Mode' menu - Include icons for 'Actions by Update Mode' menu - Fix for email immediate download when not using English. - "Hide"(setVisible(False)) rather than disable unused menu items. - Disable rather than "hide"(not create) unused menu items, reorg into sub menus. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=56
This commit is contained in:
parent
db18a0acb2
commit
c2f10591ee
BIN
FanFicFare-3.24.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-3.24.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-3.25.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-3.25.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 20:00:20 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 3.25.0:
|
||||
- On drag and drop, accept text/html and remove %0D at end of
|
||||
text/uri-list URLs. Closes #587
|
||||
- New site: fastnovel.net, thanks Rikkitp
|
||||
- Update translations.
|
||||
- Don't error out on non-editable custom columns ValueError.
|
||||
- Add Yes/No to all to most question_dialog boxes.
|
||||
- fiction.live: fixed crash with stories with achievements (introduced
|
||||
in last set of commits) - Thanks, HazelSh
|
||||
- Fixes for drag-n-drop features.
|
||||
- Allow better editing of story URLs in edit box.
|
||||
- Change seriesHTML to not be filled without series.
|
||||
- Fix for Xenforo2 change (SB/SV)
|
||||
- Update adapter_ficbooknet for site changes.
|
||||
- Fix for latest storiesonline login change, thanks mrEd
|
||||
- Add checks for 'from saved column' when not config'ed and
|
||||
update-epub when default format isn't epub.
|
||||
- Don't disable Update Mode with By Action menus.
|
||||
- Do 'not an anthology' dialog outside busy_cursor
|
||||
- Fixes for Fiction.live URLs re: #559 and #573 -- Thanks, HazelSh!
|
||||
- Adds 'Actions by Update Mode' menu
|
||||
- Include icons for 'Actions by Update Mode' menu
|
||||
- Fix for email immediate download when not using English.
|
||||
- "Hide"(setVisible(False)) rather than disable unused menu items.
|
||||
- Disable rather than "hide"(not create) unused menu items, reorg into
|
||||
sub menus.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 17:14:02 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fanficfare
|
||||
Version: 3.24.0
|
||||
Version: 3.25.0
|
||||
Release: 0
|
||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user