New
- The
config
command now prints the configuration in TOML format and
can be used to create a configuration file for the current
configuration. (#54) - Routinator now builds and runs on Windows. Given that Windows is a Rust
tier 1 platform, we wanted to see how difficult it is to get this
going. Note that you will need thersync
executable that comes with
Cygwin. (#55)
Bug Fixes
- Actually use
$HOME/.routinator.conf
as the default config file as
promised by the documentation. (#49) - Fix a compile time error on 32 bit systems.