LTE module firmware upgrade announcements

Hi,

I have the CAT4 and CAT6 LTE modules in mikrotik products.

I have the impression you need to manually check for FW update availability for these LTE modules under interface (CLI only)?
(OK you could do a script to check every day/week or month etc.)

It would be great to have forum post announcing LTE product FW upgrades (with change log if possible)…
I have the impression of performance regression since I moved to a V20 on the CAT6 one…

Have I just missed such section somewhere or is there place to find this info?

Even MikroTik WIKI not give us information what is latest fw of specific LTE modem.
I use R11e-LTE6 and just do every 1h a some scripts like:

local Firmware [interface lte firmware-upgrade 0 once as-value ]
if ( $Firmware->"installed" != $Firmware->"latest" ) do={
tool e-mail send subject=("LTE R11e-LTE6 new FW: ".$Firmware->"latest") to=user@domain.tld
}

My example is

[admin@MikroTik] > interface lte firmware-upgrade lte1
installed: R11e-LTE6_V020
latest: R11e-LTE6_V020

You can send e-mail to support@mikrotik.com to list a current fw per modem at wiki:lte but for now we haven’t that list.