Legend:
+ Added feature
* Improved/changed feature
- Bug fixed
! Known issue / missing feature

0.5.5 - 2021-02.23
  - connection port number was being displayed incorrectly
  - fixed bug that was not translated to port for a service name, bug since version 0.3.1
  * show the name of the process and its arguments
  + implemented mode verbose, that alse show process whitout traffic
  + added man page

0.5.0 - 2021-02-12
  - bin folder not present (necessary to compilation)
  * header information show more fast
  + option -f, allows save process statistics to a file
  + header now reports total rate pps and total rate bps

0.4.4 - 2020-11-13
   + general information at the top of the screen
   * scroll using arrow keys

0.4.3 - 2020-09-13
  + simultaneous tracking of TCP and UDP protocols

0.4.2 - 2020-08-13
  + show interface associate with conection
  * improved consult dns, now no cause delay in application
  * improved management of memory
  * cpu usage, extended numbers of blocks, frames per blocks and len each
    frame from mmap ring
  * cpu usage, decreasing update frequency of processes
  * filter bpf, now support interface tun

0.4.1 - 2020-06-21
  - bug fix that close program when screen on resized

0.4.0 - 2020-06-20
  * improvements interface user
    colors;
    scroll horizontal and vertial;
    sort by columns;
  * improved CPU usage using socket mmap with TPACKET_V3 and poll
  * traffic no necessary discarded with filter BPF
  * check necessary update process more eficient in mode udp
  - check argument '-i' improved
  - statistics conections storage
  + statistics total bytes/bits TX and RX


0.3.1 - 2020-05-25
  + translate of host and service
  * improved parse of options, now code is more readble and checking of parameters is best
  * updated [options] of README
  - minor change of function copy_conections in process.c

0.2.0 - 2020-05-22
  + individual statistics by connections, option '-c'
  * show a error when invalid argument was passed, function parte_options in main.c
  * changed the display layout, moved column program to last
  * program column width calculated "automatically"

0.1.6 - 2020-05-18
  - limited the maximum size to be displayed for the process name.
  * translated into english the help message
  ! IPv6 support
  ! individual statistics by connections
