Skip to content

Commit

Permalink
Merge pull request #384 from openzim/release-3.3.0
Browse files Browse the repository at this point in the history
Release 3.3.0
  • Loading branch information
kelson42 authored Nov 17, 2023
2 parents d406de4 + 51ff919 commit 8d143f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
24 changes: 19 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
zim-tools 3.3.0
===============

* zimcheck: Properly deal with HTML entities in URL (@veloman-yukan #378)
* zimcheck: Stop complaining about empty href (@BartlomiejZalas #367)
* zimcheck: Fix handling of bad or missing magic file (@rgaudin #374)
* zimwriterfs, zimcheck: Fix illustration check (@mgautierfr #369)
* zimwriterfs: Stop compressing illustrations (@mgautierfr #355)
* zimwriterfs: Properly deal with wrong amount of columns in redirect file (@mgautierfr #360)
* Fix Debian package compilation on arm64 (@mgautierfr #369)
* Full code base compliancy with C++17 (@mgautierfr #368)
* Container images for ARM CPU architecture (@rgaudin #351)
* Multiple CI/CD improvements (@kelson42)

zim-tools 3.2.0
===============

* Introduce a "Metadata table" to centralize information about metadata and check them (@veloman-yunkan #339)
* Add check for description and longDescription (@Onyx2406 #333)
* Do not use `--static` option when compiling on MacOs (@mgautierfr #342)
* Add support for SIP uri scheme (@kelson42 #329)
* Various CI improvement (@kelson42)
* Introduce a "Metadata table" to centralize information about metadata and check them (@veloman-yunkan #339)
* Add check for description and longDescription (@Onyx2406 #333)
* Do not use `--static` option when compiling on MacOs (@mgautierfr #342)
* Add support for SIP uri scheme (@kelson42 #329)
* Various CI improvement (@kelson42)

zim-tools 3.1.3
===============
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('zim-tools', ['c', 'cpp'],
version : '3.2.0',
version : '3.3.0',
license : 'GPLv3+',
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])

Expand Down

0 comments on commit 8d143f4

Please sign in to comment.