Skip to content

10.0.0

Compare
Choose a tag to compare
@kelson42 kelson42 released this 23 Jan 19:30
7440652

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 :