Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@partim partim released this 20 Jun 15:06
· 14 commits to main since this release
8d606bb

Breaking changes

  • Renamed the man command to help. ([18])
  • The default query type for the query command is now AAAA. (#4)

New

  • Added a new lookup command. (#10)
  • Added new output formats friendly and table. The friendly format is the new default format. (#20, #27)
  • Output a placeholder for unparseable record data rather than erroring out. (#22)
  • Flags can now be set and unset in the query command. (#23)
  • The query command now also supports TLS. (#24)
  • IP addresses can now be used as the query name of the query command. They will be translated into the standard reverse pointer names. In this case, if no explicit query type is given, PTR will be used. (#25)

Other changes