Releases: un-lock-able/cloudflare-ddns-rust
Releases · un-lock-able/cloudflare-ddns-rust
Version 0.5.0
This is the release for version 0.5.0.
New Feature
- Added support for allowing specifying the log level in command line. (#1)
Version 0.4.0
This is the release version 0.4.0. This is mainly for maintainence.
New Feature
- Now the script will log to both stderr and log file;
- Now the time in the log will be in UTC time, not the time elapsed since the start of the script.
Bug fix
- Fixed a bug where the script always update the record when interface id is spcified in the config file.
Version 0.3.0
This is the release for Version 0.3.0
Added features:
- Added support for user-specified interface id in ipv6, so as to update DNS record for other devices under the same subnetwork.
I have also written a much longer README.md in the hope that it will be able to make clear of the usage of the config file.
Version 0.2.0
This is the release for version 0.2.0.My first try on releasing!