Skip to content

Releases: Mange/rofi-emoji

Version 4.0.0 (2024-07-23)

23 Jul 21:17
v4.0.0
09c7358
Compare
Choose a tag to compare

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)

23 Jul 20:53
v3.4.1
e696052
Compare
Choose a tag to compare

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)

18 Jul 08:28
v3.4.0
de70765
Compare
Choose a tag to compare

Added

  • copy_no_insert mode for inserting without using the clipboard. May not work everywhere. (jones-josh)

Version 3.3.0 (2024-02-27)

27 Feb 18:42
v3.3.0
6027d78
Compare
Choose a tag to compare

Full Changelog: v3.2.0...v3.3.0

Changed

Version 3.2.0 (2023-04-17)

17 Apr 19:43
v3.2.0
f811084
Compare
Choose a tag to compare

Changed

Full Changelog: v3.1.0...v3.2.0

Version 3.1.0 (2022-09-12)

12 Sep 18:49
v3.1.0
85ba6a3
Compare
Choose a tag to compare

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)

24 Aug 18:57
v3.0.1
80205c4
Compare
Choose a tag to compare

⚠️ 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; only pkg-config binary and other listed dependencies should be required.