mirror of https://github.com/kiwix/libkiwix.git
commit
8ae388562e
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
||||||
|
kiwix-lib 1.1.0
|
||||||
|
===============
|
||||||
|
|
||||||
|
* Allow for more than 70 search result per page in html results rendering
|
||||||
|
(kiwix/kiwix-tools#92)
|
||||||
|
* Add a small api to do geo queries.
|
||||||
|
* Add multi-search support in the JNI (#67)
|
||||||
|
* Add an API to get only one part of an article.
|
||||||
|
* Add an API to get direct location of an article content in the zim file.
|
||||||
|
* Improve urlencoding
|
||||||
|
* Fix pagination in html results rendering.
|
||||||
|
* Compile using gcc-5 on Travis.
|
||||||
|
* Allow JNI to access search snippets.
|
||||||
|
* JNI throw an exception instead of returning an invalid object if something
|
||||||
|
goes wrong.
|
||||||
|
* Add doctext documentation. (#116)
|
||||||
|
* Various bug fixes.
|
||||||
|
|
||||||
kiwix-lib 1.0.0
|
kiwix-lib 1.0.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('kiwixlib', 'cpp',
|
project('kiwixlib', 'cpp',
|
||||||
version : '1.0.1',
|
version : '1.1.0',
|
||||||
license : 'GPL',
|
license : 'GPL',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11'])
|
default_options : ['c_std=c11', 'cpp_std=c++11'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue