Releases: cedws/discord-delete
Releases · cedws/discord-delete
1.9.0
1.8.0
- Removes token retrieval implementation for Windows/Linux
- Adds new token decryption for macOS
1.7.0
- Added parameter to skip pinned messages with
--skip-pinned
(thanks @mrrfv) - Added check to see if message is in locked or archived thread before attempting deletion
- Improved deletion efficiency by properly reusing TCP connections
- Updated to API v10
- Removed
partial
subcommand in favour of making the root command perform this action - Various code improvements
1.6.3
- Fixes an issue where tokens from
discord.com
are prioritised over tokens fromdiscordapp.com
in LevelDB
1.6.2
- Starts building ARM binaries for Darwin/Linux
- Changes
--min-age-days
/--max-age-days
to--older-than-days
/--newer-than-days
for clarity
1.6.1
- Adds automatic token retrieval for macOS (Darwin)
1.5.1
- Adds
--min-age-days
and--max-age-days
parameters for constraining the age of messages which should be deleted
1.4.2-hotfix1
- Fixes an issue where replies were not being deleted on API v8 (thanks @Fragility7Unpiloted)