Skip to content

Commit 1ce294a

Browse files
committed
Pre-Release 2023.05.14@11:55
1 parent aadbf29 commit 1ce294a

6 files changed

+365
-247
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"minidlna",
6464
"mmpbx",
6565
"mmpbxd",
66+
"mmpbxmobilenet",
6667
"Modernises",
6768
"mulitap",
6869
"multiap",

CHANGELOG.txt

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,38 @@
1-
2023.05.05
1+
2023.05.14
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
66
* tch-gui-unhide: Added VLAN tab to Local Network (not FW 20.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
9-
* tch-gui-unhide: Added ability to configure mobile roaming
9+
* tch-gui-unhide: Added ability to configure mobile operator and roaming
1010
* tch-gui-unhide: Added some operational mobile operators if not already defined
11+
* tch-gui-unhide: Added missing mmpbxmobilenet commit/apply action (FW 17.2)
12+
* tch-gui-unhide: Added ability to get the IP address from DHCP when switching to bridged mode (for use on LAN bridges only!)
13+
* tch-gui-unhide: Added LAN interfaces up/down lights and display LAN interface type (Bridge vs Single Port)
14+
* 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)
15+
* tch-gui-unhide: Fixed mobile device capabilities not showing on FW 17.2
1116
* tch-gui-unhide: Fixed detection of in-use mobile operator
1217
* tch-gui-unhide: Fixed wireless radio in device description on Egress QoS on FW 20.4
1318
* tch-gui-unhide: Fixed failed address validation on IPv6 port forwarding when MAC has multiple IPv6 addresses
19+
* tch-gui-unhide: Fixed Ethernet connection status on Broadband screen (#148)
1420
* tch-gui-unhide: Show wait spinner when changing tabs and adding table rows on slow screens
1521
* tch-gui-unhide: Do not show VoLTE call stats if Telephony disabled
22+
* 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
1625
* tch-gui-unhide: Fixed Time of Day Wireless Control on FW 20.4 to allow selection of SSID to allow/blocking
1726
* tch-gui-unhide: General code and consistency improvements to all Time of Day tabs
1827
* tch-gui-unhide: Removed band steering status from Wi-Fi card
28+
* tch-gui-unhide: When Permanent WWAN enabled, show upload/download stats separately for WAN and WWAN on Broadband card
29+
* tch-gui-unhide: Bridged mode removed Guest network interfaces without removing Guest Wi-Fi SSIDs (now does not remove Guest networks)
1930
* tch-gui-unhide: Abort installation if cannot determine required environment
31+
* tch-gui-unhide: Debugging no longer enabled by default in pre-releases
2032
* tch-gui-unhide-xtra.adblock: Updated to support Adblock 4.1.5
2133
* de-telstra: Fixed various issues on devices with FW 17.2 or without 4G Backup
2234
* de-telstra: Abort if cannot determine required environment
35+
* de-telstra: No longer automatically enables VoLTE (replaced by GUI configuration)
2336
* hijack-dns: Fixed some issues with --status output
2437
* 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
2538
* move-lan-port-to-own-network: Prevent running when mdkshell not present (e.g. FW 20.4)

tch-gui-unhide-17.2

+90-61
Large diffs are not rendered by default.

tch-gui-unhide-18.1.c

+86-61
Large diffs are not rendered by default.

tch-gui-unhide-20.3.c

+86-61
Large diffs are not rendered by default.

tch-gui-unhide-20.4

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

0 commit comments

Comments
 (0)