Skip to content

v1.3.0

Compare
Choose a tag to compare
@get-got get-got released this 26 Nov 09:47
  • (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