Skip to content

Releases: alex1701c/EmojiRunner

Plasma6 compatible release

21 Apr 15:11
Compare
Choose a tag to compare
  • Port plugin to work with Plasma6 next to Plasma5
  • Remove custom config reload mechanism in favor of using KRunners one

Lots of deprecation fixes, cleanups, better defaults & integration in KRunner help system

27 Jul 11:52
Compare
Choose a tag to compare

Performance improvements and paste feature

17 Feb 16:36
Compare
Choose a tag to compare

The performance in the config dialog has been significantly improved and deprecated code has been refactored.

Additionally a feature to paste the emojis using an action (Shift+Return) has been added.

Darg and Drop for sorting, improved pasting

09 Dec 17:20
Compare
Choose a tag to compare

Now the favorites can be sorted using drag and drop instead of buttons.
Additionally the plugin can now use the xdotool api to make the pasting faster and to avoid starting a new process.

Finally the logic has been split up into more files to separate the functionality.

Custom emojis and improvements

01 Dec 10:56
Compare
Choose a tag to compare

The user can now add/update/delete custom emojis in the config dialog.

Additionally the json file parsing has been rewritten, the config has been moved to a separate file and the runner has been optimized.

PKGBUILD script

15 Sep 11:44
Compare
Choose a tag to compare

This project has now a PKGBUILD file.
Furthermore the emojis.json file is installed globally.

Performance Improvements

14 Sep 15:36
Compare
Choose a tag to compare

Now this plugin used the xdotool program to emit the Ctrl+V key combination. This is significantly faster that the previously used Python3 script.
Furthermore the documentation has been improved.

Improvements To Config Dialog

15 Aug 20:16
Compare
Choose a tag to compare

The buttons to manually apply the changes to the favorites/categories have been replaced by signals.
Furthermore the performance has been improved and the design of the config dialog has been changed to make it more intuitive.

Paste Functionality

15 Aug 09:47
e1fae19
Compare
Choose a tag to compare

The plugin is now able to directly paste the selected emojis if Krunner gets started in single runner mode.
To start the runner in single runner mode you can use the .desktop file or import the shortcuts.

First Release

02 Aug 08:51
Compare
Choose a tag to compare

Runner and config dialog work.