Enhancements and Fixes
-
Info Screen:
- improve format of percentages (use fixed format rather than auto-format).
-
Configuration:
Miscellaneous
- avoid including
include linux/if.h
(#109), - check and set support for C99 standard (#108),
- updated
README
(#107), - configuration file can now be located in
XDG_CONFIG_HOME
(#105), - added portable implementation of
asprintf(3)
, - updated copied
nl80211
header file, - make
-Wpedantic
the default when building.