This release changes the HTTP API to run under `/api/v1` instead of `v1` to free the namespace of the endpoint for a potential GUI that is served under hhd (e.g., in `http://localhost:5335`). It is a proactive change to avoid issues in the future.
In addition, it changes the automatically generated token to only be generated once and then read back from `~/.config/hhd/token` and to only be 12 characters long. This allows the user to remember the token and to change it if they wish.
The command `hhd token` is added to display the generated token in the terminal, so the user can copy it after setup.
This command can be ran as the user: `hhd token` or as root `sudo hhd --user $(whoami)`.