| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-12-26 | 1.2 kB | |
| Reorganize Info Screen.tar.gz | 2020-12-26 | 220.4 kB | |
| Reorganize Info Screen.zip | 2020-12-26 | 238.7 kB | |
| Totals: 3 Items | 460.4 kB | 0 | |
Several new features for Info Screen and Scan Screen.
Enhancements
- Info Screen:
- fix and revise use of locks (#78),
- reorganize and revamp screen layout,
- add detailed retry and band information,
- better handling of initialization (avoid blank screen),
- scrap display of encryption keys (#80),
- display warning if interface is down,
- display warning if interface is disabled due to
rfkill, -
display the interface index of the wireless interface;
-
Scan Screen:
- add band filtering (#77),
- add filtering for hidden Essids (#73),
- add Information Element enum (#73),
- add a notice if station is mesh-enabled,
-
more efficient filtering (right at source);
-
History Screen:
- improve legend format (only show what is needed),
- improve format robustness against window resizing,
-
no longer erase existing data (keep it for the next time);
-
Menu Bar:
- unused keys are no longer displayed,
- shortcut keys are now configurable;
Miscellaneous
- cleaned up and updated various header files;
- build: add a check for
<ncursesw/curses.h>(#21), - build: add explicit
LICENSEfile (#80), - build: simplify colour pairs.