aboutsummaryrefslogtreecommitdiffstats
path: root/news-and-changes.rsc
AgeCommit message (Collapse)AuthorFilesLines
19 hoursfw-addr-lists: add 'strongips' list from blocklist.deHEADchange-128nextmainGravatar Christian Hesse1-0/+1
2024-04-15mod/notification-ntfy: support basic authchange-127Gravatar Christian Hesse1-0/+1
Closes #59
2024-04-01telegram-chat: read file content...routeros-7.13-2change-126Gravatar Christian Hesse1-0/+1
... instead of getting it. This lifts the size limit, though we are still limited by Telegram message size. This requires RouterOS 7.13.
2024-03-31news on April's Fool! 🥳️Gravatar Christian Hesse1-2/+1
2024-03-31news on charge and feesGravatar Christian Hesse1-0/+2
2024-03-13netwatch-notify: pass link to notificationchange-124Gravatar Christian Hesse1-0/+1
This is pass verbatim below the notification text.
2024-03-12global-functions: introduce $LogPrint, deprecate $LogPrintExit2change-123Gravatar Christian Hesse1-0/+1
2024-03-12global-config: support loading snippetschange-122Gravatar Christian Hesse1-0/+1
This adds support for loading snippets, which need a name starting with "global-config-overlay.d/". This allows to split off configuration if desired.
2024-03-12news on wifiwave2 EOLchange-121Gravatar Christian Hesse1-0/+1
2024-03-12backup-cloud: catch error with :execute workaroundchange-120Gravatar Christian Hesse1-0/+1
Catching a runtime error here fails... So let's try a workaround with :execute...
2024-02-29fw-addr-lists: add support for IPv6change-119Gravatar Christian Hesse1-0/+1
2024-01-30send a warning on storage sizechange-118Gravatar Christian Hesse1-0/+6
2024-01-30packages-update: support deferred reboot on auto-updatechange-117Gravatar Christian Hesse1-0/+1
Closes #56
2024-01-01update copyright for 2024Gravatar Christian Hesse1-1/+1
2023-12-05mention the donation hint...change-116Gravatar Christian Hesse1-0/+5
2023-12-05celebrating ✨⭐ 1.000 stars ⭐✨ on Github!change-115Gravatar Christian Hesse1-0/+2
2023-11-15drop old files left from migrationGravatar Christian Hesse1-1/+2
2023-11-15notify about parted scripts for wifi packagechange-114Gravatar Christian Hesse1-0/+1
2023-11-09mod/notification-matrix: introduce $SetupMatrix{Authenticate,JoinRoom} for setupchange-113Gravatar Christian Hesse1-0/+1
Well, now that we have a JSON parser... Let's improve the user experience a bit.
2023-11-09mod/ssh-keys-import: calculate fingerprint...routeros-7.12beta1-2change-112Gravatar Christian Hesse1-0/+1
... and store it in key-owner, which is descriptive only. This requires RouterOS 7.12beta1 for the 'transform' property for ':convert' command.
2023-10-27dhcp-to-dns: allow multiple records for one mac addresschange-111Gravatar Christian Hesse1-0/+2
Now that we can have differnt name suffixes via networks it makes sense to allow multiple records for one mac address. Also update the wording for messages...
2023-10-17global-functions: $ScriptInstallUpdate: drop support for scripts from storagechange-110Gravatar Christian Hesse1-0/+1
Nobody ever used that, no? (Well, except me - just before I implemented fetching. 😜)
2023-10-17introduce mod/notification-ntfy...change-109Gravatar Christian Hesse1-0/+1
... for sending notifications via Ntfy (https://ntfy.sh/). TODO: use proper formatting once supported in Android app: https://github.com/binwiederhier/ntfy/issues/889
2023-10-17log-forward: use colorful bullets to indicate severitychange-108Gravatar Christian Hesse1-0/+1
2023-10-16mod/notification-telegram: drop support for non-fixed width fontchange-107Gravatar Christian Hesse1-0/+1
2023-10-16telegram-chat: answer question mark with short noticechange-106-2Gravatar Christian Hesse1-1/+1
2023-10-16telegram-chat: act on reply from selfchange-106-1Gravatar Christian Hesse1-0/+1
2023-08-31check-routeros-update: support update from specific neighbor(s)change-105Gravatar Christian Hesse1-0/+1
... by matching the identity property.
2023-08-15news and migration for wifiwave2change-104Gravatar Christian Hesse1-0/+2
2023-06-28hotspot-to-wpa-cleanup: drop hard-coded timeout, get from commentGravatar Christian Hesse1-1/+1
This keeps the default of four weeks, though.
2023-06-28hotspot-to-wpa-cleanup: drop hard-coded server name, find by commentchange-103Gravatar Christian Hesse1-0/+1
2023-06-28hotspot-to-wpa: support non-local userschange-102Gravatar Christian Hesse1-0/+1
This has some limitations, though: The password is not known and additional configuration can not be given in user's comment.
2023-06-13introduce fw-addr-listschange-101Gravatar Christian Hesse1-0/+1
2023-04-26mod/ssh-keys-import: make ssh-keys-import a modulerouteros-7.9beta4-3change-100Gravatar Christian Hesse1-0/+2
2023-04-24dhcp-to-dns: get domain from dhcp server's network definitionchange-99Gravatar Christian Hesse1-0/+1
2023-04-07check-certificates: try all SANs for downloadchange-98Gravatar Christian Hesse1-0/+1
2023-03-22dhcp-to-dns: always create A record with mac address...change-97Gravatar Christian Hesse1-1/+2
... and an optional CNAME with host name.
2023-03-20netwatch-notify: support note in notificationchange-96Gravatar Christian Hesse1-0/+2
2023-03-07rename scripts and add file extension ".rsc"change-95Gravatar Christian Hesse1-0/+16
No functional change for the user... The migration is done automatically.