mirror of https://github.com/kiwix/libkiwix.git
commit
090c4f5970
|
@ -1,3 +1,10 @@
|
||||||
|
kiwix-lib 3.1.0
|
||||||
|
===============
|
||||||
|
|
||||||
|
* Add a method to get the favicon url of book (if available).
|
||||||
|
* Move dump code of library.xml in a specific class.
|
||||||
|
* Add a first support to bookmarks
|
||||||
|
|
||||||
kiwix-lib 3.0.3
|
kiwix-lib 3.0.3
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '3.0.3',
|
version : '3.1.0',
|
||||||
license : 'GPL',
|
license : 'GPL',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue