You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.