Skip to content

Releases: AlEscher/EasyAvatar

1.3 Release

23 Apr 16:36
Compare
Choose a tag to compare
  • Update Plugin API to 26
  • Workaround for TeamSpeak executing hotkey callback twice

1.2 Release

20 Oct 15:34
Compare
Choose a tag to compare
  • Now supports URIs containing base64 encoded images (e.g. data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAA........)
  • Check for file size (Teamspeak limits this to 200 KB)

1.1 Release

07 Nov 18:18
Compare
Choose a tag to compare

Added new functionality:

  • Supports various image formats thanks to FreeImage
  • Image resizing while also keeping correct aspect ratio
  • Deleting local image file after we're done
  • Supports GIFs aswell (Resizing doesn't work)

1.0 Release

05 Nov 22:41
Compare
Choose a tag to compare
1.0 Release Pre-release
Pre-release

First release of the plugin.
All core functionality including:

  • Generating all hashes needed to properly register our Avatar (Base64 of clientID, MD5 of image file)
  • Getting URL from your clipboard
  • Downloading the image and uploading it to the Server to be used as your Avatar

is tested working.
Currently not implemented:

  • Image resizing