Skip to content

Releases: 905timur/Reddit-Content-Cleaner

Reddit Content Cleaner - v1.1.1

26 Apr 12:39
b12d252

Choose a tag to compare

New Feature:

  • Added a 'banned mode' option to the default configuration (set to False initially)
  • Added a new menu option (#11) to toggle banned mode on/off
  • Updated the menu option numbering (Quit is now option #12)

When banned mode is enabled, the script will skip the edit step and proceed directly to deletion, which should prevent errors when working with a banned account. The user will see clear feedback about the current banned mode status when they toggle it.

Other Changes:

  • Modified the process_comment and process_post methods to check for banned_mode before attempting to edit content
  • Updated all version number references from 1.1.0 to 1.1.1
  • Added logging to indicate when banned mode is active during processing

Reddit Content Cleaner - v1.1.0

26 Apr 10:54
43d0333

Choose a tag to compare

This release introduces several enhancements to the Reddit Content Cleaner script:

New Features:

  • Progress Bars: Added progress bars using the tqdm library to show real-time progress during content removal operations.
  • Enhanced UI: Improved the user interface with clearer formatting and emojis.

Other Changes:

  • Updated the config saving when toggling dry run mode
  • Added better summary statistics after operations complete

See the full changelog for details