Releases: c-robinson/ipfool
Releases · c-robinson/ipfool
v0.6.0
v0.5.0
- add
list
subcommands for working with lists of IP addresses - add shortnames for most flags (e.g. added
-V
as an alternative to--view
v0.4.0
- streamlined most of the
--help
documentation based on feedback that I was being too wordy - added some doc-only subcommands to explain complex concepts where I still need to be wordy
- initial support for OSX. Binaries are signed and notarized so people no longer have to build from source locally
- initial support for Windows. Binaries are unsigned because signing certificates for windows are $400/year.
- initial support for FreeBSD and OpenBSD
v0.3.0
Adding more hostmask support and docs
- increment and decrement in a network context (
net increment
) with hostmask support - more docs describing hostmask
v0.2.0
Initial IPv6 hostmask
support and bugfixes
- add (transparant) support for hostmask in
net view
andnet enumerate
commands - add parsing for IPv6 hostmask as
<address>/<netmask>:hostmask
e.g.2001:db8::/64:32
. Will be ignored if not present. - add documentation page for hostmask, both to the main and
net
help pages - fix two regressions with
v6 to arpa
:- the address parser was being given the wrong version-hint value
- the v4 implementation was calling both the v4 and v6 initializer, which sorted before (and clobbered) initialization in the v6 implementation
v0.1.0
Initial release, to great fanfare.
NOTE: currently ipfool
must be compiled locally for OSX and Windows due to signing requirements on those platforms.