Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danny0838 committed Apr 10, 2023
1 parent e611886 commit fad58e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
* 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.
* Client requirement in this document refers to the version of [`WebScrapBook`](https://github.com/danny0838/webscrapbook) browser extension.

## [1.11.0] - 2023-04-10
* Fixes and updates for the search page:
* Fixed outdated browser support information.
* `create:` and `modify:` conditions are now "or"-connected.
* `book:` conditions are now matched by book ID.
* Search results are now shown in the order of provided `book:` conditions.
* A bad input for `sort:` and `limit:` is now forbidden.
* Fixed bad response for a user without read permission when visiting with an unknown action.

## [1.10.1] - 2023-04-08
* Fixed a packaging error causing a missing subpackage.

Expand Down
2 changes: 1 addition & 1 deletion webscrapbook/__init__.py
Expand Up @@ -8,7 +8,7 @@

__all__ = ['WSB_EXTENSION_MIN_VERSION', 'WSB_USER_DIR', 'WSB_USER_CONFIG', 'WSB_DIR', 'WSB_CONFIG', 'config']

__version__ = '1.10.1'
__version__ = '1.11.0'

WSB_EXTENSION_MIN_VERSION = '0.79.0'
WSB_USER_DIR = os.path.join(os.path.expanduser('~'), '.config', 'wsb') # affected by $HOME
Expand Down

0 comments on commit fad58e8

Please sign in to comment.