mirror of https://github.com/kiwix/libkiwix.git
commit
ddde6db16f
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
libkiwix 13.1.0
|
||||||
|
===============
|
||||||
|
|
||||||
|
* Server:
|
||||||
|
- Properly translated error pages (@veloman-yunkan #1032)
|
||||||
|
- Properly translated search result page (@veloman-yunkan #1046)
|
||||||
|
- Default UI language is resolved in frontend (@veloman-yunkan #1044)
|
||||||
|
- Better support of older Web browsers by polyfilling replaceAll() (@veloman-yunkan #1054)
|
||||||
|
* New API to migrate bookmarks between books (@mgautierfr #1043)
|
||||||
|
* Fixed compilation on Haiku OS (@Begasus #1048)
|
||||||
|
|
||||||
libkiwix 13.0.0
|
libkiwix 13.0.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -53,8 +64,6 @@ libkiwix 12.1.0
|
||||||
* Remove libkiwix android publisher from the repository (@kelson42 #884)
|
* Remove libkiwix android publisher from the repository (@kelson42 #884)
|
||||||
* Various fixes of meson and CI. (@mgautierfr @kelson42)
|
* Various fixes of meson and CI. (@mgautierfr @kelson42)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
libkiwix 12.0.0
|
libkiwix 12.0.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -94,7 +103,6 @@ libkiwix 12.0.0
|
||||||
* Fix documentation (@kelson42 #816)
|
* Fix documentation (@kelson42 #816)
|
||||||
* Udpate translation (#787 #839 #847)
|
* Udpate translation (#787 #839 #847)
|
||||||
|
|
||||||
|
|
||||||
libkiwix 11.0.0
|
libkiwix 11.0.0
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('libkiwix', 'cpp',
|
project('libkiwix', 'cpp',
|
||||||
version : '13.0.0',
|
version : '13.1.0',
|
||||||
license : 'GPLv3+',
|
license : 'GPLv3+',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
|
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue