Skip to content

Commit ddde6db

Browse files
authored
Merge pull request #1061 from kiwix/release-3.1.0
Release 3.1.0
2 parents 4e755bc + 50d1394 commit ddde6db

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

ChangeLog

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
libkiwix 13.1.0
2+
===============
3+
4+
* Server:
5+
- Properly translated error pages (@veloman-yunkan #1032)
6+
- Properly translated search result page (@veloman-yunkan #1046)
7+
- Default UI language is resolved in frontend (@veloman-yunkan #1044)
8+
- Better support of older Web browsers by polyfilling replaceAll() (@veloman-yunkan #1054)
9+
* New API to migrate bookmarks between books (@mgautierfr #1043)
10+
* Fixed compilation on Haiku OS (@Begasus #1048)
11+
112
libkiwix 13.0.0
213
===============
314

@@ -53,8 +64,6 @@ libkiwix 12.1.0
5364
* Remove libkiwix android publisher from the repository (@kelson42 #884)
5465
* Various fixes of meson and CI. (@mgautierfr @kelson42)
5566

56-
57-
5867
libkiwix 12.0.0
5968
===============
6069

@@ -94,7 +103,6 @@ libkiwix 12.0.0
94103
* Fix documentation (@kelson42 #816)
95104
* Udpate translation (#787 #839 #847)
96105

97-
98106
libkiwix 11.0.0
99107
===============
100108

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libkiwix', 'cpp',
2-
version : '13.0.0',
2+
version : '13.1.0',
33
license : 'GPLv3+',
44
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
55

0 commit comments

Comments
 (0)