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
db71623
Fine-Tuning Code
Martinski4GitHub Dec 16, 2025
b168908
Merge pull request #68 from Martinski4GitHub/develop
Martinski4GitHub Dec 16, 2025
5069277
Bump actions/checkout from 6.0.1 to 6.0.2 in the all-actions group
dependabot[bot] Jan 26, 2026
bc832a8
Merge pull request #69 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Jan 26, 2026
0602454
New Functionality
Martinski4GitHub Feb 18, 2026
5b59a26
Merge pull request #70 from Martinski4GitHub/develop
Martinski4GitHub Feb 18, 2026
e7dbea2
Allow Disabling of Dropdown Submenus
ExtremeFiretop Mar 3, 2026
725b694
Actually detach state.js modifications
ExtremeFiretop Mar 4, 2026
050493e
Include Unload of Sitemap.asp
ExtremeFiretop Mar 7, 2026
673b320
Unload any changes to css when disabling
ExtremeFiretop Mar 9, 2026
121d6ab
Bug Fixes and Cleanup Uninstall
ExtremeFiretop Mar 9, 2026
609a9ad
Gate AJAX Loops when restarting WebUI
ExtremeFiretop Mar 13, 2026
022c514
Merge pull request #71 from AMTM-OSR/Disable_DropMenus
Martinski4GitHub Mar 15, 2026
8e40351
Fix and Code Improvements
Martinski4GitHub Mar 15, 2026
9dd0c27
Merge pull request #72 from Martinski4GitHub/develop
ExtremeFiretop Mar 15, 2026
f0597d0
Fixed misspelling
Martinski4GitHub Mar 16, 2026
84d2282
Merge pull request #73 from Martinski4GitHub/develop
Martinski4GitHub Mar 16, 2026
711c04b
Bump softprops/action-gh-release in the all-actions group
dependabot[bot] Mar 16, 2026
d40e5b5
Merge pull request #74 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Mar 16, 2026
ea03328
Quick Cold-Boot Fix
ExtremeFiretop Mar 20, 2026
3d2f1a2
Merge pull request #75 from AMTM-OSR/Quick-Fix
Martinski4GitHub Mar 21, 2026
c9990b3
Fix and Code Improvements
Martinski4GitHub Mar 21, 2026
63f25a0
Merge pull request #76 from Martinski4GitHub/develop
ExtremeFiretop Mar 21, 2026
3327209
Merge branch 'master' into develop
ExtremeFiretop 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@v6.0.1
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.5.0
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 @@
# scMerlin

## v2.5.47
### Updated on 2025-Dec-12
## v2.5.48
### Updated on 2026-Mar-21

## About
scMerlin allows you to easily control the most common services/scripts on your router. scMerlin also augments your router's WebUI with a Sitemap and dynamic submenus for the main left menu of Asuswrt-Merlin.
Expand Down
Loading
Loading