Releases: alex1701c/EmojiRunner
3.0.3
Install/uninstall script and doc adjustments
Also restart krunner on uninstall Thanks @veger
Plasma6 compatible release
- 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
2.3.0 Add 2.3.0 release tag
Performance improvements and paste feature
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
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
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
This project has now a PKGBUILD file.
Furthermore the emojis.json file is installed globally.
Performance Improvements
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
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.