Skip to content

Commit c7955ab

Browse files
committed
Pre-Release 2023.05.03@17:30
1 parent 1cb413a commit c7955ab

6 files changed

+449
-340
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"localdev",
6060
"logread",
6161
"lotagent",
62+
"mdkshell",
6263
"minidlna",
6364
"mmpbx",
6465
"mmpbxd",

CHANGELOG.txt

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2023.05.03
2+
==========
3+
* 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)
4+
* tch-gui-unhide: Added separate tabs to Local Network for global configuration and static leases
5+
* 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)
7+
* tch-gui-unhide: Added ability to add and remove additional LAN interfaces
8+
* 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
10+
* tch-gui-unhide: Fixed wireless radio in device description on Egress QoS on FW 20.4
11+
* tch-gui-unhide: Fixed failed address validation on IPv6 port forwarding when MAC has multiple IPv6 addresses
12+
* tch-gui-unhide: Show wait spinner when changing tabs on slow screens, and adding table rows
13+
* tch-gui-unhide: Do not show VoLTE call stats if Telephony disabled
14+
* tch-gui-unhide: Fixed Time of Day Wireless Control on FW 20.4 to allow selection of SSID to allow/blocking
15+
* tch-gui-unhide: General code and consistency improvements to all Time of Day tabs
16+
* tch-gui-unhide-xtra.adblock: Updated to support Adblock 4.1.5
17+
* hijack-dns: Fixed some issues with --status output
18+
* 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
19+
* move-lan-port-to-own-network: Prevent running when mdkshell not present (e.g. FW 20.4)
20+
* 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)
21+
* set-optimal-bank-plan: Now supports recommended configuration on SMG3 (booting from bank 2 + exploitable firmware kept in bank 1)
22+
* show-bank-plan: Changed messages when running on SMG3
23+
* 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
24+
125
2023.03.23
226
==========
327
* tch-gui-unhide: Fixed bug that incorrectly showed Update Available as Pre-Release Available

tch-gui-unhide-17.2

+102-83
Large diffs are not rendered by default.

tch-gui-unhide-18.1.c

+102-83
Large diffs are not rendered by default.

tch-gui-unhide-20.3.c

+102-83
Large diffs are not rendered by default.

tch-gui-unhide-20.4

+118-91
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)