Skip to content

Commit

Permalink
Release 2020.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed Nov 20, 2020
1 parent 5efde17 commit 21f4708
Show file tree
Hide file tree
Showing 10 changed files with 422 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
authorized_keys
.personal/*
*.b64
*.tar.gz
build/deploy
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Some hidden screens included on the device are not enabled, mainly because they

*PLEASE NOTE: Previous versions of the script (release 2020.08.16 and before) also set the hostname and domain. This functionality has been moved to the [`de-telstra`](https://github.com/seud0nym/tch-gui-unhide/tree/master/utilities#de-telstra) utility script.*

### Firmware Versions 0468 and Later
### Custom DNS Servers
- If a file called *ipv4-DNS-Servers* and/or *ipv6-DNS-Servers* is found in the directory from which the script is invoked, the contents will be added to the list of DNS Servers on the **Local Network** screen.

The contents of these file are simply the hostname and IP address, which are separated by a space. Multiple servers may be added, each on its own line.
Expand All @@ -121,6 +121,9 @@ Some hidden screens included on the device are not enabled, mainly because they
Pi-hole-VM fe80::1:22:3300:444
```

### Firmware Versions 0468 and Later
*PLEASE NOTE: Since release 2020.11.20, Custom DNS Servers (above) can now be specified for all supported releases, including FW 17.2.0284.*

### Firmware Version 18.1.c.0514 (and later) Specific
- If you run this script on the 18.1.c.0514 or later firmware, it can also add a button to access DumaOS (Telstra Game Optimiser), but only if DumaOS has been enabled. To add this button, execute the [`dumaos`](https://github.com/seud0nym/tch-gui-unhide/tree/master/utilities#dumaos) script with the `-on` parameter to enable DumaOS *before* running the `tch-gui-unhide` script.

Expand Down
18 changes: 16 additions & 2 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2020.11.20
==========
* tch-gui-unhide: Fixed NAT ALG screen so that it repairs already broken helpers
* tch-gui-unhide: Fixed editing of cron tab
* tch-gui-unhide: Fixed Init Management - did not refresh when init scripts added or removed
* tch-gui-unhide: Fixed Process viewer - did not update and refresh button not working
* tch-gui-unhide: Fixed tab highlighting after sorting on Devices and Management screens
* tch-gui-unhide: Fixed inconsistent enabling/disabling of backhaul SSID
* tch-gui-unhide: Fixed Local Network card so that DHCPv6 server not shown as enabled when IPv6 disabled
* tch-gui-unhide: Added ability to enable/disable cron tasks
* tch-gui-unhide: Added ability to enable/disable SLAAC
* tch-gui-unhide: Backported Local Network modal from 17.2.0468 into 17.2.0284
* de-telstra: Inconsistent enabling/disabling of backhaul SSID

2020.11.16
==========
* tch-gui-unhide: Moved prettifying of content sharing screen from tch-gui-unhide-xtra.minidlna
Expand Down Expand Up @@ -95,9 +109,9 @@
2020.10.02
==========
* de-telstra: Optionally configures opkg so that you can install additional packages on the device
* tch-gui-unhide: Added abililty to disable/enable the firewall
* tch-gui-unhide: Added ability to disable/enable the firewall
* tch-gui-unhide: Allow enabling/disabling of Internet IPv6 pings
* tch-gui-unhide: Added abililty to sort device list by column headings
* tch-gui-unhide: Added ability to sort device list by column headings
* tch-gui-unhide: Replaced ugly host map with the nicer network map from the basic view
* tch-gui-unhide: Added support for extra feature scripts that rely on additional packages being installed, and/or that make changes outside of the /www directory
* tch-gui-unhide: Added WAN Supervision to Internet DHCP Routed Mode snippet
Expand Down
120 changes: 96 additions & 24 deletions tch-gui-unhide-17.2.0284

Large diffs are not rendered by default.

96 changes: 64 additions & 32 deletions tch-gui-unhide-17.2.0468

Large diffs are not rendered by default.

88 changes: 60 additions & 28 deletions tch-gui-unhide-18.1.c.0462

Large diffs are not rendered by default.

88 changes: 60 additions & 28 deletions tch-gui-unhide-18.1.c.0514

Large diffs are not rendered by default.

88 changes: 60 additions & 28 deletions tch-gui-unhide-18.1.c.0543

Large diffs are not rendered by default.

88 changes: 60 additions & 28 deletions tch-gui-unhide-18.1.c.0549

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tch-gui-unhide-cards
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ apply_suggested() {
LAN.lp) SEQ="008";;
lte.lp) SEQ="004";;
natalghelper.lp) SEQ="017";;
nfc.lp) SEQ="009";;
nfc.lp) SEQ="004";;
parental.lp) SEQ="021";;
printersharing.lp) SEQ="020"; HIDE="$HIDE_EXTRA";;
qos.lp) SEQ="018";;
Expand Down

0 comments on commit 21f4708

Please sign in to comment.