Skip to content

Releases: victornpb/undiscord

v4.2

31 Mar 03:46
f583891
Compare
Choose a tag to compare

v4.1

31 Mar 03:46
49f697a
Compare
Choose a tag to compare

v4.0.0: Merge pull request #89 from victornpb/no-popup-implementation

05 Jul 05:38
baba293
Compare
Choose a tag to compare

Screen Shot 2020-07-05 at 1 25 57 AM

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.


This change is Reviewable

v3.1.0: Merge pull request #88 from victornpb/release

05 Jul 00:19
65c4947
Compare
Choose a tag to compare

image
Added

  • 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.

This change is Reviewable

v3.0.1

01 Dec 21:30
Compare
Choose a tag to compare
  • Use /guilds/ endpoint for searching message in servers (#23 #24)
  • Open window in the right edge of the screen

v3.0.0

09 Sep 03:07
Compare
Choose a tag to compare

  • Auto detect authToken!
  • Now you can filter for links or files
  • Added confirmation dialog with preview before start
  • Autoscroll is fixed, you can enable and disable it.
  • Improved ping average calculation
  • Improved logs
  • Added help links to author and channel

v2.3.0

03 Sep 04:04
771737f
Compare
Choose a tag to compare
Improved error logging

v2.2.0

01 Sep 23:42
Compare
Choose a tag to compare
renamed "get" button to "current"