|
1 | 1 | libkiwix 10.0.0
|
2 | 2 | ===============
|
3 | 3 |
|
4 |
| - * ... |
| 4 | + This release is huge release. |
| 5 | + The project has been renamed to libkiwix, it is more coherent with the library name. |
| 6 | + |
| 7 | + * Server front page : |
| 8 | + - Use js in the front page to display the available book, |
| 9 | + using the OPDS stream as source. The front page is now populated only with |
| 10 | + the visible books and user can search for books. (@MananJethwany #530, #541, #534) |
| 11 | + (@kelson42 #628) |
| 12 | + - Revamp css (@MananJethwany #559) |
| 13 | + - Correctly Convert 3iso language code to 2iso (@juuz0 #672) |
| 14 | + |
| 15 | + * Server suggestions search : |
| 16 | + - Add pagination for suggestion search (@maneeshpm #591) |
| 17 | + - Fix suggestion system (@MananJethwany #498) |
| 18 | + - Provide the kind and path (when adapted) to the suggestion answer (@MananJethwany #464) |
| 19 | + - The displayed suggestion have now highligth on the searched terms (@maneeshpm #505) |
| 20 | + - Properly handle html encoding of suggestions (@veloman-yunkan #458) |
| 21 | + |
| 22 | + * Server improvements : |
| 23 | + - Remove meta endpoints (@mgautier #669) |
| 24 | + - Add raw endpoints to get the raw content of a zim (@mgautierfr #646) |
| 25 | + - Add details on 404 error pages (@soumyankar #490) |
| 26 | + - Fix headbar insertion when `<head>` tag has attributes (@kelson42 #440) |
| 27 | + - Better headbar insertion (after charset definition) (@kelson42 #442) |
| 28 | + |
| 29 | + * New OPDS Stream v2 : |
| 30 | + - Add a list of categories (@veloman-yunkan) |
| 31 | + - Support for partial entries (@veloman-yunkan #602) |
| 32 | + - Support multiple icons size in the OPDS stream (@veloman-yunkan #577 #630) |
| 33 | + - Add language endpoint to catalog (@veloman-yunkan #553) |
| 34 | + - Add illustration API to get the illustration of a book (@mgautierfr #645) |
| 35 | + - OPDS search can now filter books by category (@veloman-yunkan #459) |
| 36 | + |
| 37 | + * Library improvements : |
| 38 | + - Allow the libray to be live reloaded when the library.xml changes (@veloman-yunkan #636) |
| 39 | + - Properly handle removing of book from the library (@veloman-yunkan #485) |
| 40 | + - Use xapian to search for books in the library (@veloman-yunkan #460, #488) |
| 41 | + |
| 42 | + * Added methods/functions : |
| 43 | + - Fix `fileExist` and introduce `fileReadable` (@juuz0 #668) |
| 44 | + - Add `getVersions` and `printVersions` functions (@kelson42 #665) |
| 45 | + - Add `getNetworkInterfaces()` and `getBestPublicIP()` functions (@juuz0 #622) |
| 46 | + - Add `get_zimid()` method to the search result (@maneeshpm #510) |
| 47 | + |
| 48 | + * Various improvements : |
| 49 | + - Better secret value for aria2c rpc (@juuz0 #666) |
| 50 | + - Avoid duplicated Archive/Reader in the Searcher (@veloman-yunkan #648) |
| 51 | + - Add basic documentation (@mgautierfr #640) |
| 52 | + - Do not use Reader internally (@maneeshpm #536 #576) |
| 53 | + - Remove dependency headers from our public headers (@mgautierfr #574) |
| 54 | + - Downloader now don't write metalink on the filesystem (@kelson42 #502) |
| 55 | + - Support opening a zim file using a fd (@veloman-yukan #429) |
| 56 | + - Use C++11 std::thread instead of pthread (@mgautierfr #445) |
| 57 | + - [READER] Do not crash if zim file has no `Counter` metadata (@mgautierfr #449) |
| 58 | + - Ensure libzim dependency is compiled with xapian (@mgautierfr #434) |
| 59 | + - Support video and audio mimetype in `getMediaCount` (@kelson42 #439) |
| 60 | + - Better parsing of the counterMap (@kelson42 #437) |
| 61 | + - Adapt libkiwix to libzim 7.0.0 (@mgautierfr #428) |
| 62 | + - Remove deprecated methods (@mgautierfr) |
| 63 | + - CI: Build package for Ubuntu Hirsute, Impish and Jammy (@legoktm #431 #568) and remove Groovy |
| 64 | + - Fix compilation for FreeBSD (@swills g#432) |
| 65 | + - Many fixes and improvement (@MananJethwany, @maneeshpm, @veloman-yunkan, @mgautierfr) |
5 | 66 |
|
6 | 67 | kiwix-lib 9.4.1
|
7 | 68 | ===============
|
|
0 commit comments