Skip to content

Commit

Permalink
Merge pull request #2128 from openzim/1.14.0-preparation
Browse files Browse the repository at this point in the history
1.14.0 preparation
  • Loading branch information
kelson42 authored Jan 12, 2025
2 parents 4314576 + 660828f commit 363da15
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
1.14.0:
* FIX: Remove S3 upload concurrency to avoid 'RequestTimeTooSkewed' errors (@benoi74 #2118)
* FIX: Strip HTML tags from <title> HTML nodes (@pavel-karatsiuba #1801)
* FIX: Remove inline JS to comply with restrictive CSPs (@audiodude #2111)
* FIX: Properly download maps by fixing MWoffliner user-agent (@audiodude #2068 #2062)
* FIX: Clearly configure Node.js supported versions (@kelson42 #2065)
* FIX: Properly await async polyfill function to avoid race condition (@audiodude #2055)
* FIX: Always use fallback language strings if needed (@audiodude #2050)
* FIX: Improve API end-point - response mime-type - detection (@audiodude #2041)
* FIX: Measure ZIM Metadata length by grapheme (@kelson42 #2023)
* FIX: Multiple imporvement around the usage() (@kelson42 #1996)
* FIX: Error 'stack: "Error: Input file is missing' @VadimKKovalenkoSNF #1905)
* UPDATE: Use MediaWiki 'action' API version 2 (@VadimKovalenkoSNF #1877)
* NEW: Introduce '--forceRender' paramter (@VadimKovalenko #1901)
* NEW: Introduce hardcoded blacklist of namespaces (@kelson42 #1919)
* NEW: '--insecure' option to disable client certificate verification (@kelson42 #2010)
* NEW: Add support of Wikimedia `mobile-html` API end-point (@audiodude #1903 #2101 #2043 #2113, @kelson42 #2012, @VadimKovalenkoSNF #1947)
* NEW: Add email notification to `main` based CI (@audiodude #2059)
* NEW: Proper modular API end-point renderer (@VadimKovalenkoSNF #1839 #1886 #1897 #1898 #1929 #1933 #1939 )
* DEL: Support of `mobile-sections` end-point (@VadimKovalenkoSNF #1902)

1.13.0:
* FIX: Many akwards scenarios around Redis (@uriesk #1756)
* FIX: Wrongly downloaded hidden media files (@pavel-karatsiuba #1780 #849)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mwoffliner",
"version": "1.14.0-dev",
"description": "Mediawiki ZIM scraper",
"version": "1.14.0",
"description": "MediaWiki ZIM scraper",
"main": "lib/mwoffliner.lib.js",
"license": "GPL-3.0",
"type": "module",
Expand Down

0 comments on commit 363da15

Please sign in to comment.