Skip to content

Releases: fdw/rofimoji

6.3.1: Fixes

11 May 14:54
@fdw fdw
Compare
Choose a tag to compare

This small releases fixes to bugs:

  • Merging descriptions from different files was broken
  • rofimoji crashed when showing too many filesets

Thanks to the reporters, @toxision, @c4rlo and @polyzen 🙂

6.3.0: Updates all around

01 May 08:45
@fdw fdw
Compare
Choose a tag to compare

After a long time, a new release and new features:

  • Kaomoji are finally supported! (★^O^★) (#182, #162)
  • tofi, bemenu and wmenu are now supported
  • Recent characters will only include characters from the current fileset (#173)
  • Gitmoji and FontAwesome have been updated to the latest version

As always, thanks to the contributors @k0ral, @will-lynas, @mcourteaux, @op, @ZerdoX-x, @42Willow, @IndigoLily, @niksingh710, @polyzen and to everyone for their support! 🙏

Just a regular update

16 Sep 08:25
@fdw fdw
Compare
Choose a tag to compare

rofimoji is by now quite stable and contains all of the features I ever imagined for it. Thus, new releases aren't very exciting anymore (or frequent). This one brings:

  • Updated data files for Unicode 15.1 (including the new emojis), FontAwesome and NerdFonts.
  • Avoided crash when there was no typer available, but it's also not needed (#158).
  • A bug fix for Fuzzel (#156).
  • Updates to the documentation.
  • The first additional emoji description (#151).

As usual, thanks to everyone who contributed (@tranzystorek-io, @vain, @latipun7, @ncfavier) or who just uses rofimoji 🙏 I hope you enjoy it 😊

More color, less bugs

27 Dec 09:08
@fdw fdw
Compare
Choose a tag to compare

This smaller release brings mostly some bugfixes, but the major new feature is a forced emoji representation. Now your ❤ should look more like ❤.

As usual, thanks to all the people who helped with this release! 🙏

Grids! Menus! New emojis! 🪇

01 Nov 16:13
@fdw fdw
Compare
Choose a tag to compare

As becomes the norm, this release contains several new features and changes:

  • If you don't want to remember hotkeys, you can use --action menu now to comfortably choose what rofimoji should do with your characters.
  • There's now an example rofi theme for a grid layout, together with a --hidden-descriptions parameter to only show the characters while still searching through the descriptions.
  • The --files parameter now supports globbing with *.
  • Emojis are now split into several files so you don't need to load flags if you never use them.
  • Emojis are now updated to v15, FontAwesome is 6.2.0, NerdFonts 2.2.2 and Gitmoji 3.13.0
  • Lots of changes behind the scenes, with a different code structure and Poetry

And, as usual, thanks to everyone who opens pull requests or issues or just uses rofimoji 😊🙏
I've started this project a bit over five years ago, when there was no real alternative. To think that it's steadily been growing since then, adding the cool features I've dreamed of and lots of ones I didn't even think of, being used by so many people is truly amazing. Thank you! 🤯😊

Dry run for 6.0.0

26 Oct 14:23
@fdw fdw
Compare
Choose a tag to compare
Dry run for 6.0.0 Pre-release
Pre-release

This pre-release is a release candidate for the next major version, in order to iron out the last kinks coming from the major changes (and to give packagers a chance to test it):

Please report any bugs you find! 🙂

Compability update

17 Sep 07:36
@fdw fdw
Compare
Choose a tag to compare

rofi changed its behavior slightly in the last versions so that empty checkboxes () are shown when multi-select is enabled, which rofimoji does.
As this is quite distracting, this new version of rofimoji disables the empty checkboxes. There are still markers if multiple entries are selected.

Thanks goes out to @alpheratz0! 🙏

Just iterating

17 Jul 08:07
@fdw fdw
Compare
Choose a tag to compare

This version adds Gitmoji and Font Awesome 6! Also, there's an important bugfix if you use rofimoji for whitespace characters.

Thanks to @tusqasi, @owenthewizard, @jakubkaczor and @CMurtagh-LGTM! 🙏

Customization 🪩

04 Feb 12:08
@fdw fdw
Compare
Choose a tag to compare

This release of rofimoji brings a lot of new characters, for example emoji v14 but also all of CJK. Most importantly, however, you can now extend the provided files with extra characters or additional descriptions: Simply store your extensions in ${XDG_DATA_DIR}/rofimoji/data/<filename>.additional.csv (to extend the <filename> file), and they will be automatically picked up!

Please also note that --rofi-args is finally gone. You should have migrated to --selector-args some time ago 😉

As always, some thanks is in order: This time to @nathanalderson for making rofimoji support multiple actions with one call 🙏

Frecency 🎇

14 Aug 08:32
@fdw fdw
Compare
Choose a tag to compare

Thanks to motivation, ideas and even some code from @stefanradziuk, rofimoji can finally order all characters by their usage, with most often used ones first and preferring recently used ones, too!
If you don't want to use this feature, you can deactivate it with --no-frecency.

As always, if you have any problems with this release, please open an issue.