Skip to content

v2.5.1

Compare
Choose a tag to compare
@get-got get-got released this 11 Feb 01:42
· 26 commits to master since this release

v2.5.1 Patch:

NOTE: Had to re-upload the binaries and they show as v2.5.2-dev in-program. Treat this as v2.5.1.

  • Fixes numerous longtime issues with user accounts, particularly regarding thread functionality and history processing.

v2.5.0 (released earlier today):

  • Fixed Discord CDN 403 errors.
  • Restructured how the bot handles sources (servers/categories/channels/threads).
    • Seems to work much better for forums and threads. Note that user accounts cannot access active threads, only archived.
    • Issues may occur, report anything related to this.
  • Fixed issues with history date range filtering.
  • Added commandPrefix to source configs.
    • Override the command prefix per-group, including leading space, (default "ddg ").
  • blockedReactions & allowedReactions in filters now accepts standard Discord emoji names.
  • Added support for Instagram 2FA. Use instagramTOTP in the credentials section with your TOTP seed, or enter your OTP code upon login. TOTP seed should always work, OTP code will apply to your login cache but if the cache expires, you'll need to re-enter the code upon new login.
  • Added filepathNormalizeText & filepathStripSymbols to global config, source configs, and source message/download logging.
    • Both false by default.
    • Normalize text will convert letter-like symbols/fonts to their standard equivalent.
    • Improved filepath clearing padded spaces. Generally improved filename/filepath scrubbing.
  • Improved reliability of fetching server and channel data.
  • Added outputHistoryStatus & outputHistoryErrors globally and per-source to optionally disable history outputting.
  • Added content setting to download & message logging. Currently accepts {{message}} for message logging and {{msgContent}} and {{link}} and {{embedDesc}} for download logging.
  • Added {{attachmentID}} key to filenameFormat data keys.
  • Changed subfolder data key {{userName}} to {{username}} for consistency.
  • Fixed nil error crash when encountering command-message error while handling history.
  • Restructured various areas, issues could occur, open an issue if you encounter anything.
  • Upgraded Dependencies