Releases: Mange/rofi-emoji
Version 4.0.0 (2024-07-23)
Full Changelog: v3.4.1...v4.0.0
This version breaks away from Rofi 1.7 and starts to work against the as of yet
unreleased Rofi 1.8. This is because this version of Rofi contains breaking
changes to the Plugin ABI, and a lot of Rofi forks have started to appear that
are based on the 1.8 branch.
If you want to use Rofi 1.7, stick to the 3.x branch.
Breaking changes
- Support + require unreleased version of Rofi in order to compile.
- Using new Plugin interface in Rofi
next
. (LordMZTE)
Version 3.4.1 (2024-07-23)
Version 3.4.1 (2024-07-23)
Full Changelog: v3.4.0...v3.4.1
Fixed
- Support
copy_no_insert
mode through CLI flags. (jones-josh)
Version 3.4.0 (2024-07-18)
Added
copy_no_insert
mode for inserting without using the clipboard. May not work everywhere. (jones-josh)
Version 3.3.0 (2024-02-27)
Full Changelog: v3.2.0...v3.3.0
Changed
- Updated
emoji-data
to version 2.6, adding more emojis (Emoji 15.1) and better keywords.
Version 3.2.0 (2023-04-17)
Changed
- Updated
emoji-data
to version 2.5, adding more emojis (Emoji 15) and better keywords.
Full Changelog: v3.1.0...v3.2.0
Version 3.1.0 (2022-09-12)
Added
- Added menu option to insert emoji no matter which mode is currently active.
(Alexander Schulz (hlfbt)) - Change default menu item between Copy and Insert based on the current mode
such that the default is the opposite of the mode. (Alexander Schulz
(hlfbt))
Version 3.0.1 (2022-07-24)
⚠️ NOTE: This is the first Github Release created. For a full release history and changelog, see the repository files. The repository files is always the primary source of the changelog and release information, with Github Releases merely being a convenience for people to be able to subscribe to release notifications.
Fixed
- Make project build without
pkgconf
dependency; onlypkg-config
binary and other listed dependencies should be required.