Skipping v2.5.2 because I accidentally released v2.5.1 as internal version "v2.5.2-dev".
- Fixed Twitter Scraper - previously used the now archived https://github.com/n0madic/twitter-scraper
- Updated to fork maintained by imperatrona - https://github.com/imperatrona/twitter-scraper
sendFile
data keys were previously very limited, now it supports the same data keys as discord messages / downloads.- Data key
{{serverName}}
is more reliable, previously often failed to parse. Discord-related data keys are now more reliable in general. - Added
subfoldersFallback
setting alongsidesubfolders
. If this setting is present whensubfolders
encounters an unparsed data key ({{example}}
), it will usesubfoldersFallback
in place ofsubfolders
. - Fixed line breaks not parsing correctly for
sendFileCaption
- Added data key
{{usernameNoLeadPeriod}}
- username of message author but with leading periods (".") stripped. - 403 will once again cause a download to immediately bail. A recent update undid this and made it retry X times.