DeleteDiscordMessages Versions Save

Undiscord - Delete all messages in a Discord server / channel or DM (Easy and fast) Bulk delete

v5.2.3

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/victornpb/undiscord/compare/v5.2.0...v5.2.3

v5.2.1

1 year ago

What's Changed

  • Temporary workaround for #471
    • Respect searchDelay between pages
    • Increased default searchDelay to 30s
    • Added temporary notice in the UI
  • Added: Field to input Token manually in the Advanced section, with auto fill button. (#467)
  • Fix: Use searchDelay when "Not indexed yet" channel, doesn't return retry_after.
  • Fix: Don't allow redacted text to be selected
  • Fix: UI stuck after search exception

Full Changelog: https://github.com/victornpb/undiscord/compare/v5.2.0...v5.2.1

v5.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/victornpb/undiscord/compare/v5.1.1...v5.2.0

v5.1.1

1 year ago

fixed icon

v5.1.0

1 year ago

2023-03-05 14-46-19 2023-03-05 15_05_20

What's Changed

User facing features:

  • Import Archive feature is back (import json) image

  • Delay settings are now sliders. They update and can be adjusted mid execution. image

  • Status bar, now display the Progress as well as the Elapsed time and estimated time remaining. image

  • Undiscord Icon now changes color while running and has a more visible progress bar image

  • Added a Toggle the sidebar button, for more real state 2023-03-05 14-33-25 2023-03-05 14_34_37

  • Added Resize handler, so people know they can resize the window. 2023-03-05 14-29-58 2023-03-05 14_31_19

  • More readable logs image

  • Cleaner redacted mode image

  • Increased size of the most important button. Start has been renamed to "(start) Delete" and Stop now has a stop emoji as an icon. image image

Under the hood:

There's a lot of things!

  • Major refactor of the codebase since 1.0
  • More defined separation between deletion logic (undiscord-core) and user interface (undiscord-ui)
  • Undiscord-core (formerly deleteMessages.js) is no longer a single recursive function, now it is a class, which fits better the model of being initialized by the UI and having a defined state. Each part is more indenpendent.
  • Significantly improved the development workflow. Development server lets you install the dev version from localhost which automatically generates a new version on each save.
  • Batching jobs are now a properly supported thing, so deleting multiple channels now works better and hole bunch of bugs due to hacky nature of tring to run multiple channels using the old function were eliminated.
  • Organized helper functions to own files
  • Generating dev version number
  • Removed unused packages
  • Improved stats reporting logs
  • Fixed confirm bug that sometimes didn't work properly
  • Implemented retry
  • Changed how redacted works, now its CSS only should be more performant
  • Improved CONTRIBUTING guidelines and added a instructions video.
  • Implemented onStart onProgress and onStop events so we can updated UI outside the Core logic
  • Delay gets updated live during execution
  • Implemented proper mutichannel deletion using runBatch(job<Array>)
  • updated rollup and devDependencies, now nodejs 18 is required for compilation.
  • Sourcemap inlined in the dev build

PRs

New Contributors

Full Changelog: https://github.com/victornpb/undiscord/compare/v5.0.3...v5.1.0

v5.0.3

2 years ago

v5.0.2

2 years ago

v5.0.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/victornpb/undiscord/compare/v5.0.0...v5.0.1

v5.0.0

2 years ago

Undiscord 5 is ready!

Undiscord 5 Screenshot

What's Changed

  • A brand new and improved user interface
  • New Message picker for selecting a start and end
  • Simplified usage, help is more accessible
  • You can now move and resize the window
  • Native discord look and feel
  • The import json feature was temporarily removed, it will be added back in a future update.
    I'm working on making it better.

I Hope you like it ❤️

Full Changelog: https://github.com/victornpb/undiscord/compare/v4.3...v5.0.0

v4.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/victornpb/deleteDiscordMessages/compare/v4.2...v4.3