diff --git a/.github/workflows/Create-NewReleases.yml b/.github/workflows/Create-NewReleases.yml index fc8f9bf..b9c40d4 100644 --- a/.github/workflows/Create-NewReleases.yml +++ b/.github/workflows/Create-NewReleases.yml @@ -19,7 +19,7 @@ jobs: steps: # 1--- Check out master so we tag the exact merge commit - name: Checkout source code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 with: fetch-depth: 0 ref: 'master' diff --git a/Changelog.txt b/Changelog.txt index cc99340..7c738cf 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,9 @@ +v1.4.9 (04-Sep-2025) + - NEW: Includes Flexible/Dynamic Scheduling of the QoS system on ASUS routers. As requested here: https://www.snbforums.com/threads/flexqos-1-4-8-flexible-qos-enhancement-script-for-adaptive-qos.94976/post-964632 + v1.4.8 (18-May-2025) - CHANGED: Changed Soft Warning for Hard Block on WiFi 7 devices as per dave and RMerlin conversation here: https://www.snbforums.com/threads/asuswrt-merlin-3006-102-5-beta-is-now-available.95115/post-961105 - - CHANGED: Added a force uninstall for routers with FlexQoS installed on BE devixes while rebooting/startup. + - CHANGED: Added a force uninstall for routers with FlexQoS installed on BE devices while rebooting/startup. v1.4.7 (15-June-2025) - CHANGED: Re-enable develop branch for script development. diff --git a/flexqos.asp b/flexqos.asp index 5f8e28d..8c5a25c 100644 --- a/flexqos.asp +++ b/flexqos.asp @@ -145,6 +145,19 @@ box-shadow: #2B6692 5px 0px 0px 0px inset; td.cat7{ box-shadow: #6C604F 5px 0px 0px 0px inset; } +#sched_block thead th { +color: #fff !important; +} +#sched_block .sched-day{ +display: inline-flex; +align-items: center; +gap: 4px; +white-space: nowrap; +margin: 2px 8px 2px 0; +} +#sched_block .sched-daycb{ +margin: 0; +}