File tree 3 files changed +18
-2
lines changed
android-kiwix-lib-publisher/kiwixLibAndroid
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ libkiwix 10.0.1
2
+ ===============
3
+
4
+ * [server] The catalog search interpret `count=0` as no limit.
5
+ This was the case for a long time. This was changed unintentionally
6
+ (@veloman-yunkan #686)
7
+ * [server] Correctly generere a human friendly title in the server frontend.
8
+ (@juuz0 #687, @kelson42 #689)
9
+ * [server] Fix download button if there is no url do download from.
10
+ (@juuz0 #691)
11
+ * Add non-minified isotope.pkdg.js
12
+ Needed for debian packaging as we need the source and minified version is
13
+ not the source (@legoktm #693)
14
+ * [server] Add a tooltip with the full language for the lang tag.
15
+ * CI fixes (@kelson42 @legoktm)
16
+
1
17
libkiwix 10.0.0
2
18
===============
3
19
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ task writePom {
26
26
project {
27
27
groupId ' org.kiwix.kiwixlib'
28
28
artifactId ' kiwixlib'
29
- version ' 10.0.0 ' + (System . env. KIWIXLIB_BUILDVERSION == null ? ' ' : ' -' + System . env. KIWIXLIB_BUILDVERSION )
29
+ version ' 10.0.1 ' + (System . env. KIWIXLIB_BUILDVERSION == null ? ' ' : ' -' + System . env. KIWIXLIB_BUILDVERSION )
30
30
packaging ' aar'
31
31
name ' kiwixlib'
32
32
url ' https://github.com/kiwix/libkiwix'
Original file line number Diff line number Diff line change 1
1
project (' libkiwix' , ' cpp' ,
2
- version : ' 10.0.0 ' , # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
2
+ version : ' 10.0.1 ' , # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
3
3
license : ' GPLv3+' ,
4
4
default_options : [' c_std=c11' , ' cpp_std=c++11' , ' werror=true' ])
5
5
You can’t perform that action at this time.
0 commit comments