Skip to content

Tags: mr-karan/doggo

Tags

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

v1.0.3

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

v1.0.2

Toggle v1.0.2's commit message
refactor: move main package to cmd/doggo for proper binary naming

v1.0.1

Toggle v1.0.1's commit message
fix: proper alignment of help text

fixes #123

v1.0.0

Toggle v1.0.0's commit message
ci: add npm caching

v0.5.7

Toggle v0.5.7's commit message
Updated to go 1.21

* Updated release workflow to use go 1.21