aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-11-27 18:38:57 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-12-05 00:11:19 +0100
commit69af86957271e51fddd8a34a1135fe0c95d7cbca (patch)
tree4be92c76afe2fc3ce660370693a5a2ae7c874b64
parent52b8e67309ce8497482bf057cc0934badb8cefe8 (diff)
mention the donation hint...change-116
-rw-r--r--global-functions.rsc4
-rw-r--r--news-and-changes.rsc5
2 files changed, 8 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc
index 93da798..952f869 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -12,7 +12,7 @@
:local 0 "global-functions";
# expected configuration version
-:global ExpectedConfigVersion 115;
+:global ExpectedConfigVersion 116;
# global variables not to be changed by user
:global GlobalFunctionsReady false;
@@ -1297,6 +1297,7 @@
:local Symbols {
"abacus"="\F0\9F\A7\AE";
"alarm-clock"="\E2\8F\B0";
+ "arrow-down"="\E2\AC\87";
"arrow-up"="\E2\AC\86";
"calendar"="\F0\9F\93\85";
"card-file-box"="\F0\9F\97\83";
@@ -1307,6 +1308,7 @@
"earth"="\F0\9F\8C\8D";
"fire"="\F0\9F\94\A5";
"floppy-disk"="\F0\9F\92\BE";
+ "heart"="\E2\99\A5";
"high-voltage-sign"="\E2\9A\A1";
"incoming-envelope"="\F0\9F\93\A8";
"information"="\E2\84\B9";
diff --git a/news-and-changes.rsc b/news-and-changes.rsc
index 1040a67..11b4e61 100644
--- a/news-and-changes.rsc
+++ b/news-and-changes.rsc
@@ -2,6 +2,8 @@
# Copyright (c) 2019-2023 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
+:global IDonate;
+
:global IfThenElse;
:global RequiredRouterOS;
:global SymbolForNotification;
@@ -31,6 +33,9 @@
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!";
115=("Celebrating " . [ $SymbolForNotification "sparkles,star" ] . "1.000 stars " . [ $SymbolForNotification "star,sparkles" ] . "on Github! Please continue starring...");
+ 116=("... and also please keep in mind that it takes a huge amount of time maintaining these scripts. " . [ $IfThenElse ($IDonate != true) \
+ ("Following the donation hint " . [ $SymbolForNotification "arrow-down" "below" ] . "to keep me motivated is much appreciated. Thanks!") \
+ ("Looks like you did donate already. " . [ $SymbolForNotification "heart" "<3" ] . "Much appreciated, thanks!") ]);
};
# Migration steps to be applied on script updates