Releases: get-got/discord-downloader-go
Releases · get-got/discord-downloader-go
v1.3.6
v1.3.5
- Added
autorunHistory
(global) andoverwriteAutorunHistory
(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 as123.456,78
rather than123,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
- Improved filename dating so it actually names based upon time of message, not time of download
- Added
userBot
to the configcredentials
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
- Fixed an issue where files like
.mov
were unintentionally ignored - Improved history cataloging efficiency and status updates
- Fixed Presence so
presenceStatus
can be set whilepresenceEnabled
isfalse
, 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
- 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
v1.3.0
- (Experimental) Duplicate Filtering - add
filterDuplicates
to the main configuration and set it totrue
. 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 viafilterDuplicatesThreshold
(float64; a number with a decimal, see README for info). - Multi-Channel Configurations - use
channels
instead ofchannel
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
- Added
userBlacklist
for channels to block specific users from having their messages checked for files. - Added
userWhitelist
andusersAllWhitelisted
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
toextensionBlacklist
. 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.