mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-21 10:58:15 -04:00
Bump-up the version to 0.2.
Time to make a new release.
This commit is contained in:
parent
7850e79eab
commit
856bfc675a
20
Changelog
Normal file
20
Changelog
Normal 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
|
@ -1,4 +1,6 @@
|
||||
project('kiwix-tools', 'cpp')
|
||||
project('kiwix-tools', 'cpp',
|
||||
version : '0.2.0',
|
||||
license : 'GPL')
|
||||
|
||||
compiler = meson.get_compiler('cpp')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user