Skip to content

IPv6 Support

Compare
Choose a tag to compare
@grrtrr grrtrr released this 18 Sep 00:47
· 26 commits to master since this release

Enhancements and Fixes

  • Info Screen:

    • fix mis-spelled format identifier (#104),
    • add fields for carrier / link mode,
    • handle (accidentally) positive signal levels (#100),
    • fix display of bonded interfaces (#103),
    • add more network information,
    • add IPv6 support (#83),
    • use error-checking mutexes (#96),
    • display MCS bitrate information (#86);
  • Scan Screen:

    • do not enable scan if rfkill is enabled (#84),
    • unblock data mutex at end (fixing a deadlock condition),
    • reset filter when there are no results;
  • History Screen:

    • deprecate threshold actions (were not of much use),
    • remove support for noise levels,
    • add missing #include (#95),
    • add wide-character support (#97),
    • reset data when switching between interfaces;
  • Menu Bar:

    • improve highlighting of selected entries;

Miscellaneous

  • drop dependency on wireless extensions,
  • build uses correct ncurses flags (#89),
  • build now uses -Wextra by default,
  • build now honours configure CFLAGS (#90),
  • update README (#92),
  • document how to use wavemon within screen (#85),
  • list of wireless interfaces is now also populated via nl80211 (no longer ioctl).