Skip to content

Commit

Permalink
Release 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 24, 2025
1 parent 9899afd commit 5c7a311
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
Unreleased:
* FIX: Ignore pages without a single revision / revid (#2091)

* CHANGED: Set default log level to `log` to sufficiently verbose logs by default (@benoit #2121)
1.14.2:
* FIX: Ignore pages without a single revision / revid (@benoit74 #2091)
* CHANGED: Set default log level to `log` to sufficiently verbose logs by default (@benoit74 #2121)
* FIX: Custom home page thumbnails caption are getting overflowed (@benoit74 #1972)
* CHANGED: Allow to process wikis with mwWikiPath=/ (@benoit74 #2163)
* FIX: Some images of custom home page thumbnails are missing (@benoit74 #2158)
* FIX: Enhance robustness of coordinates API detection (@benoit74 #2167)

1.14.1:
* FIX: Ensure AWS SDK has access to object size when issuing an upload (@benoit #2117)
* FIX: Change log level of S3 missing keys message (@benoit #2144)
* FIX: Ensure AWS SDK has access to object size when issuing an upload (@benoit74 #2117)
* FIX: Change log level of S3 missing keys message (@benoit74 #2144)
* FIX: Logic to set .webp path prefix on reencoded images is skewed (@benoit74 #2140)
* FIX: S3 cached images are missing (@benoit74 #2136)
* FIX: Do not rely on URL filename extension to detect images (@benoit74 #2088)
* FIX: S3 cached image are never used (@benoit74 #2138)
* FIX: RequestTimeTooSkewed error while downloading from cache (@benoit74 #2137)
* FIX: Axios timeouts are not properly handled (@benoit74 #2139)
* FIX: Many tasks are hanging forever (@benoit74 #2141)
* CHANGED: Pre-install all Node.JS dependencies in Docker build (@benoit #2148)
* CHANGED: Pre-install all Node.JS dependencies in Docker build (@benoit74 #2148)

1.14.0:
* FIX: Remove S3 upload concurrency to avoid 'RequestTimeTooSkewed' errors (@benoi74 #2118)
* FIX: Remove S3 upload concurrency to avoid 'RequestTimeTooSkewed' errors (@benoit74 #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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mwoffliner",
"version": "1.14.2-dev0",
"version": "1.14.2",
"description": "MediaWiki ZIM scraper",
"main": "lib/mwoffliner.lib.js",
"license": "GPL-3.0",
Expand Down

0 comments on commit 5c7a311

Please sign in to comment.