Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
b95fd4a
Bump actions/checkout from 5.0.0 to 6.0.0 in the all-actions group
dependabot[bot] Nov 24, 2025
395f8e6
Merge pull request #34 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Nov 24, 2025
4426f3b
Bump softprops/action-gh-release in the all-actions group
dependabot[bot] Dec 1, 2025
79c2fa8
Merge pull request #35 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Dec 1, 2025
4cd74e8
Bump actions/checkout from 6.0.0 to 6.0.1 in the all-actions group
dependabot[bot] Dec 8, 2025
60b45aa
Merge pull request #36 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Dec 8, 2025
4df4e9e
Bump actions/checkout from 6.0.1 to 6.0.2 in the all-actions group
dependabot[bot] Jan 26, 2026
66287b0
Merge pull request #38 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Jan 26, 2026
a4f5cc5
New Functionality
Martinski4GitHub Feb 18, 2026
99448b9
Merge pull request #39 from Martinski4GitHub/develop
Martinski4GitHub Feb 18, 2026
43b854e
Code Improvements
Martinski4GitHub Mar 16, 2026
40d6252
Merge pull request #40 from Martinski4GitHub/develop
Martinski4GitHub Mar 16, 2026
6c85721
Bump softprops/action-gh-release in the all-actions group
dependabot[bot] Mar 16, 2026
3d7c924
Merge pull request #41 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Mar 16, 2026
db99129
Minor code improvement
Martinski4GitHub Mar 21, 2026
34fb722
Merge pull request #42 from Martinski4GitHub/develop
Martinski4GitHub Mar 21, 2026
faadbca
Merge branch 'master' into develop
Martinski4GitHub Mar 22, 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@v5.0.0
uses: actions/checkout@v6.0.2
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.4.2
uses: softprops/action-gh-release@v2.6.1
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 @@
# YazFi - enhanced AsusWRT-Merlin Guest WiFi Networks

## v4.4.9
### Updated on 2025-Nov-08
## v4.4.10
### Updated on 2026-Mar-21

## About
Feature expansion of guest WiFi networks on AsusWRT-Merlin, including, but not limited to:
Expand Down
Loading
Loading