Loading lib/RD/CliVersion.hs +1 −1 Original line number Diff line number Diff line module RD.CliVersion (cliVersion) where cliVersion :: String cliVersion = "1.4.0.0" cliVersion = "1.5.0.0" pypi/rd-api/README.rst +6 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ To install this package: .. code-block:: bash $ sudo apt install -y redis-server # redis is used to cache block sha1sum $ pip install --user rd-api $ sudo apt install -y redis-server pipx # redis is used to cache block sha1sum $ pipx install rd-api $ rd-api --help $ ~/.local/bin/rd-api --help # if ~/.local/bin/ is not in PATH Loading Loading @@ -82,6 +82,10 @@ https://gitlab.emacsos.com/sylecn/reliable-download ChangeLog --------- * v1.5.0.0 2024-04-08 - bugfix: properly handle unicode string in URL path - bugfix: use local time in log messages instead of UTC time * v1.4.0.0 2023-10-18 - feature: rd-api listen host defaults to ::, so it works on both ipv4 and ipv6. Loading pypi/rd-client/README.rst +5 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,11 @@ https://gitlab.emacsos.com/sylecn/reliable-download ChangeLog --------- * v1.5.0.0 2024-04-08 - bugfix: properly handle unicode string in URL path - bugfix: use local time in log messages instead of UTC time - bugfix: rd client now supports ipv6 address in URL * v1.3.0.0 2022-03-15 - feature: add download progress logging Loading README.md +1 −1 File changed.Contains only whitespace changes. Show changes Loading
lib/RD/CliVersion.hs +1 −1 Original line number Diff line number Diff line module RD.CliVersion (cliVersion) where cliVersion :: String cliVersion = "1.4.0.0" cliVersion = "1.5.0.0"
pypi/rd-api/README.rst +6 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ To install this package: .. code-block:: bash $ sudo apt install -y redis-server # redis is used to cache block sha1sum $ pip install --user rd-api $ sudo apt install -y redis-server pipx # redis is used to cache block sha1sum $ pipx install rd-api $ rd-api --help $ ~/.local/bin/rd-api --help # if ~/.local/bin/ is not in PATH Loading Loading @@ -82,6 +82,10 @@ https://gitlab.emacsos.com/sylecn/reliable-download ChangeLog --------- * v1.5.0.0 2024-04-08 - bugfix: properly handle unicode string in URL path - bugfix: use local time in log messages instead of UTC time * v1.4.0.0 2023-10-18 - feature: rd-api listen host defaults to ::, so it works on both ipv4 and ipv6. Loading
pypi/rd-client/README.rst +5 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,11 @@ https://gitlab.emacsos.com/sylecn/reliable-download ChangeLog --------- * v1.5.0.0 2024-04-08 - bugfix: properly handle unicode string in URL path - bugfix: use local time in log messages instead of UTC time - bugfix: rd client now supports ipv6 address in URL * v1.3.0.0 2022-03-15 - feature: add download progress logging Loading