Skip to content

v2.5.3

Latest
Compare
Choose a tag to compare
@get-got get-got released this 28 Apr 17:51
· 13 commits to master since this release

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
  • 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 alongside subfolders. If this setting is present when subfolders encounters an unparsed data key ({{example}}), it will use subfoldersFallback in place of subfolders.
  • 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.