Skip to content

Releases: kiwix/libkiwix

14.0.0

11 Oct 13:18
20abebd
Compare
Choose a tag to compare
  • Server:
  • Compilation/Packaging:
  • Other:

13.1.0

25 Feb 14:14
ddde6db
Compare
Choose a tag to compare

13.0.0

17 Nov 14:13
24faf84
Compare
Choose a tag to compare

12.1.0

22 Jul 12:54
cb74c9c
Compare
Choose a tag to compare

12.0.0

30 Nov 19:25
e65c9c4
Compare
Choose a tag to compare
  • Server:

11.0.0

20 Jun 15:52
6938253
Compare
Choose a tag to compare
  • [server] Add support for internationalization (@veloman-yunkan #679)
  • [server] Use gzip compression instead of deflat (mgautierfr #757)
  • [server] Version the static resources. This allow better invalidating
    browser cache when resources are changed (@veloman-yunkan #712)
  • [server|front] Use integer to query the host for page length (@juuz #772)
  • [server] Improve multizim search API:
    • Improvement of the cache system
    • Better API to select on which books to search in.
    • SysAdmin is now able to limit the number of book we search in for a multizim search
  • [server] Introduce a opensearch API for multizim fulltext search
  • [wrapper] Remove java wrapper
  • Testing:

10.1.1

13 Apr 03:37
e22e073
Compare
Choose a tag to compare

10.1.0

24 Mar 18:21
941c3b5
Compare
Choose a tag to compare

10.0.1

03 Feb 14:15
ce24b1f
Compare
Choose a tag to compare
  • [server] The catalog search interpret count=0 as no limit.
    This was the case for a long time. This was changed unintentionally
    (@veloman-yunkan #686)
  • [server] Correctly generere a human friendly title in the server frontend.
    (@juuz0 #687, @kelson42 #689)
  • [server] Fix download button if there is no url do download from.
    (@juuz0 #691)
  • Add non-minified isotope.pkdg.js
    Needed for debian packaging as we need the source and minified version is
    not the source (@legoktm #693)
  • [server] Add a tooltip with the full language for the lang tag.
  • CI fixes (@kelson42 @legoktm)

10.0.0

23 Jan 19:30
7440652
Compare
Choose a tag to compare

This release is huge release.
The project has been renamed to libkiwix, it is more coherent with the library name.

Server front page :

  • Use js in the front page to display the available book,
    using the OPDS stream as source. The front page is now populated only with
    the visible books and user can search for books. (@MananJethwany #530, #541, #534)
    (@kelson42 #628)
  • Revamp css (@MananJethwany #559)
  • Correctly Convert 3iso language code to 2iso (@juuz0 #672)

Server suggestions search :

  • Add pagination for suggestion search (@maneeshpm #591)
  • Fix suggestion system (@MananJethwany #498)
  • Provide the kind and path (when adapted) to the suggestion answer (@MananJethwany #464)
  • The displayed suggestion have now highligth on the searched terms (@maneeshpm #505)
  • Properly handle html encoding of suggestions (@veloman-yunkan #458)

Server improvements :

New OPDS Stream v2 :

Library improvements :

Added methods/functions :

  • Fix fileExist and introduce fileReadable (@juuz0 #668)
  • Add getVersions and printVersions functions (@kelson42 #665)
  • Add getNetworkInterfaces() and getBestPublicIP() functions (@juuz0 #622)
  • Add get_zimid() method to the search result (@maneeshpm #510)

Various improvements :