diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..1f94a8a --- /dev/null +++ b/Changelog @@ -0,0 +1,20 @@ +kiwix-tools 0.2.0 +================= + + * Remove indexer tools + +kiwix-serve +---------- + + * Correctly fix the deflate data we send over http. (#15) + * Update in the taskbar (or topbar): + * Taskbar is responsive (github.com/kiwix/kiwix/issues/336) + * Force css rules for the taskbar (and not be impacted by content's css) + * Add `--nolibrarybutton` to hide the library button from the taskbar. + * Rewrite of the welcome page. + + +kiwix-installer +--------------- + + * Remove indexing functionnality diff --git a/meson.build b/meson.build index 19d86c6..43c85d6 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,6 @@ -project('kiwix-tools', 'cpp') +project('kiwix-tools', 'cpp', + version : '0.2.0', + license : 'GPL') compiler = meson.get_compiler('cpp')