Skip to content

Releases: get-got/discord-downloader-go

v1.3.6

08 Dec 09:54
Compare
Choose a tag to compare
  • History cataloging now records progress to later resume if interrupted or stopped without having to catch up to prior progress
  • Fixed history autorun crashing when bot lacks discord permissions

v1.3.5

06 Dec 20:40
Compare
Choose a tag to compare
  • Added autorunHistory (global) and overwriteAutorunHistory (channels) for running history cataloging upon program launch/login.
  • Fixed and Improved numerous parts of history cataloging & logging.
  • Fixed presence details showing wrong day in date.
  • Added numberFormatEuropean option (bool) for formatting numbers as 123.456,78 rather than 123,456.78
  • Removed Support for Facebook Videos; they changed how it works and I don't see an easy way to remedy it, currently.
  • Reduced some clutter with download logging.

v1.3.4

04 Dec 06:38
Compare
Choose a tag to compare
  • Improved filename dating so it actually names based upon time of message, not time of download
  • Added userBot to the config credentials section, set to true if using a user bot with 2FA for token login to work properly
  • Fixed history command usage within DM channels
  • Fixed scanOwnMessages so it actually works when cataloging message history
  • Fixed problem where help command was unintentionally running

v1.3.3

02 Dec 08:12
Compare
Choose a tag to compare
  • Fixed an issue where files like .mov were unintentionally ignored
  • Improved history cataloging efficiency and status updates
  • Fixed Presence so presenceStatus can be set while presenceEnabled is false, to just set status (online,idle,invisible) with no additional details
  • Fixed filename issue for files with extensions more than 4 characters

v1.3.2

28 Nov 17:35
Compare
Choose a tag to compare
  • Added divideFoldersByServer, nests downloads within a subfolder of destination based upon server name of origin.
  • Added divideFoldersByChannel, nests downloads within a subfolder of destination based upon channel name of origin.
  • Added divideFoldersByUser, nests downloads within a subfolder of destination based upon user who sent content.
  • Fixed destination folder permission issue.
  • Made Image Duplicate Filter exclude .gif and .webp to avoid errors.

v1.3.1

28 Nov 08:11
Compare
Choose a tag to compare
  • Fixed Reactions for using bot in DM Channels
  • Fixed Fatal Error with Image Duplicate Filter that would cause crashing on reboot and large imgStore file size (because I'm dumb)

v1.3.0

26 Nov 09:47
Compare
Choose a tag to compare
  • (Experimental) Duplicate Filtering - add filterDuplicates to the main configuration and set it to true. This will attempt to match images up to each other to prevent duplicates from being saved (even if they've been deepfried or have different filenames). You can adjust the similarity threshold via filterDuplicatesThreshold (float64; a number with a decimal, see README for info).
  • Multi-Channel Configurations - use channels instead of channel within each channel configuration to make that configuration apply to an unlimited amount of channels simultaneously, without needing to copy/paste the same thing over and over again.
  • Lots of efficiency & cleanup stuff that doesn't matter for users

v1.2.0

25 Nov 05:07
Compare
Choose a tag to compare
  • Added userBlacklist for channels to block specific users from having their messages checked for files.
  • Added userWhitelist and usersAllWhitelisted for channels to only allow files to be downloaded from specific users.
  • Added domainBlacklist for channels to block files from specified domains from being downloaded.
  • Added saveAllLinksToFile for channels. Will save all raw links to specified text file, no filtering or parsing whatsoever.
  • Fixed issue where program would crash during history cataloging if bot did not have Send Messages permission for channel.
  • Changed blacklistedExtensions to extensionBlacklist. If you have a definition for this in your settings you will need to change it.
  • Added space to end of filenameDateFormat, rather than having it hard-coded into the filename creation (so you can use an underscore or whatever instead).
  • Changed default order of some general settings. The order should not effect existing configurations, as configuration is name/key based.

v1.1.0

22 Nov 21:30
Compare
Choose a tag to compare
  • Adds Google Drive Support (ported from Seklfreak's original project)

  • Adds Tistory Support (ported from Seklfreak's original project)

v1.0.0

21 Nov 05:01
Compare
Choose a tag to compare
Version bump