Commit 0a3e64d9 authored by Lee ByeongJun's avatar Lee ByeongJun
Browse files

fix

parent 2da7c54c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -49,10 +49,6 @@ To be released.
    WebFinger information for a given resource.
    [[#260], [#278] by ChanHaeng Lee]

 -  Added `--dry-run` option to `fedify init` command.  This option allows users
    to preview what files and configurations would be created without actually
    creating them.  [[#263], [#298] by Lee ByeongJun]

     -  The input can be a handle (e.g., `@user@server`, `user@server`) or
        a URL (e.g., `https://server/users/path`).
     -  The `--user-agent` or `-a` option used as `User-Agent` header value
@@ -60,6 +56,10 @@ To be released.
     -  The `--allow-private-address` or `-p` option allows looking up
        WebFinger information for private addresses (e.g., `localhost`).

  -  Added `--dry-run` option to `fedify init` command.  This option allows users
    to preview what files and configurations would be created without actually
    creating them.  [[#263], [#298] by Lee ByeongJun]

  -  Fixed a bug where the `fedify node` command had failed to correctly
     render the favicon in terminal emulators that do not support 24-bit
     colors.  [[#168], [#282] by Hyeonseo Kim]