This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathChangeLog
84 lines (61 loc) · 1.88 KB
/
ChangeLog
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
zimwriterfs 1.3.10
==================
* Fix parsing of option for --withFulltextIndex
zimwriterfs 1.3.9
=================
* Udpate to last version of libzim
* [CI] Move the ci to github actions
zimwriterfs 1.3.8
=================
* Fix a few buggy mimetypes
* Fix the support of --name
* New --source argument
zimwriterfs 1.3.7
=================
* Fix buggy --withoutFulltextIndex option parsing
* Rename --withoutFulltextIndex to --withoutFTIndex
* Introduce backward compatible --withFulltextIndex
* Docker image now using libzim 6.0.0
zimwriterfs 1.3.6
=================
* Remove specific script to compile zimwriterfs on macos.
* Adapt to new libzim's creator api.
* Correctly index redirect title.
zimwriterfs 1.3.5
=================
* Fix resources URL rewriting in CSS files
* Add --flavour and --scraper optional arguments
* Fix favicon redirection creation
* Replace --withFullTextIndex by --withoutFullTextIndex
zimwriterfs 1.3.4
=================
* Fix wrong mimetype for Webm videos
zimwriterfs 1.3.3
=================
* Fix mainPage issue
* Do not try to read TSV redirect if not given.
zimwriterfs 1.3.2
=================
* Fix usage message.
* Update to the new libzim 5.0.0 API.
zimwriterfs 1.3.1
=================
* Update Dockerfile and docker's documentation.
* Remove unused reference to xapian.
* Build without rpath.
zimwriterfs 1.3
===============
* Proper support of woff2 font files
* Added -V --version command line arguments
* Properly handle wrong format of the redirect files.
* Do not make zimwriterfs verbose by default.
zimwriterfs 1.2
===============
* Revert "Add leading '/' at indexer url.
* Move to meson build system.
* Addapt to new libzim's writer's API.
* Add travic CI.
* Add redirect articles after "normal" articles.
* Explicitly use icu namespace to allow use of packaged icu lib.
* Fix help/log typos.
* Better README.