Skip to content

Releases: unlimitedsola/cf-ddns

v0.4.0

23 Dec 12:33
v0.4.0
6d3f2ab
Compare
Choose a tag to compare

Changed

  • Re-license under the GNU Affero General Public License v3.0 or later.
    This change is to ensure that the software remains open-source and free for everyone.
  • Renamed the zones configuration property to records for accuracy.
    It is recommended to update the configuration file accordingly.
    The old name is still supported for backward compatibility, it is planned to be removed in the upcoming releases.

v0.3.0

18 May 19:12
v0.3.0
58eec78
Compare
Choose a tag to compare

Added

  • Skip updating the record if the IP address has not changed.

v0.2.0

15 Apr 20:05
v0.2.0
7faa4cc
Compare
Choose a tag to compare

Added

  • Support aarch64-unknown-linux-gnu target.
  • Support riscv64gc-unknown-linux-gnu target.
  • Build universal binary for macOS target.
  • Start service automatically after installation on Windows.

Changed

  • The TLS backend is switched to rustls.
  • Switched the configuration format from YAML to TOML.

Removed

  • No longer provide separate builds for x86_64-apple-darwin and aarch64-apple-darwin targets.
    Please use the universal binary instead.

v0.1.0

07 Mar 23:34
5ce7891
Compare
Choose a tag to compare