2.0 KiB
Changelog
(unreleased)
Documentation
- 📝 update README.md. [Eduard Veit]
Other
-
♻️ normalizing pre-commit configuration to a top-level map. [Eduard Veit]
-
♻️ refactorings. [Eduard Veit]
-
Feature: ✨ add pre-commit git hook for shellcheck. [Eduard Veit]
-
Refactor: ♻️ remove unused help message. [Eduard Veit]
0.1.2 (2021-04-23)
Documentation
- 📝 document environment variables. [Eduard Veit]
Other
- ♻️ refactor: method extractions and other beautifications. [Eduard Veit]
0.1.1 (2021-04-23)
Fix
- 🐛 fix loop and error handling in case of connection issues. [Eduard Veit]
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]