From 856bfc675a7f21156144bcfe1b70bd0e796a7b31 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 27 Jun 2017 15:11:16 +0200 Subject: [PATCH] Bump-up the version to 0.2. Time to make a new release. --- Changelog | 20 ++++++++++++++++++++ meson.build | 4 +++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Changelog 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')