This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
## [1.1.0] - 2026-01-23
|
||||||
|
|
||||||
|
* * Added persistent MTU configuration via systemd (install & uninstall)
|
||||||
|
* Added Docker bridge MTU support and Docker-ordered persistence backend
|
||||||
|
* Added repository mirrors and ignored build artifacts
|
||||||
|
|
||||||
|
|
||||||
## [1.0.0] - 2026-01-21
|
## [1.0.0] - 2026-01-21
|
||||||
|
|
||||||
* 🥳 Official Release
|
* 🥳 Official Release
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "automtu"
|
name = "automtu"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
description = "Auto-detect egress interface, probe Path MTU, and apply MTU (WireGuard/egress)."
|
description = "Auto-detect egress interface, probe Path MTU, and apply MTU (WireGuard/egress)."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user