@@ -4,6 +4,37 @@ Change Log
44All notable changes to the project are documented in this file.
55
66
7+ [ v2.13.0] [ ] - 2025-10-25
8+ ------------------------
9+
10+ > ** Note:** This is the final release of In-a-Dyn project.
11+
12+ ### Changes
13+ - Add support for Porkbun DDNS provider, by Steven Scobedo
14+ - Add support for domene.shop (Norwegian DDNS provider)
15+ - Add support for round-robin records to Cloudflare, by Fabrício Duarte Castelo
16+ - Add example config for DuckDNS IPv6
17+ - Add information on installing via MacPorts
18+ - Cloudflare: omit proxy setting if unset in config, retaining current value
19+ - Cloudflare: omit TTL update if unset in config, retaining current value
20+ - Simply.com provider fixed and re-enabled
21+ - Support for long ddns-path requests (increased buffer size)
22+
23+ ### Fixes
24+ - Issue #450 : do not use an IP resolution method different than the one
25+ specified in configuration
26+ - Issue #451 : add support for round-robin records to Cloudflare
27+ - Issue #467 : fix support for Namecheap
28+ - Issue #479 : fix Dynu IPv6 issue
29+ - Issue #488 : refactor ` mkpath() ` to drop all uses of ` strdupa() `
30+ - Issue #492 : default value -1 not used for ` ttl ` setting
31+ - Issue #497 : fix IPv6 detection for providers with "v6" in their name,
32+ e.g., ipv64.net and dynv6.com
33+ - Fix #526 : dnspod error: "Communication with checkip server failed"
34+ - Fix #522 : cache directory creation on ` --help ` or ` --check-config `
35+ - Fix #525 : cache directory not writeable and no ` $HOME `
36+
37+
738[ v2.12.0] [ ] - 2023-09-19
839------------------------
940
@@ -998,7 +1029,9 @@ First stable version.
9981029- port to pSOS
9991030
10001031
1001- [ UNRELEASED ] : https://github.com/troglobit/inadyn/compare/v2.11.0...HEAD
1032+ [ UNRELEASED ] : https://github.com/troglobit/inadyn/compare/v2.13.0...HEAD
1033+ [ v2.13.0 ] : https://github.com/troglobit/inadyn/compare/v2.12.0...v2.13.0
1034+ [ v2.12.0 ] : https://github.com/troglobit/inadyn/compare/v2.11.0...v2.12.0
10021035[ v2.11.0 ] : https://github.com/troglobit/inadyn/compare/v2.10.0...v2.11.0
10031036[ v2.10.0 ] : https://github.com/troglobit/inadyn/compare/v2.9.1...v2.10.0
10041037[ v2.9.1 ] : https://github.com/troglobit/inadyn/compare/v2.9.0...v2.9.1
0 commit comments