Skip to content

Commit 9c98095

Browse files
Update Node Email Titles
Update Node Email Titles
1 parent 4a10e65 commit 9c98095

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

MerlinAU.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
set -u
1010

1111
## Set version for each Production Release ##
12-
readonly SCRIPT_VERSION=1.5.10
13-
readonly SCRIPT_VERSTAG="26022202"
12+
readonly SCRIPT_VERSION=1.6.0
13+
readonly SCRIPT_VERSTAG="26022409"
1414
readonly SCRIPT_NAME="MerlinAU"
1515
## Set to "master" for Production Releases ##
1616
SCRIPT_BRANCH="dev"
@@ -3227,7 +3227,7 @@ _CreateEMailContent_()
32273227
then subjectStrTag="Script Update Status"
32283228
fi
32293229
if [ -s "$tempNodeEMailList" ]
3230-
then subjectStr="$subjectStrTag for $node_lan_hostname"
3230+
then subjectStr="$subjectStrTag for AiMesh Node(s)"
32313231
else subjectStr="$subjectStrTag for $MODEL_ID"
32323232
fi
32333233

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MerlinAU - AsusWRT-Merlin Firmware Auto Updater
22

3-
## v1.5.10
4-
## 2026-Feb-22
3+
## v1.6.0
4+
## 2026-Feb-24
55

66
## WebUI:
77
![image](https://github.com/user-attachments/assets/9c1dff99-9c13-491b-a7fa-aff924d5f02e)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.10
1+
1.6.0

0 commit comments

Comments
 (0)