Skip to content

Releases: darksworm/emojigun

Auto paste release

31 May 10:33

Choose a tag to compare

NEW FEATURES

  • Auto paste as a feature (enable it in settings) #50

IMPROVEMENTS

  • App now uses the Cabin font on linux (same as website) #89
  • Splash screen now displayed while app is loading #87
  • Handle app exit signals correctly on linux (you should no longer get "the app is already running" after exiting it with SIGQUIT, SIGINT, SIGTERM, SIGHUP) #78

BUGFIXES

  • fixed bug where if the first search result was an image which couldn't be loaded, no images were displayed #82

Installer MD5: A1E85F8B7D68C1A9D8083342B63AE44F

Accessibility is #1

02 May 14:35

Choose a tag to compare

NEW FEATURES

  • new emojigun versions now use an installer instead of relying on copying an exe file #30
  • proper auto updating for windows #41
  • you can now drag&drop images/archives on top of the settings window to import them into your emoji library #25

IMPROVEMENTS

  • "you have no emojis" message automatically downloads and installs the top emoji pack if you chose it #52
  • use image resize algorithm which results in higher quality emojis on screen (SmoothTransformation)
  • large emoji libraries should no longer cause the app to lag #59

installer MD5: 377EF72D62721C1EF7BE7C6BE2CE5B13

Crash hotfix

20 Apr 17:37

Choose a tag to compare

BUGFIXES

  • fixed bug where app would crash when filtering and moving mouse

IMPROVEMENTS

  • search text is now vertically centered #54

going to upload release executable compressed for windows moving forward

exe md5: DF3AFB2702892BA0897C826C5D2ED53D

mouse & speed

13 Apr 13:10

Choose a tag to compare

NEW FEATURES

  • mouse support - you can now use the mouse and scrollwheel to navigate & select emojis #57

IMPROVEMENTS

  • images are now loaded concurrently (should increase responsivity) #15
  • loaded images are now being cached (should increase responsivity) #15

BUGFIXES

  • the update modal will no longer give a windows download link to linux users #58

exe checksum: 702EABDAC527E124DDB0028B639BCC2B

Executable metadata, codesigning & minor improvements

10 Apr 12:16

Choose a tag to compare

NEW FEATURES

  • after image copied for the first time, display message that it has been placed in the clipboard #42

IMPROVEMENTS

  • windows exe file is now signed #46
  • windows exe file now contains metadata #40
  • drawn images and text are no longer partially transparent #44

BUGFIXES

  • app no longer crashes on windows when clicking up arrow at start of image list #48

.exe checksum 76d7be16823c3289d353bdbb55772edd

Bugsquash #1

05 Apr 08:48
d16b616

Choose a tag to compare

NEW FEATURES

  • finished updater, if new version launched, old one is overwritten #34

IMPROVEMENTS

  • by default resize output image to 32x32 #38
  • in auto mode resize displayed images to (max) 64x64 #39

BUGFIXES

  • fix images losing transparency on windows #37

emojigun.exe MD5 checksum: da9d90f2b388c648ad1c424051673ec9

Emojigun as a background process

03 Apr 18:07

Choose a tag to compare

NEW FEATURES

  • Emojigun now runs as a background service with a tray icon if launched with no parameters! #16
  • Settings window with most important cli options #9
  • Check for updates on startup #31
  • Display informational message if no images found on activization #33
  • Display "type to search" in main window #29

IMPROVEMENTS

  • Copied emojis now resized with Qt::SmoothTransformation for better quality #22
  • Limited auto-mode displayed image size to 192x192
  • Internal: use automoc to support QT signals!

BUGFIXES

  • Images are now resized correctly #23
  • Fix nothing being drawn if too high --grid-size was specified #21
  • Fix --resize-output-image for windows #20

emojigun.exe MD5 checksum: daa9b151afe1a0572e001fcbf79fb3fc

Accessibility is king

08 Dec 08:58

Choose a tag to compare

NEW FEATURES

  • "auto" mode by default (run app only with --files param) #8
  • added --resize-output-image parameter #11
  • imgsel is now available for windows! #10

IMPROVEMENTS

  • cleaned up and grouped options #19
  • added support for directories in --files option #17

BUGFIXES

  • fixed --version option #18
  • fixed compilation on non-x11 systems

Better compatability

23 Nov 17:23

Choose a tag to compare

  • compatability with QT 5.9 (available for ubuntu 18.04)
  • tk-dev is now optional

Fixed standard flow

21 Nov 12:29

Choose a tag to compare

The half-assed --version tag implementation broke the whole application.
Disabled it for now.