Releases: victornpb/undiscord
Releases · victornpb/undiscord
v4.2
v4.1
v4.0.0: Merge pull request #89 from victornpb/no-popup-implementation
Implemented a version with does not use a Popup window, but instead adds button to the discord toolbar that opens a popover/sidebar inside the discord UI.
This has a few advantages being it should fix issues with popups being blocked #71 #70 #45
Solves the requests for bookmarklets #22 #19 because it is compatible with user scripts, so you can install it with Tampermonkey and have it permanently there.
It is possible to run it from the Electron app and not only inside the web app #68.
It should reduce memory usage by not creating another windows with another document.
v3.1.0: Merge pull request #88 from victornpb/release
- Delete a list of channel ids sequentially, separated by comma.
- Import list of channels from index.json
- Specify to only delete messages before and after dates
- Progress bar
- Option to also remove pinned messages
Changed
- Some minor UI changes
- The way deletable messages are handled and the list of messages to skip like system messages
Fixed
- Popup blocker removes document.write, now it will give you a warning to disable it instead of throwing an error.