Skip to content

Releases: thombashi/tcconfig

v0.12.1

17 Jul 07:20
Compare
Choose a tag to compare

v0.12.0

11 Jun 11:54
Compare
Choose a tag to compare
  • Add --change option to reduce shaping rule changing side effect: #68 (Thanks to @twdkeule)
  • Make a script file name created by tcshow --tc-script include target device names.
  • Improve log messages
  • Bug fix
    • Avoid adding a shaping rule where a rule already existing path: #70 (Thanks to @twdkeule)
    • Modify to return proper exit code: #71 (Thanks to @twdkeule)
    • Fix packaging
    • Minor bug fixes

v0.11.0

06 Jun 15:08
Compare
Choose a tag to compare
  • Add --duplicate/--reordering options: #67 (Thanks to @Sir-Nightmare)
  • Make tcset/tcdel commands executable without tc command installed when --tc-command/--tc-script options are used.

v0.10.0

06 May 02:47
Compare
Choose a tag to compare
  • Add --src-port option: #51 (Thanks to @lauhen)
  • Bug fixes
  • Improve log messages

v0.9.0

25 Mar 16:25
Compare
Choose a tag to compare

v0.8.0

18 Mar 09:22
Compare
Choose a tag to compare

#59: Thanks to @pedro-nonfree

  • Add --tc-command option: display tc commands to be executed by tcconfig commands
  • Add --tc-script option: create a tc command script which include commands to be executed by tcconfig

v0.7.2

11 Mar 12:45
Compare
Choose a tag to compare

v0.7.1

25 Feb 06:13
Compare
Choose a tag to compare
  • Fix #54 failed to execute tcset when iproute2 version is older than 3.14.0 (Thanks to @ducalpha)
  • Bug fixes

0.7.1-alpha: Merge pull request #55 from thombashi/develop

15 Feb 15:54
Compare
Choose a tag to compare
Bump version to 0.7.1-alpha

v0.7.0: Merge pull request #47 from thombashi/develop

22 Jan 15:56
Compare
Choose a tag to compare
  • #30: Filter routes support. Thanks to @JonathanLennox
  • #39: Allow 100% packet loss/corruption settings. Thanks to @pdavies.
  • #43: Multiple rules support. Thanks to @konetzed
    • Add --add option
  • Change default shaping algorithm from tbf to htb
  • Python 3.6 support
  • Improve log messages
  • Bug fixes