This release includes the following changes:
* URLs now also store the value `path` and `scheme` as parsed by [urlparse](https://docs.python.org/3/library/urllib.parse.html) allowing you to filter on scheme using e.g. `bbrf urls where scheme is http`;
* Use the new flag `bbrf urls --root` or `bbrf urls -r` to retrieve all unique base URLs, i.e. not including the path and query strings, e.g. `http://domain.tld:8080`;
* Bug fixes and various improvements;
To upgrade your client run `pip install --upgrade bbrf`. To upgrade your server, run `bbrf server upgrade`. Note that this can take a few minutes to complete, depending on the amount of records in your database.