Skip to content

Merge into Production Release v4.4.20 - #94

Merged
Martinski4GitHub merged 24 commits into
masterfrom
develop
Aug 10, 2026
Merged

Martinski4GitHub merged 24 commits into
masterfrom
develop

Conversation

@Martinski4GitHub

Copy link
Copy Markdown
Member

Merge into Production Release v4.4.20

dependabot Bot and others added 23 commits April 13, 2026 10:43
Bumps the all-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release).


Updates `softprops/action-gh-release` from 2.6.1 to 3.0.0
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2.6.1...v3.0.0)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…p/all-actions-cf84dd4d0c

Bump softprops/action-gh-release from 2.6.1 to 3.0.0 in the all-actions group
Modified code to ensure that the F/W built-in hook scripts used by the add-on have executable permissions.
Update Templates
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…p/all-actions-6a98abd9ac

Bump actions/checkout from 6.0.2 to 6.0.3 in the all-actions group
Bumps the all-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release).


Updates `actions/checkout` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.3...v7.0.0)

Updates `softprops/action-gh-release` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…p/all-actions-36a64773f7

Bump the all-actions group with 2 updates
Fix for compatibility issue with latest AsusWRT6 routers, such as the GT-BE19000AI, running 3006.102.8 F/W version, where the webpage generates errors due to missing "cookie" helper functions previously defined in the 'state.js' file (Ported from Unbound Stats WebUI ASP fix supplied by @ExtremeFiretop).
Fix for Missing "cookie" Helper Functions
Modified code to make SWAP a conditional requirement based on the total physical RAM. The SWAP will be required only if the router has less than 512MB RAM.
Conditional Requirement for SWAP
- Modified code to be able to run the built-in Ookla binaries installed on the latest 3006.102.8.0 F/W version using the newer configuration URL.

- Modified CLI Menu toggle option to clarify what the 'built-in' and 'external' binaries refer to.

- Miscellaneous code improvements and fine-tuning.
- A tentative solution for the recent speed test failures that have begun to occur all of sudden as reported by some users. This commit implements the solution only in the code that generates the list of test servers.

- Some code improvements and fine-tuning.
Tentative Fix and Improvements
Bumps the all-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release).


Updates `softprops/action-gh-release` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…p/all-actions-00a0d7aaea

Bump softprops/action-gh-release from 3.0.1 to 3.0.2 in the all-actions group
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…p/all-actions-7a5a078ad4

Bump actions/checkout from 7.0.0 to 7.0.1 in the all-actions group
Disabled the tentative solution implemented for some unusual speed test failures. It does not seem to work well and reliably enough for a production release. More investigation is needed.
Disabled Tentative Solution to Speed Test Failures
@Martinski4GitHub
Martinski4GitHub requested a review from a team as a code owner August 10, 2026 06:00
@Martinski4GitHub
Martinski4GitHub merged commit 53b09db into master Aug 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants