Skip to content

v5.1

Compare
Choose a tag to compare
@victornpb victornpb released this 06 Mar 07:10
· 47 commits to master since this release
8b254d8

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: v5.0.3...v5.1.0