Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

79 lines (57 loc) · 2.4 KB

2.3.6

  • Refactor codebase
  • Bugfixes
  • handle ipv6 in ss

2.3.5

  • Fix bug in add_htb_class
  • Rename tc to eltrafico-tc
  • Handle SIGINT signal and cleanup when recieved
  • Add a note about the possibility to write other frontends and link to bandito

2.3.4

  • Update codebase
  • Update code to match traffic toll latest commit
  • Refactor codebase to use crates instead of bins
  • Add a new flag --advanced that shows additional options in the ui (thanks @xgdgsc !)

2.3.1

  • Default to a working limits
  • Fix a couple of warnings

2.3.0

  • Ui improvements

2.2.4

  • Update dependencies
  • Fix command line argument handling

2.2.3

  • Fix a bug where limits werent applied

2.2.2

  • Update dependencies

2.2.1

  • Add bandwhich as a netmonitoring backend
  • UI improvement (float precision = 2 for download/upload)

2.1.1

  • Parse /proc/net/dev manually instead of using ifconfig because of portability issues

2.1.0

  • Add prcedence to --eltrafico-tc over $PATH
  • Check if nethogs is running before using pkill
  • Improve error handling, code cleanup

2.0.0

1.7.0

  • Show programs live network usage using nethogs as an optional dependency

1.6.0

  • Switch form ifstat to ifconfig -a for enumerating interfaces, this fixes a crash where ifstat fails to detect the newly created ifb interface
  • Add a root permission check

1.5.0

  • Handle ctrlc signal (perform cleanup before shutdown)

1.4.0

  • Add visual feedback

1.3.0

  • Switch from lsof to ss and from ifconfig to ifstatso now eltrafico only depends on iproute2 which is a core pkg as far as I know. Also add a check in case someone actually doesn't have it

1.2.0 Gui improvements:

  • App box is now vertically scroll-able
  • program names have the same width

1.1.1 Initial Release