mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-07 11:44:45 +02:00
celebrating ✨⭐ 1.000 stars ⭐✨ on Github!
This commit is contained in:
parent
d3611cebbd
commit
52b8e67309
2 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
:local 0 "global-functions";
|
:local 0 "global-functions";
|
||||||
|
|
||||||
# expected configuration version
|
# expected configuration version
|
||||||
:global ExpectedConfigVersion 114;
|
:global ExpectedConfigVersion 115;
|
||||||
|
|
||||||
# global variables not to be changed by user
|
# global variables not to be changed by user
|
||||||
:global GlobalFunctionsReady false;
|
:global GlobalFunctionsReady false;
|
||||||
|
@ -1320,6 +1320,7 @@
|
||||||
"scissors"="\E2\9C\82";
|
"scissors"="\E2\9C\82";
|
||||||
"sparkles"="\E2\9C\A8";
|
"sparkles"="\E2\9C\A8";
|
||||||
"speech-balloon"="\F0\9F\92\AC";
|
"speech-balloon"="\F0\9F\92\AC";
|
||||||
|
"star"="\E2\AD\90";
|
||||||
"warning-sign"="\E2\9A\A0";
|
"warning-sign"="\E2\9A\A0";
|
||||||
"white-heavy-check-mark"="\E2\9C\85"
|
"white-heavy-check-mark"="\E2\9C\85"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
:global IfThenElse;
|
:global IfThenElse;
|
||||||
:global RequiredRouterOS;
|
:global RequiredRouterOS;
|
||||||
|
:global SymbolForNotification;
|
||||||
|
|
||||||
# News, changes and migration up to change 95:
|
# News, changes and migration up to change 95:
|
||||||
# https://git.eworm.de/cgit/routeros-scripts/plain/global-config.changes?h=change-95
|
# https://git.eworm.de/cgit/routeros-scripts/plain/global-config.changes?h=change-95
|
||||||
|
@ -29,6 +30,7 @@
|
||||||
112="Enhanced 'mod/ssh-keys-import' to record the fingerprint of keys.";
|
112="Enhanced 'mod/ssh-keys-import' to record the fingerprint of keys.";
|
||||||
113="Added helper functions for easier setup to Matrix notification module.";
|
113="Added helper functions for easier setup to Matrix notification module.";
|
||||||
114="All relevant scripts were ported to new wifi package for RouterOS 7.13 and later. Migration is complex and thus not done automatically!";
|
114="All relevant scripts were ported to new wifi package for RouterOS 7.13 and later. Migration is complex and thus not done automatically!";
|
||||||
|
115=("Celebrating " . [ $SymbolForNotification "sparkles,star" ] . "1.000 stars " . [ $SymbolForNotification "star,sparkles" ] . "on Github! Please continue starring...");
|
||||||
};
|
};
|
||||||
|
|
||||||
# Migration steps to be applied on script updates
|
# Migration steps to be applied on script updates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue