Skip to content

Tags: mr-karan/doggo

Tags

v1.1.7

Toggle v1.1.7's commit message
v1.1.7

- fix(resolvers): preserve completed work when context expires mid-flight
- feat(resolvers): tag lookup errors with nameserver and support partial success (#238)
- feat(app): debug-log nameserver strategy application
- fix(web): preserve partial resolver results in API handler

v1.1.6

Toggle v1.1.6's commit message
v1.1.6

- fix(edns): default UDP buffer size to 1232 per DNS Flagday 2020 (#237)
- chore(deps): upgrade Go to 1.26 and bump dependencies

v1.1.5

Toggle v1.1.5's commit message
v1.1.5

- fix(resolvers): stop search-list iteration on NODATA responses (#234)
- chore(deps): upgrade go dependencies

v1.1.4

Toggle v1.1.4's commit message
Release v1.1.4

Changelog:
- fix(darwin): filter out scoped, Supplemental and domain-specific resolvers from scutil (#233)
- fix(darwin): filter out domain-specific resolvers from scutil
- chore(deps): update dependencies

v1.1.3

Toggle v1.1.3's commit message
chore: upgrade go dependencies

v1.1.2

Toggle v1.1.2's commit message
fix: remove left padding and improve column spacing in borderless tab…

…le output

This commit addresses the remaining padding issue from the tablewriter v1.1.0
migration by:
- Removing the 1-space left padding that was present in the initial fix
- Increasing right padding from 1 to 2 spaces for better column readability

The new configuration uses `WithPadding(tw.Padding{Left: "", Right: "  ", Overwrite: true})`
to ensure no left padding (fixing the alignment issue) while maintaining readable
spacing between columns.

Fixes #219

v1.1.1

Toggle v1.1.1's commit message
fix: restore compact borderless table output for narrow terminals

Configure tablewriter v1.1.0 to use borderless rendition with left-aligned
headers, matching the clean output style from v0.0.5. Disables all borders,
separators, and lines to improve readability on narrow terminal windows.

Fixes #219

v1.1.0

Toggle v1.1.0's commit message
docs: add Nix and Winget package manager installation methods

Added installation instructions for:
- Nix (using modern nix commands: nix profile install and nix shell)
- Winget (Windows Package Manager)

Also reorganized package managers section in installation docs to include
MacPorts and Eget which were missing from the detailed documentation.

Uses modern Nix flakes syntax (nixpkgs#doggo) instead of legacy nix-env.

v1.0.5

Toggle v1.0.5's commit message
chore: upgrade deps

v1.0.4

Toggle v1.0.4's commit message
fix: add ca-certificates in doggo-web

closes #132