Skip to content

Commit a8f80b4

Browse files
committed
Pre-Release 2023.01.20@13:20
1 parent 7268160 commit a8f80b4

5 files changed

+131
-61
lines changed

CHANGELOG.txt

+41-25
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
1-
2023.01.11
1+
2023.01.20
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)
7-
* tch-gui-unhide: Added inactive Wi-Fi clients count to Devices card
7+
* tch-gui-unhide: Fixed missing path on opkg "dest root" directive
8+
* tch-gui-unhide: Fixed missing CPU Usage when background refresh disabled (#132)
9+
* tch-gui-unhide: Removed Sensor Temperatures from Gateway card if no hardware temperature monitors found (#132)
10+
* tch-gui-unhide: Allow Devices card in Bridged mode
11+
* tch-gui-unhide: Added inactive devices count to Devices card
12+
* tch-gui-unhide: Added more control over DHCP logging
813
* tch-gui-unhide: Sort DNS Rewrites by domain name
914
* tch-gui-unhide: Check for running upgrade process before starting GUI upgrade (#126)
1015
* tch-gui-unhide: WAN throughput charts should show combined WAN and WWAN throughput if Permanent WWAN enabled (#128)
1116
* tch-gui-unhide: New Port Forwarding validation rules not working on FW 17.2 and 18.1.c
1217
* tch-gui-unhide-xtra.wireguard: Wireguard client configuration import broken when minification enabled (#127)
1318
* de-telstra: Re-worked opkg configuration to remove requirement for internet connection when running
1419
* de-telstra: Now removes an NTP hotplug script that re-enabled bulkdata upload when time synced
20+
* de-telstra: Telstra AIR firewall and QoS rules were not being removed in FW 20.3.c and 20.4
21+
* de-telstra: Fixed "xargs: unmatched single quote" error when SSID contain single quote
22+
* de-telstra: Fixed missing path on opkg "dest root" directive
23+
* guest-restore: Failed to restore correctly on any firmware before 20.3.c.0432
24+
* guest-restore: Update option (-U) incorrectly failed when no argument provided
25+
* guest-restore: Configuration lists incorrectly applied as options could break transformer service
26+
* guest-restore: Firewall zones were missing default actions
27+
* guest-restore: Moved MultiAP backhaul interface back to wl_2 as per default configuration
28+
* guest-restore: Reboot on completion is now optional
29+
* guest-restore: Abort if Guest network interfaces already exist
30+
* move-lan-port-to-own-network: New script to move a LAN port from the LAN bridge to its own network
1531
* mtd-backup: Fixed bug that caused --no-drop-cache to be not recognised as a valid option
1632

1733
2022.12.31
@@ -47,12 +63,12 @@
4763
* tch-gui-unhide: Fixed clicking on SSID to show Wi-Fi QR Code not working on FW 20.4
4864
* tch-gui-unhide: Fixed Device Bandwidth Monitor not correctly enabled
4965
* tch-gui-unhide: Allow Telephony Global configuration even when mmpbx disabled
50-
* tch-gui-unhide: When specifying show individual Chart cards (-Ci option) WAN UP/Down cards not shown if device is in bridged mode
51-
* tch-gui-unhide: WAN Sensing status incorrectly shown on Broadband card in bridged mode
66+
* tch-gui-unhide: When specifying show individual Chart cards (-Ci option) WAN UP/Down cards not shown if device is in Bridged mode
67+
* tch-gui-unhide: WAN Sensing status incorrectly shown on Broadband card in Bridged mode
5268
* tch-gui-unhide: Removed scheduled update of opkg package lists at the request of repository owner, because some users were changing the schedule to daily updates and abusing the system
5369
* tch-gui-unhide: Removed incorrect dhcp.main.local configuration on change of Local Domain Name on Local Network screen (#107)
5470
* tch-gui-unhide: Old handling for different Mobile card sequencing between 17.2 and later firmware removed and simplified as could cause duplicate Mobile cards (#119)
55-
* tch-gui-unhide: Errors are no longer silently ignored when setting LAN configuration options in bridged mode (#113)
71+
* tch-gui-unhide: Errors are no longer silently ignored when setting LAN configuration options in Bridged mode (#113)
5672
* tch-gui-unhide: Improved display of selected options before installation
5773
* tch-gui-unhide: Install messages now have line numbers in addition to install script to facilitate error resolution
5874
* tch-gui-unhide: Updated tproxy-go executables with architecture specific versions (v2022.10.29-2-gb3ecf44)
@@ -115,7 +131,7 @@
115131

116132
2022.10.06
117133
==========
118-
* tch-gui-unhide: Fixed Local Network and Broadband screens were showing error message '{ "success":false, "message":"Unknown Network Mode: SAVE?" }' when saving any change (except when changing between routed mode and bridged mode)
134+
* tch-gui-unhide: Fixed Local Network and Broadband screens were showing error message '{ "success":false, "message":"Unknown Network Mode: SAVE?" }' when saving any change (except when changing between routed mode and Bridged mode)
119135

120136
2022.10.04
121137
==========
@@ -138,7 +154,7 @@
138154
* tch-gui-unhide: Fixed bug where utilities were always copied to USB during GUI upgrade, even if they didn't exist before
139155
* tch-gui-unhide: Fixed bug where Cancel/Save buttons were not replaced with Close button after successfully updating Broadband configuration
140156
* tch-gui-unhide: Fixed layout issues and missing status for Mobile Only Mode on Mobile card
141-
* tch-gui-unhide: Fixed LAN IPv6 in bridged mode
157+
* tch-gui-unhide: Fixed LAN IPv6 in Bridged mode
142158
* tch-gui-unhide: Fixed IPv6 DNS Server display on Local Network card when DNS hijacking enabled
143159
* tch-gui-unhide: Added Permanent WWAN switch to Broadband Configuration (when enabled, Mobile Internet will be permanently connected at a lower priority so that normal traffic will pass through the WAN connection, but if that fails, traffic will be routed immediately through the WWAN connection) NOTE: Should not be used with Telstra Backup SIM - it will probably get disabled (Thanks to @UncleSam1966 for original code)
144160
* tch-gui-unhide: Added separate tabs for Fixed and Mobile Broadband Usage
@@ -166,7 +182,7 @@
166182
2022.07.28
167183
==========
168184
* tch-gui-unhide: Fixed hanging install when making CWMP username/password optional
169-
* tch-gui-unhide: Fixed bridge mode default gateway validation error (#106)
185+
* tch-gui-unhide: Fixed Bridged mode default gateway validation error (#106)
170186
* tch-gui-unhide: Removed incorrect dhcp.main.local configuration added by de-telstra (#107)
171187
* tch-gui-unhide: When upgrading via the GUI, any updated extras scripts will replace existing versions found in /root or the root directory of an attached USB device
172188
* tch-gui-unhide: Fixed text on update screen specifying that updated utilities will replace existing versions found in /root or the root directory of an attached USB device
@@ -212,9 +228,9 @@
212228
* tch-gui-unhide: Added serial number to Gateway (device) card header
213229
* tch-gui-unhide: Added QoS System Shapers (FW 20.3.c)
214230
* tch-gui-unhide: Added new -b option to enable (the default) or disable background refresh of the dashboard screen cards
215-
* tch-gui-unhide: Added mode indicator to LAN card when bridged
231+
* tch-gui-unhide: Added mode indicator to LAN card when Bridged
216232
* tch-gui-unhide: Updated URL for ca-bundle and ca-certificates packages from 21.02 to 22.03
217-
* tch-gui-unhide: Set Broadband card icon to Exchange when device is in bridged mode
233+
* tch-gui-unhide: Set Broadband card icon to Exchange when device is in Bridged mode
218234
* de-telstra: Updated URL for ca-bundle and ca-certificates packages from 21.02 to 22.03
219235
* update-ca-certificates: Updated URL for ca-bundle and ca-certificates packages from 21.02 to 22.03
220236

@@ -230,12 +246,12 @@
230246
* tch-gui-unhide: Added service status to Internet Access card and troubleshooting steps if connection down
231247
* tch-gui-unhide: Added line and xDSL status to xDSL card
232248
* tch-gui-unhide: Allowed UPnP leases to be cleared (#81)
233-
* tch-gui-unhide: xDSL card is now visible in bridge mode (#87)
249+
* tch-gui-unhide: xDSL card is now visible in Bridged mode (#87)
234250
* tch-gui-unhide: Broadband card background icon automatically changes to reflect current connection status: Down=Warning-Sign Connecting=Spinner(Static) Up=Tick Disabled=Ban-Circle
235251
* tch-gui-unhide: Fixed power saving options check on FW 20.3.c
236252
* tch-gui-unhide: Fixed bug where the router was incorrectly added as secondary IPv6 DNS server when IPv6 DNS Hijacking enabled and any change saved on Local Network screen
237253
* tch-gui-unhide: Fixed bug where the show Chart card options (-Ci/-Cs) were ignored on a clean install
238-
* tch-gui-unhide: Fixed bugs in switching between bridged and routed modes (#87)
254+
* tch-gui-unhide: Fixed bugs in switching between Bridged and routed modes (#87)
239255
* tch-gui-unhide: Improved logging system check (FW 20.3.c only)
240256
* tch-gui-unhide: Improved CWMP card
241257
* tch-gui-unhide: MultiAP GUI files no longer included in FW 17.2 script
@@ -327,9 +343,9 @@
327343
* tch-gui-unhide: DNS hijacking IP Sets are now restored on firewall reload as well as restart
328344
* tch-gui-unhide: De-duplicated DNS Server lists to separate module to improve performance
329345
* tch-gui-unhide: Moved DNS Hijacking to DNS card
330-
* tch-gui-unhide: Moved bridged mode DNS Servers from Local Network card to DNS card
346+
* tch-gui-unhide: Moved Bridged mode DNS Servers from Local Network card to DNS card
331347
* tch-gui-unhide: Split DNS card into multiple tabs and added the ability to enable/disable the intercept daemon
332-
* tch-gui-unhide: DNS card now visible in bridged mode
348+
* tch-gui-unhide: DNS card now visible in Bridged mode
333349
* tch-gui-unhide: Fixed error when adding and deleting file sharing users when file sharing disabled (FW 20.3.c)
334350
* tch-gui-unhide: /etc/init.d/power was incorrectly replaced on FW 20.3.c
335351
* tch-gui-unhide: Fixed opkg download failures on FW 18.1.c by applying the full wget package during opkg configuration (#56)
@@ -344,10 +360,10 @@
344360
* tch-gui-unhide: Fixed 'Save' and 'Cancel' buttons not being replaced with 'Close' when saving WAN Sensing state change
345361
* tch-gui-unhide: Fixed WAN Sensing Auto-Failover changes not being correctly applied
346362
* tch-gui-unhide: Fixed WAN Sensing Auto-Failover tab on FW 17.2
347-
* tch-gui-unhide: Do not show SSH WAN on the System Extras card in bridged mode
348-
* tch-gui-unhide: Removed IPv6 ULA from Local Network when in bridged mode
349-
* tch-gui-unhide: Configured DNS Servers now shown on Local Network card when in bridged mode
350-
* tch-gui-unhide: Removed local domain name from Local Network card when in bridged mode
363+
* tch-gui-unhide: Do not show SSH WAN on the System Extras card in Bridged mode
364+
* tch-gui-unhide: Removed IPv6 ULA from Local Network when in Bridged mode
365+
* tch-gui-unhide: Configured DNS Servers now shown on Local Network card when in Bridged mode
366+
* tch-gui-unhide: Removed local domain name from Local Network card when in Bridged mode
351367
* tch-gui-unhide: Sorted new static lease drop down list by MAC, and added Hostname/IP address
352368
* tch-gui-unhide: Fixed bug that showed summary Chart card after updating tch-gui-unhide even if it was previously hidden
353369
* tch-gui-unhide: Fixed bug that prevented the loading spinner from displaying on card links created by an Ajax request
@@ -389,7 +405,7 @@
389405
* tch-gui-unhide: Added new experimental option (-m) to reduce GUI code size by approximately 21% to try and improve performance
390406
* tch-gui-unhide: Reworked cards that took a relatively long time to render and changed them to background load their status displays to improve perceived performance
391407
* tch-gui-unhide: Fixed broken acme-ipsec.sh
392-
* tch-gui-unhide: Fixed bridged mode detection on booster device
408+
* tch-gui-unhide: Fixed Bridged mode detection on booster device
393409
* tch-gui-unhide: Fixed bug that prevented changing of SIP Network Interface
394410
* tch-gui-unhide: Removed option to create multiple SIP Networks (because support for multiple SIP Networks is broken: https://hack-technicolor.readthedocs.io/en/stable/Unlock/#unlocking-the-option-to-setup-a-second-sip-network)
395411
* tch-gui-unhide: NOTE: There are de-telstra changes, so manual download and upgrade after re-running de-telstra is recommended!
@@ -650,7 +666,7 @@
650666
2021.05.15
651667
==========
652668
* tch-gui-unhide: Fixed detection of custom browser tab titles
653-
* tch-gui-unhide: Fixed bug in QoS card when in bridged mode
669+
* tch-gui-unhide: Fixed bug in QoS card when in Bridged mode
654670
* tch-gui-unhide: Fixed 'Some parameters failed validation' error on Local Network screen when WAN IPv6 not enabled
655671
* tch-gui-unhide: Scroll last changed init script into view on refresh
656672
* tch-gui-unhide: Added help icon to Wireless Output Power Adjustment (#25)
@@ -660,8 +676,8 @@
660676
==========
661677
* tch-gui-unhide: Fixed Local Network card showed incorrect IPv6 prefix
662678
* tch-gui-unhide: Fixed DHCP range validation errors when changing LAN IP address
663-
* tch-gui-unhide: Fixed GUI failing to display and various other issues when in bridged mode
664-
* tch-gui-unhide: Removed ability to set the tch-nginx-gui version of bridged mode through Broadband screen and Internet Access
679+
* tch-gui-unhide: Fixed GUI failing to display and various other issues when in Bridged mode
680+
* tch-gui-unhide: Removed ability to set the tch-nginx-gui version of Bridged mode through Broadband screen and Internet Access
665681
* tch-gui-unhide: Fixed VLAN detection when manually changing Broadband connection mode
666682
* tch-gui-unhide: When configuring VLAN, set IPv6 (wan6) interface as well as IPv4 (wan) interface
667683
* tch-gui-unhide: Set IPv6 (wan6) interface as well as IPv4 (wan) interface when manually changing Broadband connection mode
@@ -794,7 +810,7 @@
794810
* tch-gui-unhide: Fixed bug that caused Telephony card to crash when no call statistics recorded [#18]
795811
* tch-gui-unhide: Added button to indicate when a new version is available
796812
* tch-gui-unhide: Added tch-gui-unhide release version to landing page (18.1.c only)
797-
* tch-gui-unhide: Allow setup of wan connection when in bridge mode (https://github.com/Ansuel/tch-nginx-gui/commit/1903e3578b8557076c8b4681d8078c20c996a7d4)
813+
* tch-gui-unhide: Allow setup of wan connection when in Bridged mode (https://github.com/Ansuel/tch-nginx-gui/commit/1903e3578b8557076c8b4681d8078c20c996a7d4)
798814
* tch-gui-unhide: Ensure wan6 auto, proto and ifname settings match wan on save
799815

800816
2020.12.29
@@ -1002,7 +1018,7 @@
10021018
* tch-gui-unhide: Added upload/download stats to Broadband card
10031019
* tch-gui-unhide: Fixed positioning of signal indicator on Mobile card
10041020
* tch-gui-unhide: Fixed hard-coded QoS vDSL WAN interface - now uses current defined WAN interface, or card hidden if no current WAN interface
1005-
* tch-gui-unhide: Fixed Internet card bug and bridge detection
1021+
* tch-gui-unhide: Fixed Internet card bug and Bridged mode detection
10061022
* tch-gui-unhide: Fixed "invalid exact path [email protected]_uniq" message when using PPoE
10071023
* tch-gui-unhide: Fixed "invalid instance" message when broadband mode configured as ADSL2+
10081024
* tch-gui-unhide: Fixed allowed role in broadband mode configuration imported from Ansuel GUI
@@ -1016,7 +1032,7 @@
10161032
* tch-gui-unhide: Added support for custom ipv6-DNS-Servers
10171033
* tch-gui-unhide: Added switch to enable/disable DHCPv6 Server
10181034
* tch-gui-unhide: Enabled device host map and sort device list by host name
1019-
* tch-gui-unhide: Enabled cards in Bridge Mode
1035+
* tch-gui-unhide: Enabled cards in Bridged Mode
10201036
* tch-gui-unhide: Added QoS state to card
10211037
* tch-gui-unhide: Added support for 17.2.0468 FW
10221038

tch-gui-unhide-17.2

+28-10
Large diffs are not rendered by default.

tch-gui-unhide-18.1.c

+28-10
Large diffs are not rendered by default.

tch-gui-unhide-20.3.c

+28-10
Large diffs are not rendered by default.

tch-gui-unhide-20.4

+6-6
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)