Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Releases: Kellphy/EmotesEverywhere

Kellphy's Emotes Everywhere 2.2.0

11 Sep 12:51
Compare
Choose a tag to compare

Kellphy's Emotes Everywhere 2.1.6

02 Sep 10:25
Compare
Choose a tag to compare
  • Fixed Updating not requiring Admin permissions
  • Fixed broken links

Kellphy's Emotes Everywhere 2.1.0

20 Aug 08:10
Compare
Choose a tag to compare
  • New Installer
  • One click Update on the application itself. As a result, the launch time has been significantly reduced.

image

image

Kellphy's Emotes Everywhere 2.0.0

11 Aug 19:26
Compare
Choose a tag to compare
  • Avoid Launching on Desktop. For some reason it is considered suspicious if something gets downloaded on the Desktop ;)
  • New Layout
  • Added Image Editing and Image Merging
  • Added "Save As" option
  • New Launcher / Updater: EELauncher.exe (Better make a folder for it)

kee-pf

image

Kellphy's Emotes Everywhere 1.2.1

09 Aug 14:39
Compare
Choose a tag to compare
  • Preparing Layout for new features.
  • Fixed crashing if QuickSaving twice the same image.

image

Kellphy's Emotes Everywhere 1.2.0

13 Jul 16:05
Compare
Choose a tag to compare
  • New copy method: File (Works with other web apps, such as Guilded)
  • "Copy as" options save between sessions

image

  • Quick Save option if you want to quickly grab emotes for other purposes (With custom path)

image
image

Kellphy's Emotes Everywhere 1.1.0

11 Jun 14:42
Compare
Choose a tag to compare
  • More theme customization options
  • More premade themes

image

Kellphy's Emotes Everywhere 1.0.1

09 Jun 16:30
Compare
Choose a tag to compare
  • Deployed the launcher with .net framework.
  • Fixed KEE font

Kellphy's Emotes Everywhere 1.0.0

09 Jun 05:46
Compare
Choose a tag to compare
  • Removed the need for config file.
  • Instead of downloading each update from GitHub, you can now use KEE_Launcher.exe to check for updates before launch.

image

Here's the source code for KEE_Launcher if you want to compile it yourself:

try
{
    System.Console.WriteLine("Checking for updates ...");
    using (System.Net.WebClient webClient = new System.Net.WebClient())
    {
        webClient.DownloadFile("http://kellphy.com/downloads/KEE.exe", System.IO.Path.Combine(System.Environment.CurrentDirectory, "KEE.exe"));
    }
    System.Diagnostics.Process.Start(System.IO.Path.Combine(System.Environment.CurrentDirectory, "KEE.exe"));
}
catch (System.Exception e)
{
    System.Console.WriteLine(e.Message);
    System.Console.WriteLine("Press any key to close this window ...");
    System.Console.ReadKey();
}

Kellphy's Emotes Everywhere 0.4.3

07 Jun 15:47
Compare
Choose a tag to compare

! Download the config file next to the executable if it crashes at launch !
! Do not launch on Desktop, put it on a folder or anywhere else so it doesn't get flagged for downloading its config file !

  • Reduced All Emotes per page to 5000 Emotes per page to avoid crashes
  • Added Favorites option. Shift+LMB to add or remove Favorites

image