Skip to content

0.2.0

Compare
Choose a tag to compare
@GhostofGoes GhostofGoes released this 16 Apr 04:09
· 611 commits to main since this release

Added

  • Checks for default interface on Linux systems
  • New methods of hunting for addresses on Windows, Mac OS X, and Linux

Changed

  • CLI will output nothing if it failed, instead of "None"
  • CLI will return with 1 on failure, 0 on success
  • No CLI arguments now implies the default host network interface
  • Added an argumnent for debugging: --debug
  • Removed -d option from --no-network-requests

Fixed

  • Interfaces on Windows and Linux (including Bash for Windows)
  • Many bugs

Removed

  • Support for Python 2.6 on the CLI

Dev

  • Overhaul of internals