File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -5,26 +5,23 @@ All notable changes to this project are documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) (as of version 1.5.0).
77
8- ## [ Unreleased ]
8+ ## [ 5.2.0 ] - 2025-10-02
99
1010### Added
1111
12+ - Add utility to fetch and prepare ZIM illustration (#254 )
1213- New ` zim.dedup.Deduplicator ` class to handle automatic deduplication of content before adding to the ZIM (#33 )
1314
1415### Changed
1516
1617- Upgrade dependencies, especially wombat 3.9.1 (#262 , #263 )
17- - Backport changes in wabac.js around JS rewriting rules (#259 )
18+ - Backport changes in wabac.js around JS rewriting rules (#259 , # 265 )
1819
1920### Fixed
2021
2122- JS rewriting abusively rewrite import function (#255 )
2223- Test about badly escaped src in HTML is failing (#264 )
2324
24- ### Added
25-
26- - Add utility to fetch and prepare ZIM illustration (#254 )
27-
2825## [ 5.1.1] - 2025-02-17
2926
3027### Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @openzim/wombat-setup" ,
33 "type" : " module" ,
4- "version" : " 0.1.0-dev .0" ,
4+ "version" : " 5.2 .0" ,
55 "license" : " GPL-3.0-or-later" ,
66 "author" : " openZIM" ,
77 "devDependencies" : {
Original file line number Diff line number Diff line change 1- __version__ = "5.1.2-dev0 "
1+ __version__ = "5.2.0 "
You can’t perform that action at this time.
0 commit comments