File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
12
libkiwix 13.0.0
2
13
===============
3
14
@@ -53,8 +64,6 @@ libkiwix 12.1.0
53
64
* Remove libkiwix android publisher from the repository (@kelson42 #884)
54
65
* Various fixes of meson and CI. (@mgautierfr @kelson42)
55
66
56
-
57
-
58
67
libkiwix 12.0.0
59
68
===============
60
69
@@ -94,7 +103,6 @@ libkiwix 12.0.0
94
103
* Fix documentation (@kelson42 #816)
95
104
* Udpate translation (#787 #839 #847)
96
105
97
-
98
106
libkiwix 11.0.0
99
107
===============
100
108
Original file line number Diff line number Diff line change 1
1
project (' libkiwix' , ' cpp' ,
2
- version : ' 13.0 .0' ,
2
+ version : ' 13.1 .0' ,
3
3
license : ' GPLv3+' ,
4
4
default_options : [' c_std=c11' , ' cpp_std=c++17' , ' werror=true' ])
5
5
You can’t perform that action at this time.
0 commit comments