From c8efd5aab3740283b8b909625ccf5c93f0435934 Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda Date: Sun, 15 May 2022 20:45:43 +0200 Subject: [PATCH] Release 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simpler 💡️ more complete 🌍️ more reliable 🪨️ Only two months passed from the last release, but we've already reached version **2.0.0** 🎉️ This release is less ground-breaking than the previous one, but a lot has improved nonetheless. Thanks to one of my last braincells I've been able to drop the need for the **Zone ID**! This means that you'll no longer have to search that string of random text in Cloudflare's web UI; it will be automatically inferred by the record name 💡️ Since release 1.0.0 someone actually started using this tool, and with new users came new issues. Thanks to @stephanlachnit's help, **IPv6** and AAAA record are now better supported. In particular, the tool will do the Right Thing when your server will have both an IPv4 and an IPv6 address, and is now also able to automatically update both A and AAAA records if they exist 🌍️ Lastly, cloudflare-ddns now **handles errors** better: it will print more meaningful error messages, fail less frequently and overall be more solid 🪨️ --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 63081dd..8a4ed5d 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ project( 'b_ndebug=if-release', 'cpp_rtti=false' ], - version: '1.0.0', + version: '2.0.0', license: 'AGPL-3.0-or-later OR LGPL-3.0-or-later', meson_version: '>=0.53.0' )