Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Upgrade to wombat 3.8.11 (#256)

## [5.1.1] - 2025-02-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion openzim.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ execute_after=[

[files.assets.actions."wombat.js"]
action="get_file"
source="https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].8/dist/wombat.js"
source="https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].11/dist/wombat.js"
target_file="wombat.js"
1 change: 1 addition & 0 deletions tests/zim/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def test_indexing_item_is_front(tmp_path: pathlib.Path, png_image: pathlib.Path)
assert reader.get_search_results_count("food") == 0


@pytest.mark.skip # see https://github.com/openzim/python-scraperlib/issues/258
def test_indexing_item_not_front(tmp_path: pathlib.Path, png_image: pathlib.Path):
fpath = tmp_path / "test.zim"
main_path = "welcome"
Expand Down