Skip to content

Commit 3bf8ba1

Browse files
committed
Release 2023.05.16@17:00
1 parent 2e58b92 commit 3bf8ba1

7 files changed

+4283
-76
lines changed

CHANGELOG.txt

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
2023.05.14
1+
2023.05.16
22
==========
33
* tch-gui-unhide: Added cron task to update kernel time zone when daylight saving changes so that Time of Day processing will be run on correct schedule (#146)
44
* tch-gui-unhide: Added separate tabs to Local Network for global configuration and static leases
55
* tch-gui-unhide: Added LAN port assignment to Local Network interface configuration
6-
* tch-gui-unhide: Added VLAN tab to Local Network (not FW 20.4)
6+
* tch-gui-unhide: Added VLAN tab to Local Network (not FW 20.4/21.4)
77
* tch-gui-unhide: Added ability to add and remove additional LAN interfaces
88
* tch-gui-unhide: Added ability to add/remove/edit firewall zones and zone forwarding rules
99
* tch-gui-unhide: Added ability to configure mobile operator and roaming
1010
* tch-gui-unhide: Added some operational mobile operators if not already defined
1111
* tch-gui-unhide: Added missing mmpbxmobilenet commit/apply action (FW 17.2)
1212
* tch-gui-unhide: Added ability to get the IP address from DHCP when switching to bridged mode (for use on LAN bridges only!)
1313
* tch-gui-unhide: Added LAN interfaces up/down lights and display LAN interface type (Bridge vs Single Port)
14+
* tch-gui-unhide: Added associated mobile device and session settings to VoLTE tab
15+
* tch-gui-unhide: Added support for FW 21.4
1416
* tch-gui-unhide: Fixed bug that caused the Eco Settings card to fail to display and threw an error when the device did not support Ethernet Deep Green Mode (#149)
1517
* tch-gui-unhide: Fixed mobile device capabilities not showing on FW 17.2
1618
* tch-gui-unhide: Fixed detection of in-use mobile operator
17-
* tch-gui-unhide: Fixed wireless radio in device description on Egress QoS on FW 20.4
19+
* tch-gui-unhide: Fixed wireless radio in device description on Egress QoS on FW 20.4/21.4
1820
* tch-gui-unhide: Fixed failed address validation on IPv6 port forwarding when MAC has multiple IPv6 addresses
1921
* tch-gui-unhide: Fixed Ethernet connection status on Broadband screen (#148)
22+
* tch-gui-unhide: Fixed minor display issue on Mobile card, and removed check for mobile devices before displaying
23+
* tch-gui-unhide: Fixed Time of Day Wireless Control on FW 20.4/21.4 to allow selection of SSID to allow/blocking
2024
* tch-gui-unhide: Show wait spinner when changing tabs and adding table rows on slow screens
2125
* tch-gui-unhide: Do not show VoLTE call stats if Telephony disabled
2226
* tch-gui-unhide: Removed VoLTE tab if no VoLTE configuration support
23-
* tch-gui-unhide: Added associated mobile device and session settings to VoLTE tab
24-
* tch-gui-unhide: Fixed minor display issue on Mobile card, and remove check for mobile devices before displaying
25-
* tch-gui-unhide: Fixed Time of Day Wireless Control on FW 20.4 to allow selection of SSID to allow/blocking
2627
* tch-gui-unhide: General code and consistency improvements to all Time of Day tabs
2728
* tch-gui-unhide: Removed band steering status from Wi-Fi card
2829
* tch-gui-unhide: When Permanent WWAN enabled, show upload/download stats separately for WAN and WWAN on Broadband card
@@ -35,8 +36,9 @@
3536
* de-telstra: No longer automatically enables VoLTE (replaced by GUI configuration)
3637
* hijack-dns: Fixed some issues with --status output
3738
* move-lan-port-to-own-network: Modified to correctly configure the port switch and now uses VLANs to resolve issues where clients would fail to acquire an address via DHCP
38-
* move-lan-port-to-own-network: Prevent running when mdkshell not present (e.g. FW 20.4)
39+
* move-lan-port-to-own-network: Prevent running when mdkshell not present (e.g. FW 20.4/21.4)
3940
* reset-to-factory-defaults-with-root/safe-firmware-upgrade: Copy mtd executable to /tmp and use that to write/verify firmware (to prevent "Segmentation fault" errors)
41+
* reset-to-factory-defaults-with-root/safe-firmware-upgrade: Allow restore between 20.4 and later firmware
4042
* set-optimal-bank-plan: Now supports recommended configuration on SMG3 (booting from bank 2 + exploitable firmware kept in bank 1)
4143
* show-bank-plan: Changed messages when running on SMG3
4244
* update-ca-certificates: Auto-detect latest OpenWrt release to get latest version of ca-certificates and ca-bundle, and only download packages if they have been updated

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.03.23
1+
2023.05.16

tch-gui-unhide-17.2

+18-17
Large diffs are not rendered by default.

tch-gui-unhide-18.1.c

+18-17
Large diffs are not rendered by default.

tch-gui-unhide-20.3.c

+18-17
Large diffs are not rendered by default.

tch-gui-unhide-20.4

+18-17
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)