diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-28 21:29:27 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-01 22:45:35 +0200 |
commit | c01a424f4f41997d1b8b4a45c2bb033f37470393 (patch) | |
tree | eb33dc6b1f169a3c433ecf389755c63fe187188a /news-and-changes.rsc | |
parent | 15ca80fbf7a066c307f5db9d0c688b9e85ed38d2 (diff) |
telegram-chat: read file content...routeros-7.13-2change-126
... instead of getting it. This lifts the size limit, though we are
still limited by Telegram message size.
This requires RouterOS 7.13.
Diffstat (limited to 'news-and-changes.rsc')
-rw-r--r-- | news-and-changes.rsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news-and-changes.rsc b/news-and-changes.rsc index 5523c73..2b04c29 100644 --- a/news-and-changes.rsc +++ b/news-and-changes.rsc @@ -50,6 +50,7 @@ 123="Introduced new function '\$LogPrint', and deprecated '\$LogPrintExit2'. Please update custom scripts if you use it."; 124="Added support for links in 'netwatch-notify', these are added below the formatted notification text."; 125=("April's Fool! " . [ $SymbolForNotification "smiley-partying-face" ] . "Well, you missed it... - no charge nor fees. (Anyway... Donations are much appreciated, " . [ $SymbolForNotification "smiley-smiling-face" ] . "thanks!)"); + 126="Made 'telegram-chat' capable of handling large command output. Telegram messages still limit the size, so it is truncated now."; }; # Migration steps to be applied on script updates |