Skip to content

Commit 9b35ffd

Browse files
committed
Release 2023.02.02
1 parent 29804a1 commit 9b35ffd

7 files changed

+270
-165
lines changed

.vscode/settings.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
"includable",
5656
"iperf",
5757
"jffs",
58+
"lanipchange",
59+
"localdev",
5860
"logread",
5961
"lotagent",
6062
"minidlna",
@@ -84,6 +86,7 @@
8486
"RTFD",
8587
"RTSP",
8688
"SLAAC",
89+
"sleases",
8790
"SNMP",
8891
"SSHFS",
8992
"ssid",
@@ -118,13 +121,13 @@
118121
],
119122
"Lua.runtime.version": "Lua 5.1",
120123
"Lua.workspace.library": [
121-
"C:\\Users\\Stephen\\Box\\Technicolor\\Extracted\\vcnt-a_20.3.c.0329-MR19-RB\\usr\\lib\\lua\\web",
124+
"/mnt/d/Technicolor/Extracted/20.3.c.0432-MR21.1-RA_vbnt-v/usr/lib/lua/web",
122125
"${3rd}/OpenResty/library"
123126
],
124127
"Lua.runtime.path": [
125128
"?.lua",
126129
"?/init.lua",
127-
"C:\\Users\\Stephen\\Box\\Technicolor\\Extracted\\vcnt-a_20.3.c.0329-MR19-RB\\usr\\lib\\lua\\web"
130+
"/mnt/d/Technicolor/Extracted/20.3.c.0432-MR21.1-RA_vbnt-v/usr/lib/lua/web"
128131
],
129132
"Lua.diagnostics.severity": {
130133
"unused-local": "Information"

CHANGELOG.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
2023.01.20
1+
2023.02.02
22
==========
33
* tch-gui-unhide: Fixed bad argument error when reading CPU temperature on FW 20.4
44
* tch-gui-unhide: Fixed port forwarding on FW 20.4 by restarting firewall after port forward change (rather than just reloading)
55
* tch-gui-unhide: Fixed "Some parameters failed validation" error on System Extras on FW 20.4
66
* tch-gui-unhide: Fixed incorrect validation errors when adding Port Forwards if UPnP entries exist that have different WAN and LAN ports (#129)
77
* tch-gui-unhide: Fixed missing path on opkg "dest root" directive
88
* tch-gui-unhide: Fixed missing CPU Usage when background refresh disabled (#132)
9+
* tch-gui-unhide: Fixed clicking on SSID to show Wi-Fi QR Code was still not always working on FW 20.4
910
* tch-gui-unhide: Removed Sensor Temperatures from Gateway card if no hardware temperature monitors found (#132)
1011
* tch-gui-unhide: Allow Devices card in Bridged mode
1112
* tch-gui-unhide: Added inactive devices count to Devices card
@@ -14,6 +15,14 @@
1415
* tch-gui-unhide: Check for running upgrade process before starting GUI upgrade (#126)
1516
* tch-gui-unhide: WAN throughput charts should show combined WAN and WWAN throughput if Permanent WWAN enabled (#128)
1617
* tch-gui-unhide: New Port Forwarding validation rules not working on FW 17.2 and 18.1.c
18+
* tch-gui-unhide: Replaced cogs icon with card icon in card headers
19+
* tch-gui-unhide: Added wait spinner to screens that are slow to save (e.g. Local Network)
20+
* tch-gui-unhide: Added WAN allowed client IP to FW 17.2 dropbear transformer mapping
21+
* tch-gui-unhide: Added ability to select WAN or WWAN for external SSH access (#136)
22+
* tch-gui-unhide: Added ability to enable and configure the TFTP Server
23+
* tch-gui-unhide: Added Network ID to Custom DHCP Options
24+
* tch-gui-unhide: Added ability to edit Custom DHCP Options (previously could only delete and re-add with changed details)
25+
* tch-gui-unhide: Split System Extras into separate tabs
1726
* tch-gui-unhide-xtra.wireguard: Wireguard client configuration import broken when minification enabled (#127)
1827
* tch-gui-unhide-xtra.wireguard: Devices card broken after commit 7dc6ded (#133)
1928
* de-telstra: Re-worked opkg configuration to remove requirement for internet connection when running
@@ -30,6 +39,7 @@
3039
* guest-restore: Abort if Guest network interfaces already exist
3140
* move-lan-port-to-own-network: New script to move a LAN port from the LAN bridge to its own network
3241
* mtd-backup: Fixed bug that caused --no-drop-cache to be not recognised as a valid option
42+
* reset-to-factory-defaults-with-root/safe-firmware-upgrade: Changed DNS rewrites for firmware download blocking to normal ad-blocking responses (0.0.0.0 and ::)
3343

3444
2022.12.31
3545
==========

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.12.31
1+
2023.02.02

tch-gui-unhide-17.2

+66-40
Large diffs are not rendered by default.

tch-gui-unhide-18.1.c

+62-40
Large diffs are not rendered by default.

tch-gui-unhide-20.3.c

+62-40
Large diffs are not rendered by default.

tch-gui-unhide-20.4

+63-41
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)