From a55824acc7bb9aec1cad3fc7565b64b8cd8ec58c Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 27 Mar 2018 11:05:02 +0200 Subject: [PATCH] New version 1.1.0. --- ChangeLog | 18 ++++++++++++++++++ meson.build | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b025a6a76..5d7de4517 100644 --- a/ChangeLog +++ b/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 =============== diff --git a/meson.build b/meson.build index e6d76916c..3f1f24a91 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwixlib', 'cpp', - version : '1.0.1', + version : '1.1.0', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11'])