diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-01-25 00:07:30 +0000 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-01-25 00:07:30 +0000 | 
| commit | d7ca0c3e555ef0b5250873ddce48ccf2326b017a (patch) | |
| tree | 52fc801f0893eb7752524b2602d420afbda4ed59 /NEWS | |
| parent | 3645c236e9720deb696e7aebc33cd9a6d8cbbdc6 (diff) | |
| download | wavemon-d7ca0c3e555ef0b5250873ddce48ccf2326b017a.tar.gz | |
Imported Upstream version 0.7.6upstream/0.7.6
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 26 | 
1 files changed, 26 insertions, 0 deletions
| @@ -2,6 +2,32 @@ NEWS  ====  -------------------- +0.7.6 (2014-01-18) +-------------------- +  * Scan window: +    - complete redesign based on pthreads to fix terminal bug, as a result of better +      design the scan window now also can be suspended (details of fix are below), +    - add message for 'too much data' (E2BIG) error case, +    - use same formatting (3 digits) for 2/5 GHz, +    - support for changing sort order via keyboard shortcuts (see manpage, several +      ascending/descending sort orders are now available directly on the screen), +    - currently active sort order is now displayed on status line at the bottom, +    - stabilized by-channel sort to always use the same order for identical channels, +    - added 'sort by Essid' to selection of sort menus; +  * Info window: +    - add percentage for easier reading of link quality, +    - deprecate use of locale settings for 'discard' information (fixes display); +  * Configuration screen: +    - add support for Page Up/Down, Home, and End buttons to ease navigation, +    - added more information to '-v' version information (ncurses/WE versions); +  * Bug fixes: +    - fix bug in ranking top/bottom 3 channels in scan window, +    - complete redesign of scan process based on pthreads to fix bug that became +       visible on ncurses >= 5.9.20130504 (slackware 14.1 and debian jessie), caused +       by child/parent both updating the same screen (bug had been hidden by the +       internal buffering of ncurses which was then removed), reported by Nick Warne. + +--------------------  0.7.5 (2012-05-04)  --------------------    * Scan window: | 
