forked from openzim/zim-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
106 lines (83 loc) · 3.01 KB
/
Copy pathChangeLog
File metadata and controls
106 lines (83 loc) · 3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
zim-tools 2.1.0
===============
* Add small description text to help option (@kelson42)
* zimcheck: Better error reporting (@MiguelRocha, @kelson42)
* zimwriterfs: Update font mimetype (@kelson42)
* zimcheck: Fix various crash (@MiguelRocha)
* ci: Add building of deb package and publication on ppa (@legoktm)
* Add unit tests (@MiguelRocha, @asashnov)
* zimcheck: Handle `data:` urls correctly (@kelson42)
* zimcheck: Add testof empty links (@MiguelRocha)
* readme: Add link to packages links (repology) (@hashworks)
* zimwriterfs & zimrecreate: Add a option to write ZIM files using Zstandard
compression (default lzma) (@kelson42)
* zimcheck: Performance improvement (@MiguelRocha, @veloman-yunkan)
* zimwriterfs: Create zim redirect entry when file is actually a symlink
(@asashnov)
* zimcheck: Add a progress option (@kelson42)
* zimsplit: Use docopt to parse command line option (@MiguelRocha)
* zimwriterfs: Add a metadata `M/Scraper` with the name (zimwriterfs) and
version of the scraper. (@asashnov)
* zimwriterfs: Do not allow to create a zim file inside the HTML source
directory (@asashnov)
* zimcheck: Add internal integrity check using libzim `validate`
(@veloman-yunkan)
zim-tools 2.0.0
===============
* zimwriterfs: the tool version 1.3.10 migrated to zim-tools sources tree
* zimwriterfs: Better support of webp format
* zimdump: Fix directory and redirection handling when dumping zim content of
the file system.
* zimdump: Improve zimdump commandline argument.
* zimcheck: Fix false positive with URL containing '?'
* Fix help typo in zimpatch and zimcheck
* Fix incoherent licensing.
zim-tools 1.2.1
===============
* Fix compilation warning
zim-tools 1.2
=============
* Fix a lot small issues about CI compilation.
* zimdump: Add an option to dump redirection using html redirect or symlink.
zim-tools 1.1.1
===============
* Adapt to new api of libzim.
1.1.0
=====
* [CI] Move to github's action ci.
* zimdump: Use the url article instead of the title as filename.
* zimbench: Fix time measurement.
1.0.5
=====
* Adapt to the new libzim's creator api
* zimrecreate: Better performance.
* zimcheck: Check if an entry is empty
1.0.4
=====
* zimcheck: Better handling of ./ in URL checking
1.0.3
=====
* ZimCheck handles properly geo: mailto: tel: javascript: links
* Fix external URL checking error message and usage()
* Added -V --version command line arguments
1.0.2
=====
* Update readme.
* ZimCheck returns a proper status code.
* Update to last API of libzim 5.0.0
* Temporally deactivate compilation of zimBench on windows.
1.0.1
=====
* Update build.
* [zimCheck] Far better zimCheck implementation :
- performance issue
- fix url check
* Build without rpath
1.0.0
=====
* Remove warnings.
* Compile zim-tools with travis.
* Add zim-check tool.
* Addapt zimDiff and zimPatch to new version of libzim writer.
* [zimSplit] Do not create a new ofstream for each part. (Do not need gcc5)
* Do not use `std::to_string` (Allow compilation with gcc4.8)