Bump-up the version to 0.2.

Time to make a new release.
This commit is contained in:
Matthieu Gautier 2017-06-27 15:11:16 +02:00
parent 7850e79eab
commit 856bfc675a
2 changed files with 23 additions and 1 deletions

20
Changelog Normal file
View File

@ -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

View File

@ -1,4 +1,6 @@
project('kiwix-tools', 'cpp')
project('kiwix-tools', 'cpp',
version : '0.2.0',
license : 'GPL')
compiler = meson.get_compiler('cpp')