Releases: kiwix/kiwix-tools
Releases · kiwix/kiwix-tools
3.8.0
- 
Kiwix server
- Improve message when server is running on standard port (@vighnesh-sawant #763)
 - Update container base image to latest Alpline version (@yashgoyal0110 #771)
 - Container image to use unprivileged user (@Sedetisu #755)
 - Empty urlRootLocation doesn't disable book preview links anymore (@veloman-yunkan #1224)
 - Add support of IPv6 (@sgourdas #673 #704)
 - Popups are allowed to escape the browser sandbox (@veloman-yunkan #1208)
 
 - 
Other
- Stop publishing on Ubuntu 20.04 PPA (@kelson42 #748)
 - Use Docopt for command line argument parsing (@mgautierfr #695)
 
 - 
Compilation & Packaging
 
3.7.0
3.6.0
- Improved kiwix-serve man page (@iArchitSharma #626)
 - C++17 compliant code base (@mgautierfr #636)
 - Support of libkiwix13 (@mgautierfr #633)
 - Additional docker images archs for armv6 and i386 (@rgaudin #622)
 
3.5.0
- Do not use 
--staticoption when compiling on MacOs (@mgautierfr #615) - Move main branch from 
mastertomain. - Fix docker image (@jacroe #597)
 - Various CI improvements (@kelson42)
 - Add documentation about the kiwix-serve API (@veloman-yunkan #586)
 
3.4.0
kiwix-serve
- Fix broken indentation in usage (@kelson42 #560)
 - Exit if wrong arguments are passed (@kelson42 #567)
 - Do not allow multiple values for same option (@juuz0 #564)
 - Fix default location of "rootLocation" (@rgaudin #571)
 - [DOCKER] Change default port to 8080 (@neyder #581)
 - [DOCKER] Simplify dockerfile (@rgaudin #582)
 
kiwix-manage
3.3.0
- Remove kiwix-read tool (@veloman-yunkan #535)
 
kiwix-serve
- Add an option to limit the number of connections for a same IP (@nikhil #534)
 - Add an option to limit the number of zim in a multizim fulltext search (@mgautierfr #558)
 
kiwix-search
- Remove usage of libkiwix's deprecated api (@veloman-yunkan #535)
 
kiwix-manage
- Correctly return a value !0 if something went wrong (@mgautierfr #553)
 
3.2.0
- Print the version of all dependencies (@kelson42 #516)
 - Better Docker images (@kelson42 @rgaudin)
 - Update Readme (@kelson42)
 - Build debian packages on CI (@legoktm #394)
 - Add man pages for kiwix-read and kiwix-search (@legoktm #392)
 - Various fixes (@legoktm @hashworks @mgautierfr)
 
kiwix-serve
- Print the url on which a user can connect to on startup (@nikhil #499 #522)
 - Reload library on SIGHUP signal (@veloman-yunkan #497)
 - Add a option 
--monitorLibraryto monitor and automically reload the library
(@veloman-yunkan #503) - Correct handling of SIGTERM and SIGINT (@veloman-yunkan #488)
 - Add 
--customIndexTemplateoption (@manan #477) - Add 
--helpoption (@kelson42 #511)