Releases: thombashi/tcconfig
Releases · thombashi/tcconfig
v0.17.0
- Improve log messages
- Drop support for Python 3.3
v0.16.2
- Fix improper
tcdel
output when executed with --tc-command
/--tc-script
options
- Suppress an excessive warning message that outputted when executed with
--tc-command
/--tc-script
options
v0.16.0
- Change
--change
option behavior to add a shaping rule if there are no existing rules: #88 (Thanks to @dastergon)
- Improve error messages
- Bug fixes
v0.15.0
- Support extra time units in delay specification: #86 (Thanks to @dastergon)
- Improve log messages
v0.14.1
- Fix qdisc handle parsing failed when the handle include alphabet: #85 (Thanks to @selimt)
- Fix tcdel failed when deleting the final filter with Python 3
v0.14.0
- Add support for deletion per-network to
tcdel
: #80 (Thanks to @dastergon)
- Suppress unnecessary log messages when add/change shaping rules: #84 (Thanks to @dastergon)
- Bug fixes
v0.13.2
- Fix
tcset --change
option alters other defined rules: #79 (Thanks to @dastergon)
- Add config file existence check for the
tcset
- Add
--stacktrace
option for debugging
- Improve log messages
- Bug fixes
v0.13.1
- Fix handles negative NIC speed values: #81 (Thanks to @dastergon)