Skip to content

Releases: un-lock-able/cloudflare-ddns-rust

Version 0.5.0

15 Dec 07:03
1b4d530

Choose a tag to compare

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

13 Dec 06:58

Choose a tag to compare

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

12 Dec 18:11

Choose a tag to compare

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

12 Dec 11:31
eba5d7e

Choose a tag to compare

This is the release for version 0.2.0.My first try on releasing!