Skip to content

Releases: Solarphlare/Custom-Emoji-Uploader

v1.3.3

20 Dec 01:11
cab8424

Choose a tag to compare

What's New

  • Added checks to ensure image files are within file size limits.

v1.3.2

09 Dec 04:43
3e42777

Choose a tag to compare

Changes

  • Fixed an issue where the upload queue would attempt to access an incorrect index.

v1.3.1

12 Aug 23:18
5c7e93b

Choose a tag to compare

Changes

  • Use an already existing guild object when getting the target guild's name.

v1.3.0

03 Aug 05:25
e655dde

Choose a tag to compare

Changes

  • Adds a higher resolution app icon.

v1.2.2

03 Aug 01:56
bba3ff5

Choose a tag to compare

Changes

  • Fixes the emoji name regex so it actually conforms to valid emoji names.

v1.2.1

02 Aug 23:06
b172212

Choose a tag to compare

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

01 Aug 05:23
3b42717

Choose a tag to compare

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

31 Jul 16:47
d0cfdc5

Choose a tag to compare

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.

v1.0.0

31 Jul 03:09
eed1b7f

Choose a tag to compare

Initial release.

Requirements: