Skip to content

Releases: thombashi/tcconfig

v0.13.0

06 Aug 12:38
Compare
Choose a tag to compare
  • Add exclude options: #77 (Thanks to @dastergon)
    • --exclude-dst-network
    • --exclude-src-network
    • --exclude-dst-port
    • --exclude-src-port
  • Modify to --src-network option can be used without the --iptables option when using htb
  • Bug fixes

v0.12.2

03 Aug 14:25
Compare
Choose a tag to compare
  • Add a short option for the --device option
  • Fix tcset failed when using tbf

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
  • Add IPv6 support (Thanks to @rkd-msw): #61 #62
  • Bug fixes

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