Skip to content

Commit

Permalink
Release 2020.10.05
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed Oct 5, 2020
1 parent b9bb79d commit 25bc90d
Show file tree
Hide file tree
Showing 7 changed files with 333 additions and 219 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Some hidden screens included on the device are not enabled, mainly because they
- **Gateway** card now has current device status for CPU usage and free RAM
- **WiFi Boosters** card (only for devices with multiap installed - i.e. DJA0230 and DJA0231)
- **Traffic monitor** tab in Diagnostics
- **Time of Day** card shows the Wireless Control rule count

## What else does it do?
- Properly enables SSH LAN access (because if you don't and then disable it through the GUI, you can lose SSH access).
Expand Down Expand Up @@ -167,10 +168,10 @@ The script accepts the following options:
- Keep the Telstra landing page
- -T
- Apply the theme settings *ONLY*. All other processing is bypassed.
- -x *c*|*m*|*n*|*p*|*q*|*r*|*s*|*x*|*A*
- Exclude specific cards: *-xc*=Content Sharing *-xm*=Management *-xn*=NAT Helpers *-xp*=Printer Sharing *-xq*=QoS *-xr*=Relay Setup *-xs*=System Extras *-xx*=xDSL config *-xA*=ALL
- -x *c*|*m*|*n*|*p*|*q*|*r*|*s*|*t*|*x*|*A*
- Exclude specific cards: *-xc*=Content Sharing *-xm*=Management *-xn*=NAT Helpers *-xp*=Printer Sharing *-xq*=QoS *-xr*=Relay Setup *-xs*=System Extras *-xt*=Time of Day *-xx*=xDSL config *-xA*=ALL
- Use the *-x* option multiple times to specify multiple cards, or use *-xA* for all of the above cards.
- -n *c*|*m*|*n*|*p*|*q*|*r*|*s*|*x*|*A*
- -n *c*|*m*|*n*|*p*|*q*|*r*|*s*|*t*|*x*|*A*
- Include specific cards that were previously excluded.
- Use the *-n* option multiple times to specify multiple cards, or use *-nA* for all cards.
- -y
Expand Down Expand Up @@ -209,7 +210,7 @@ You can switch to a "dark" (or "night") theme by re-running the script with the
- The `-t` parameter has 3 options: `-tl` for the light theme, or `-tn` for the night theme, or `-tt` for the Telstra theme.
- The `-c` parameter specifies a highlight colour for the selected theme. There are 5 choices: blue (`-cb`), orange (`-co`), green (`-cg`), purple (`-cp`) or monochrome (`-cm`). If no theme has been previously applied, the default colour for the light theme is monochrome, and blue for the night theme.
- The `-i` parameter controls whether or not the background icons on the cards will be displayed. `-iy` makes the icons visible; `-in` hides them. If no theme has been previously applied, the default is no icons for the light theme, and icons visible for the night theme.
- The `-l` parameter turns of theming and de-branding of the Telstra landing page (DJA0231).
- The `-l` parameter turns off theming and de-branding of the Telstra landing page (DJA0231).

When you re-run the script without specifying a theme, it will default to the previously select theme, or the "Telstra" theme when run the first time or immediately after running the script with the `-r` option to revert all GUI changes.

Expand Down
8 changes: 8 additions & 0 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2020.10.05
==========
* tch-gui-unhide: RAM usage showed wrong units (is MB, but showed KB)
* tch-gui-unhide: Restore did not correctly clean up web config
* tch-gui-unhide: Added Time of Day to excludable/includable cards
* tch-gui-unhide: Show Wi-Fi Control rule count on Time of Day card
* tch-gui-unhide: Status icon colours match theme colour

2020.10.04
==========
* tch-gui-unhide: Added Telstra theme, and option to leave landing page unchanged
Expand Down
107 changes: 64 additions & 43 deletions tch-gui-unhide-17.2.0284

Large diffs are not rendered by default.

107 changes: 64 additions & 43 deletions tch-gui-unhide-17.2.0468

Large diffs are not rendered by default.

107 changes: 64 additions & 43 deletions tch-gui-unhide-18.1.c.0462

Large diffs are not rendered by default.

107 changes: 64 additions & 43 deletions tch-gui-unhide-18.1.c.0514

Large diffs are not rendered by default.

107 changes: 64 additions & 43 deletions tch-gui-unhide-18.1.c.0543

Large diffs are not rendered by default.

0 comments on commit 25bc90d

Please sign in to comment.