Releases: Solarphlare/Custom-Emoji-Uploader
Releases · Solarphlare/Custom-Emoji-Uploader
v1.3.3
v1.3.2
Changes
- Fixed an issue where the upload queue would attempt to access an incorrect index.
v1.3.1
Changes
- Use an already existing guild object when getting the target guild's name.
v1.3.0
Changes
- Adds a higher resolution app icon.
v1.2.2
Changes
- Fixes the emoji name regex so it actually conforms to valid emoji names.
v1.2.1
Various bug fixes and improvements.
Changes
- Fixed a race condition that was caused by multiple threads reading and writing to the same list.
- Changed buttons to use sentence case to be in line with how Windows does it.
v1.2.0
Changes
- No longer relies on Discord.NET. All emoji uploads are now handled via POST requests to the Discord API, which should lower data usage.
- Rate limits were introduced due to the app making requests manually. The limit for uploading emojis is 20 emojis every 30 seconds. It is strongly recommended that you respect this rate limit to be in compliance with the Discord terms of service.
- Refactored the code to be less spaghetti-like. No more pasta, unfortunately!
v1.1.0
Changes
- Downloading emojis directly from the internet into the emoji directory in supported web browsers (Firefox, Chromium and its derivatives) is now properly supported and accounted for.