Skip to content

Releases: KitsunedFox/undiscord-python

Beta v1.53

27 Oct 02:40
Compare
Choose a tag to compare

Now we're on PyPi! 😸

pip install undiscord
https://pypi.org/project/undiscord/
Now you can just install the script and run it from any directory you want!
Usage Help: undiscord --help

Changelog

  • Fixed displaying "UNKNOWN" message type on final deletion run.
  • Fixed Fetching invalid messages on Fetch-Before Mode

Full Changelog: 1.52...1.53

Beta v1.52

19 Oct 17:19
Compare
Choose a tag to compare

Now we're on PyPi! 😸

pip install undiscord
https://pypi.org/project/undiscord/
Now you can just install the script and run it from any directory you want!
Usage Help: undiscord --help

Changelog

  • Added email+password login tip
  • Migrated from progress to alive-progress

Full Changelog: 1.50...1.52

Beta v1.50

17 Oct 22:52
Compare
Choose a tag to compare

Now we're on PyPi! 😸

pip install undiscord
https://pypi.org/project/undiscord/
Now you can just install the script and run it from any directory you want!
Usage Help: undiscord --help

Changelog

  • New README.md logo
  • Improved code style according to lots of PEPs

Full Changelog: 1.47...1.50

Beta v1.47

10 Oct 20:12
Compare
Choose a tag to compare

Now we're on PyPi! 😸

pip install undiscord
https://pypi.org/project/undiscord/
Now you can just install the script and run it from any directory you want!
Usage Help: undiscord --help

Changelog

  • Now internet failures display only error name
  • Added information about @me
  • Fixed fetch-before getting wrong amount of messages
  • Optimized code and improved logic
  • Catched json decoding error on fetch-before

Full Changelog: 1.46...1.47

Beta v1.46

06 Oct 13:55
Compare
Choose a tag to compare

Now we're on PyPi! 😸

pip install undiscord
https://pypi.org/project/undiscord/
Now you can just install the script and run it from any directory you want!
Usage Help: undiscord --help

Changelog

  • Changed versioning (again) to X.X. Now the commit amount determines the version number.
  • Fixed options stuck on always being True
  • Fetch-Before and Color mode arguments are now inverted. True by default. Use -NF or -NC to disable both.
  • Improved argument parser logic
  • Removed cringe code below argument parser
  • Added an update check below title
  • First attempt to fix TimeoutException not being catched.
  • Network error UI now displays exception name.
  • Now author_id is @me by default when deleting DMs
  • First attempt to fix ghost message infinitely triggering empty message container error.
  • Added message types 25, 26, 27, 28, 29, 31 and 32
  • Improved Fetch-Before code logic
  • Fixed end message not being displayed when running the script from gh releases

Full Changelog: 1.45...1.46

Beta v1.45 (Hotfix)

07 Oct 10:23
Compare
Choose a tag to compare

Now we're on PyPi! 😸

pip install undiscord
https://pypi.org/project/undiscord/
Now you can just install the script and run it from any directory you want!
Usage Help: undiscord --help

Changelog:

  • Now the script can be executed with args. e.g. "undiscord -t TOKEN"
  • Fixed Fixed fetching when there's no messages left
  • Small UI updates
  • Other bug fixes
  • HOTFIX: Fixed default values
  • HOTFIX: Fixed message parsing in Fetch-Before Mode

Full Changelog: 1.40...1.45

Beta v1.40

07 Oct 10:27
Compare
Choose a tag to compare

Changelog:

  • Now the script requires progress library. You can install it through pip install progress
  • Added timeout exception handlers
  • Added missing max_id user-defined var
  • Introducing Fetch-Before mode (Messages are fetched before the deletion for less API calls and prevent receiving empty message containers.) (Only works in DMs!)
  • Improved overall code logic and replaced cringe recursions
  • Fixed RecursionError once for all
  • Now using a requests session
  • Fixed fake empty message container error
  • Fixed guild message deletion on a specified channel

Full Changelog: 1.38...1.40

v1.38

07 Oct 10:31
Compare
Choose a tag to compare

Changelog:

  • Attempt to fix (read)[0]["messages"] error
  • Added empty messages container error handler
  • New splash logo

Full Changelog: 1.37...1.38

v1.37

07 Oct 10:33
Compare
Choose a tag to compare

Changelog:

  • Using Discord canary API v10
  • Added Login support
  • Added @me (quickly use your own author_id)
  • Added more headers

Full Changelog: 1.33...1.37

v1.33

07 Oct 10:35
Compare
Choose a tag to compare

Changelog:

  • Completely randomized minimum deletion delay
  • Randomized most of the delay values for less api rate limits
  • Fallback to use status code instead of discord API codes
  • Added exceptions for unknown errors

Full Changelog: 1.32...1.33