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