Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.3.0 #384

Merged
merged 2 commits into from
Nov 17, 2023
Merged
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
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
Loading