Skip to content

Commit 80ab6dd

Browse files
committed
Release 0.35.0
1 parent 67f4aa4 commit 80ab6dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
* Versions before 1.0 are in initial development. APIs are not stable for these versions, even a `y` version can involve a breaking change, and only partial notable changes are summarized in this document. See full commit history in the source repository for details.
44
* Client requirement in this document refers to the version of [`WebScrapBook`](https://github.com/danny0838/webscrapbook) browser extension.
55

6+
## [0.35.0] - 2021-03-27
7+
* Fixed an issue that fulltext cache does not work for iframes with srcdoc attribute. (Rebuild the fulltext cache to correct existing caches.)
8+
- Added support of page conversion for `sb2wsb` and `wsb2sb` converters.
9+
- Added `migrate0` converter.
10+
611
## [0.32.0] - 2020-11-05
712
* Added `file2wsb` and `wsb2file` converters.
813

webscrapbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__all__ = ['WSB_EXTENSION_MIN_VERSION', 'WSB_USER_DIR', 'WSB_USER_CONFIG', 'WSB_DIR', 'WSB_CONFIG', 'config']
1212

1313
__package_name__ = 'webscrapbook'
14-
__version__ = '0.34.2'
14+
__version__ = '0.35.0'
1515
__author__ = 'Danny Lin'
1616
__author_email__ = '[email protected]'
1717
__homepage__ = 'https://github.com/danny0838/PyWebScrapBook'

0 commit comments

Comments
 (0)