Skip to content

Tags: c-robinson/ipfool

Tags

v0.6.0

Toggle v0.6.0's commit message
Add full support for Darwin binaries that are signed, stored as zip a…

…rchives

and then have their packages notarized. This is done outside of the normal
goreleaser process so adding checksums (and adding the package to the upload
manifest) was a PITA, also, .tar.gz archives are still produced and I can't
figure out how to prevent them from being added to the bundle

v0.5.0

Toggle v0.5.0's commit message
fix typo in notarytool invocation

v0.4.0

Toggle v0.4.0's commit message
try building everything on darwin

v0.3.0

Toggle v0.3.0's commit message
update documentation for hostmask

v0.2.0

Toggle v0.2.0's commit message
introduce hostmask plus bugfixes

 - introduce hostmask which currently works for 'net view' and 'enumerate'
 - add documentation page about hostmask
 - fix 'v6 to arpa' which was broken and being clobbered by 'v4 to arpa'

v0.1.0

Toggle v0.1.0's commit message
first pass at releasing via actions and goreleaser