We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe1a1b commit 1a73ddfCopy full SHA for 1a73ddf
2 files changed
CHANGELOG.md
@@ -1 +1,4 @@
1
-Basic on-boot one-time config module.
+1. Create an Install script to create config files.
2
+2. Added a feature to check the interface and update the TCP congestion algorithm.
3
+3. Added debounce logic for quick toggles.
4
+4. Added logging during change.
update.json
@@ -1,6 +1,6 @@
{
- "version": "1.0",
- "versionCode": 1,
- "zipUrl": "https://github.com/fatalcoder524/TCP_Optimiser_Module/releases/latest/download/TCP_Optimiser-1.0-1.zip",
+ "version": "1.1",
+ "versionCode": 2,
+ "zipUrl": "https://github.com/fatalcoder524/TCP_Optimiser_Module/releases/latest/download/TCP_Optimiser-1.1-2.zip",
5
"changelog": "https://raw.githubusercontent.com/fatalcoder524/TCP_Optimiser_Module/main/CHANGELOG.md"
6
}
0 commit comments