* Do not assume urlPtrPos is just after the mimetype list. * Fix compilation of compression test. * Do not exit but throw an exception if an ASSERT is not fulfill.
6.1.6
============
* Better (faster) implementation of the ordering of article by cluster. * Fix compression algorithm.
6.1.5
============
* [Writer] Remove unused declaration of classes. Those classes were not implemented nor used at all.
6.1.4
============
* [Writer] Fix excessive memory usage. Data of the cluster were clean at the end of the process, not once we don't need it.
6.1.3
============
* [Writer] Use a `.tmp` suffix and rename to `.zim` at the end of the write proces. * Add unit tests * Do not include uncessary `windows.h` headers in public zim's headers.
6.1.2
============
* [CI] Fix codecov configuration * [Writer] Fix threads synchronization at end of writing process.