Skip to content

Commit 1a73ddf

Browse files
committed
Update update.json and CHANGELOG.md for version 1.1
1 parent afe1a1b commit 1a73ddf

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
Basic on-boot one-time config module.
1+
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "1.0",
3-
"versionCode": 1,
4-
"zipUrl": "https://github.com/fatalcoder524/TCP_Optimiser_Module/releases/latest/download/TCP_Optimiser-1.0-1.zip",
2+
"version": "1.1",
3+
"versionCode": 2,
4+
"zipUrl": "https://github.com/fatalcoder524/TCP_Optimiser_Module/releases/latest/download/TCP_Optimiser-1.1-2.zip",
55
"changelog": "https://raw.githubusercontent.com/fatalcoder524/TCP_Optimiser_Module/main/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)