Skip to content

Commit

Permalink
Release 2021.08.18
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed Aug 18, 2021
1 parent 01e7468 commit fd2a9f1
Show file tree
Hide file tree
Showing 6 changed files with 11,673 additions and 10,637 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2021.08.18
==========
* tch-gui-unhide: Made charts easier to read in night theme [#38], and added monochrome chart option
* tch-gui-unhide: New tab in Firewall for managing DNS interception
* tch-gui-unhide: Fixed missing post_helper functions
* tch-gui-unhide: Fixed chart card visibility incorrectly reset to match dependent card visibility during installation
* tch-gui-unhide: Added option (-a5) to show 5 cards across on screens wider than 1200px
* tch-gui-unhide-xtra.adblock: Added support for the adblock package
* de-telstra: Fixed "uci: Entry not found" messages on FW 17.2
* de-telstra: Added support for defaults (Documentation to come later)
* intercept-dns: Modified to be compatible with new user interface, and added --status option to show status and verify interception
* reset-to-factory-defaults-with-root: Added check to ensure that the unpacked file to be flashed is larger than source .rbi file
* reset-to-factory-defaults-with-root: Added support for defaults (Documentation to come later)
* unpack-rbi: Added check to ensure that the unpacked file is larger than source .rbi file

2021.08.05
==========
* tch-gui-unhide: Modified style sheet and javascript loading so that they auto-refresh on version change (you should no longer need to clear the browser cache when updating to a new version)
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,14 @@ It is recommended that you apply whatever hardening (such as the [`de-telstra`](
./tch-gui-unhide <options>
```
The script accepts the following options:
- -a 4|5
- Set the number of cards across on screen width greater than 1200px
- The default is the current setting, or 4 for first time installs.
- -t l|n|t|m
- Set a light (*-tl*), night (*-tn*), or default Telstra Classic (*-tt*) or Telstra Modern (*-tm*) theme
- The default is the current setting, or Telstra Classic if no theme has been applied
- -c b|o|g|p|r|m
- Set the theme highlight colour: *-cb*=blue *-co*=orange *-cg*=green *-cp*=purple *-cr*=red *-cm*=monochrome
- -c b|o|g|p|r|m|M
- Set the theme highlight colour: *-cb*=blue *-co*=orange *-cg*=green *-cp*=purple *-cr*=red *-cm*=monochrome *-cM*=monochrome (with monochrome charts)
- The default is the current setting, or *-cm* for the light theme or *-cb* for the night theme
- -i y|n
- Show (*y*) or hide (*n*) the card icons.
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.05
2021.08.18
Loading

0 comments on commit fd2a9f1

Please sign in to comment.