Skip to content

Commit

Permalink
Pre-Release 2022.11.10@17:55
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed Nov 10, 2022
1 parent d9c0837 commit fba83fe
Show file tree
Hide file tree
Showing 6 changed files with 79,645 additions and 79,648 deletions.
12 changes: 10 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"bulkdata",
"bwstats",
"Chex",
"Chipset",
"chmod",
"colour",
"colours",
Expand All @@ -29,12 +30,14 @@
"customising",
"cwmp",
"CWMPD",
"Datapump",
"DDNS",
"DECT",
"DLNA",
"dnsmasq",
"domainname",
"DSCP",
"DSLAM",
"dumaos",
"excludable",
"Exetel",
Expand Down Expand Up @@ -86,6 +89,7 @@
"strongswan",
"synflood",
"sysupgrade",
"Technicolor",
"tmpfs",
"tproxy",
"Truong",
Expand All @@ -108,7 +112,7 @@
"N",
"commitapply"
],
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.version": "Lua 5.1",
"Lua.workspace.library": [
"C:\\Users\\Stephen\\Box\\Technicolor\\Extracted\\vcnt-a_20.3.c.0329-MR19-RB\\usr\\lib\\lua\\web",
"${3rd}/OpenResty/library"
Expand All @@ -122,5 +126,9 @@
"unused-local": "Information"
},
"Lua.diagnostics.ignoredFiles": "Enable",
"Lua.workspace.checkThirdParty": false
"Lua.workspace.checkThirdParty": false,
"cSpell.language": "en-GB",
"Lua.diagnostics.disable": [
"param-type-mismatch"
]
}
14 changes: 8 additions & 6 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2022.11.07
2022.11.10
==========
* tch-gui-unhide: Fixed xDSL card not showing on vDSL connection
* tch-gui-unhide: Fixed incorrect xDSL status and missing statistics on Broadband screen (FW 20.4)
Expand All @@ -7,6 +7,7 @@
* tch-gui-unhide: Added Datapump version and DSLAM Chipset/Version to xDSL card
* tch-gui-unhide: Removed duplicated calculations and optimised Broadband xDSL snippet
* tch-gui-unhide: Removed Switch Active Bank button from System Extras screen on FW 20.4 because there is no transformer support for that option
* tch-gui-unhide: Allow static leases to be defined on Guest and other LAN interfaces (but you can only assign one static lease per MAC address)

2022.11.01
==========
Expand Down Expand Up @@ -329,11 +330,11 @@
* tch-gui-unhide: Re-classified application of QoS Shapers to interfaces into upload and download shaping
* tch-gui-unhide: Changed QoS Shaper rate to Mbit/s instead of Kbit/s
* tch-gui-unhide: Fixed initial display of Mobile card
* tch-gui-unhide: Hidden SSIDs are shown as grayed out on WiFi card
* tch-gui-unhide: Hidden SSIDs are shown as greyed out on WiFi card
* tch-gui-unhide: Added WireGuard opkg repository (20.3.c only)
* tch-gui-unhide: Added bcm53xx as valid opkg architecture
* tch-gui-unhide: Sorted static leases by host name
* tch-gui-unhide: Code cleanup and optimization (mainly removed unused variables/functions)
* tch-gui-unhide: Code clean-up and optimization (mainly removed unused variables/functions)
* de-telstra: dnsmasq is not restarted if AdGuard Home is installed
* de-telstra: Disable WAN Sensing throughput monitoring (unless Telstra Monitoring kept enabled)
* de-telstra: Remove tr143 network throughput monitoring package (unless Telstra Monitoring kept enabled)
Expand Down Expand Up @@ -586,8 +587,8 @@
* tch-gui-unhide: Added warning to remind that WAN connection mode has to be applied after disabling WAN sensing
* tch-gui-unhide: Added VLAN status to Broadband card
* tch-gui-unhide: Added Bridged Mode button to Broadband card (same as Local Network card)
* tch-gui-unhide: Added IPv6 Address request behavior setting to Internet Access DHCP configuration (#24) and PPPoE configuration
* tch-gui-unhide: Added IPv6 Prefix request behavior setting to Internet Access DHCP configuration (#24) and PPPoE configuration
* tch-gui-unhide: Added IPv6 Address request behaviour setting to Internet Access DHCP configuration (#24) and PPPoE configuration
* tch-gui-unhide: Added IPv6 Prefix request behaviour setting to Internet Access DHCP configuration (#24) and PPPoE configuration
* tch-gui-unhide: Added IPv6 Prefix Size to Local Network screen (FW 18 only)
* tch-gui-unhide: Added IPv6 ULA Prefix to Local Network screen, and button to randomly generate ULA prefix (FW 18 only)
* tch-gui-unhide: Added ability to set wan6 interface to either same as wan interface or '@wan' when using PPPoE (Fix for Exetel users)
Expand Down Expand Up @@ -869,6 +870,7 @@
* 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 All @@ -887,7 +889,7 @@

2020.09.26
==========
* tch-gui-unhide: Added option to apply theme colors to both the light and night themes
* tch-gui-unhide: Added option to apply theme colours to both the light and night themes
* tch-gui-unhide: Added option to set browser tabs titles to variant, variant-MAChex, or hostname
* tch-gui-unhide: De-branded and themed DJA0231 landing page
* tch-gui-unhide: Removed "Boost Your Wi-Fi" tab in Basic view
Expand Down
Loading

0 comments on commit fba83fe

Please sign in to comment.