Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
daeb6a6
Bump softprops/action-gh-release in the all-actions group
dependabot[bot] Apr 13, 2026
55756ba
Merge pull request #83 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Apr 13, 2026
f477526
Code Improvement
Martinski4GitHub Apr 15, 2026
cb37c2d
Merge pull request #84 from Martinski4GitHub/develop
Martinski4GitHub Apr 16, 2026
5b76cb6
Update Templates
ExtremeFiretop May 3, 2026
1a6a374
Bump actions/checkout from 6.0.2 to 6.0.3 in the all-actions group
dependabot[bot] Jun 8, 2026
4afb9fa
Merge pull request #85 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Jun 8, 2026
3774e17
Bump the all-actions group with 2 updates
dependabot[bot] Jun 22, 2026
5f9643b
Merge pull request #86 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Jun 22, 2026
8b601bf
Fix for Missing "cookie" Helper Functions
Martinski4GitHub Jun 24, 2026
e8cfa81
Merge pull request #87 from Martinski4GitHub/develop
Martinski4GitHub Jun 24, 2026
1309301
Conditional Requirement for SWAP
Martinski4GitHub Jul 9, 2026
7cfd813
Merge pull request #88 from Martinski4GitHub/develop
Martinski4GitHub Jul 9, 2026
f0ca0e7
Fixes and Improvements.
Martinski4GitHub Jul 12, 2026
8922f92
Merge pull request #89 from Martinski4GitHub/develop
Martinski4GitHub Jul 12, 2026
ce9ed71
Tentative Fix and Improvements
Martinski4GitHub Jul 15, 2026
13c75b3
Merge pull request #90 from Martinski4GitHub/develop
Martinski4GitHub Jul 15, 2026
d0d2ef5
Bump softprops/action-gh-release in the all-actions group
dependabot[bot] Jul 20, 2026
b766ad9
Merge pull request #91 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Jul 20, 2026
9ea2246
Bump actions/checkout from 7.0.0 to 7.0.1 in the all-actions group
dependabot[bot] Jul 27, 2026
7683c46
Merge pull request #92 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Jul 27, 2026
8e00d95
Disabled Tentative Solution to Speed Test Failures
Martinski4GitHub Aug 10, 2026
06be312
Merge pull request #93 from Martinski4GitHub/develop
Martinski4GitHub Aug 10, 2026
cd676ac
Merge branch 'master' into develop
Martinski4GitHub Aug 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Create-NewReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# 1--- Check out master so we tag the exact merge commit
- name: Checkout source code
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
ref: 'master'
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

# 7--- Publish a GitHub Release with auto-generated notes
- name: Create Release with Automated Release Notes
uses: softprops/action-gh-release@v2.6.1
uses: softprops/action-gh-release@v3.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.nextver.outputs.tag }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# spdMerlin

## v4.4.19
### Updated on 2026-Apr-11
## v4.4.20
### Updated on 2026-Aug-10

## About
spdMerlin is an internet speedtest and monitoring tool for AsusWRT Merlin with charts for daily, weekly and monthly summaries. It tracks download/upload bandwidth as well as latency, jitter and packet loss.
Expand Down
Loading