1
0
mirror of https://github.com/EV21/dynb.git synced 2025-12-26 16:39:32 +01:00
Files
dynb/CHANGELOG.md
2021-09-24 14:32:56 +02:00

2.7 KiB

Changelog

0.2.0 (2021-09-24)

New

  • enable parameter extensions for docker run --interactive [Eduard Veit]

  • add pre-commit hooks for markdown. [Eduard Veit]

  • change git hooks and add shfmt. [Eduard Veit]

  • add pre-commit git hook for shellcheck. [Eduard Veit]

Changes

  • 🔧 remove md-toc from pre-commit. [Eduard Veit]

  • 🔧 handle dns server selection. [Eduard Veit]

Documentation

  • 📝 update CHANGELOG.md. [Eduard Veit]

  • 📝 document docker parameters. [Eduard Veit]

  • 📝 change default dns server setting. [Eduard Veit]

  • 📝 update CHANGELOG. [Eduard Veit]

  • 📝 update README.md. [Eduard Veit]

Other

  • 🎨 lint README.md. [Eduard Veit]

  • 🎨 add shfmt params to pre-commit check. [Eduard Veit]

  • 🎨 fix shell style. [Eduard Veit]

  • ♻️ seperate parsing logic. [Eduard Veit]

  • ♻️ normalizing pre-commit configuration to a top-level map. [Eduard Veit]

  • ♻️ refactorings. [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]