1.3 KiB
Changelog
0.1.0 (2021-04-22)
New
-
✨ add Dockerfile. [Eduard Veit]
-
✨ add loop mode. [Eduard Veit]
-
✨ add support for Duck DNS as DynDNS2 provider. [Eduard Veit]
-
✨ add support for deSEC as DynDNS2 provider. [Eduard Veit]
-
✨ add completion. [Eduard Veit]
✨ add man page
-
✨ replace getopt with argbash. [Eduard Veit]
-
✨ add interpretaton of status codes and act accordingly. [Eduard Veit]
-
✨ make network interface configurable. [Eduard Veit]
-
✨ add DynDNS2 support for dynv6.com. [Eduard Veit]
-
✨ add .gitchangelog.rc. [Eduard Veit]
-
✨ add dynb.sh. [Eduard Veit]
Fix
-
🐛 fix sourcing of config file. [Eduard Veit]
♻️ do some shellcheck fixes
Documentation
-
📝 document example of an docker-compose.yml file. [Eduard Veit]
-
📝 document loop mode and dig as requirement. [Eduard Veit]
-
📝 update example of .env in README.md. [Eduard Veit]
-
📝 add CHANGELOG.md. [Eduard Veit]
-
📝 add example.env. [Eduard Veit]
-
📝 write README.md. [Eduard Veit]
Other
-
♻️ refactor: rename environment variables. [Eduard Veit]
-
♻️ refactor, fix and debug error handling. [Eduard Veit]
-
♻️ refactor main code. [Eduard Veit]
-
Initial commit. [EV21]