The following sections list the changes for unreleased.
- Chg #28: Integrate configuration files
-
Change #28: Integrate configuration files
We integrated the functionality to support different kinds of configuration files. You can find example configurations within the repository. The supported file formats are pretty flexible, so far it should work out of the box with
yaml
,json
and at leasthcl
.
The following sections list the changes for 1.0.1.
- Fix #30: Bind flags correctly to variables
-
Bugfix #30: Bind flags correctly to variables
We fixed the binding of flags to variables as this had been bound to the root command instead of the server command where it belongs to.
The following sections list the changes for 1.0.0.
- Chg #3: Initial release of basic version
-
Change #3: Initial release of basic version
Just prepared an initial basic version which could be released to the public.