Skip to content

Tags: jimyag/jd

Tags

v0.2.1

Toggle v0.2.1's commit message
fix(installer): use EqualFold for binary lookup

Replace manual lowercase comparisons with strings.EqualFold to satisfy staticcheck without changing the installer binary matching behavior.

Signed-off-by: jimyag <git@jimyag.com>

v0.2.0

Toggle v0.2.0's commit message
feat(registry): load local package overlays

merge ~/.config/jd packages over the builtin registry by package name.
document local registry files and cover the load path in tests.

Signed-off-by: jimyag <git@jimyag.com>

v0.1.1

Toggle v0.1.1's commit message
fix(installer): avoid 'text file busy' error by using rename or unlin…

…king before copy

v0.1.0

Toggle v0.1.0's commit message
fix(registry): use bash -c for command mode packages to improve scrip…

…t compatibility

v0.0.1

Toggle v0.0.1's commit message
fix(registry): correct inner_path for nettrace package

v0.0.1-alpha

Toggle v0.0.1-alpha's commit message
build(ci): inject GitCommit during goreleaser build