Commit c278d469 authored by Yuanle Song's avatar Yuanle Song
Browse files

prepare to release cli 1.5.0.0

parent 1ddb12b0
Loading
Loading
Loading
Loading
+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"
+6 −2
Original line number Diff line number Diff line
@@ -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

@@ -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.
+5 −0
Original line number Diff line number Diff line
@@ -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
+1 −1

File changed.

Contains only whitespace changes.