Skip to content

Releases: c-robinson/ipfool

v0.6.0

27 Jan 02:21
Compare
Choose a tag to compare
  • add Darwin support with signed binaries and notarized zip archives

v0.5.0

24 Jan 20:38
Compare
Choose a tag to compare
  • 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

19 Jan 09:02
Compare
Choose a tag to compare
  • 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

12 Jan 23:28
Compare
Choose a tag to compare

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

09 Jan 16:58
Compare
Choose a tag to compare

Initial IPv6 hostmask support and bugfixes

  • add (transparant) support for hostmask in net view and net 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

07 Jan 20:52
Compare
Choose a tag to compare

Initial release, to great fanfare.

NOTE: currently ipfool must be compiled locally for OSX and Windows due to signing requirements on those platforms.