Skip to content

Releases: favonia/cloudflare-ddns

1.8.1

05 Dec 15:08
v1.8.1
cfb3ae1
Compare
Choose a tag to compare

A minor update with internal refactoring and insignificant UI adjustments.

1.8.0

26 Nov 00:46
v1.8.0
4d43535
Compare
Choose a tag to compare

Bug Fixes

  • provider: deprecate possibly unmaintained ipify (#270) (69b5d70)
  • monitor: correct printf format string (#265) (0740d61)
  • setter: improve monitor messages (#273) (c0599f6)

Features

  • monitor: improve Healthchecks integration (#272) (b24cce6)
  • pp: add an option to disable emojis (#280) (95d0c67)
  • provider: auto retry IP detection (#290) (de4d730)
  • provider: warn about the use of weak PRNGs (#254) (ae2c866)

BREAKING CHANGES

  • The ipify provider is deprecated.

1.7.2

09 Nov 01:58
Compare
Choose a tag to compare
  • This version was published to retract all prior versions on https://pkg.go.dev. There are no observable changes.

1.7.1

23 Oct 09:39
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • TTL no longer supports templates; only PROXIED supports them
  • existing templates that worked for 1.7.0 will stop working; see README.markdown for detailed documentation

1.7.0

06 Sep 10:20
Compare
Choose a tag to compare

Features

  • config: accept templates for PROXIED and TTL (#214) (a78b96b)
  • warn about incorrect TTL values (#206) (c6a7ea8)

BREAKING CHANGES

  • experimental PROXIED_DOMAINS and NON_PROXIED_DOMAINS introduced in 1.6.0 are no longer supported; they are replaced by the new experimental template system

1.6.1

14 Aug 00:30
Compare
Choose a tag to compare

Bug Fixes

1.6.0

12 Aug 23:34
Compare
Choose a tag to compare

Bug Fixes

  • config: don't print "Monitors: (none)" (#201) (472aef4)
  • config: print wildcard domains with prefix *. (#198) (caf370c)
  • config: separate printed domains with comma (#200) (d658d58)
  • setter: print out better error messages (#195) (68007f8)

Features

Others

1.5.1

23 Jun 07:09
Compare
Choose a tag to compare

Bug Fixes

  • file: fix arguments of pp.Errorf (55c5988)

1.5.0

18 Jun 11:33
Compare
Choose a tag to compare

Bug Fixes

  • file: accept absolute paths (#173) (79bcd9b)
  • always ping "starting" before "exiting" (c05082a)

BREAKING CHANGES

  • rename IP4/6_POLICY to IP4/6_PROVIDER (#167) (1dcd4e4)

1.4.0

09 May 15:10
Compare
Choose a tag to compare

Bug Fixes

  • api: revise the token verification message (#104) (209afdc)
  • updating was wrongly restricted by detection timeout (#159) (b3fc809)

Features