Skip to content

Releases: code2z/dnsgo

v1.1.0

27 Mar 02:04

Choose a tag to compare

Changelog

  • 813c3e2 feat(change): Add change command; Refactor version command

v1.0.0

26 Mar 21:57

Choose a tag to compare

Changelog

  • ed24b96 fix(dns): Fix handle default file logic
  • cfb6906 chore: Update gitignore and README.md; Add release command to Makefile
  • 75514d8 docs: Update README.md; Refactor version command handler
  • d617a5a fix(helpers/dns): Fix dns remove logic issue
  • 30936a4 chore: Add devcontainer
  • 4b50ec5 feat(set): Add set command and handlers
  • e68b7d6 feat(remove): Add remove command
  • caf0089 feat(remove): Add handler for mac devices
  • d80ea6a refactor: Refactor code-base
  • 9486cbc feat(current): Add get current DNS
  • a7c5453 refactor: Improve list output colors
  • 19049c2 feat(list): Improve preferences of output
  • 1be0556 feat(list): Add list command and handler
  • 8f95d4b refactor: Refactor code-base
  • 14dd6eb feat(version): Add version command
  • edcd0d0 init: Add initial files
  • 67cbb7b init: Initial commit