mirror of https://github.com/kiwix/libkiwix.git
Update Changelog
This commit is contained in:
parent
223f7ee78a
commit
9c4867a95a
|
@ -1,3 +1,10 @@
|
|||
kiwix-lib 8.2.0
|
||||
===============
|
||||
|
||||
* More debug information if aria2c command fails
|
||||
* Allow to set kiwix-serve port
|
||||
* Better (dead) bookmarks mgmt
|
||||
|
||||
kiwix-lib 8.1.0
|
||||
===============
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@ std::vector<std::string> Downloader::getDownloadIds() {
|
|||
}
|
||||
|
||||
const std::string &Downloader::getAria2LaunchCmd()
|
||||
{
|
||||
{
|
||||
return mp_aria->getLaunchCmd();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue