diff --git a/emote/emojis.py b/emote/emojis.py index 16759fd..d63c27a 100644 --- a/emote/emojis.py +++ b/emote/emojis.py @@ -267,7 +267,7 @@ def init(): continue emoji = { - "keywords": row["tags"].split(", "), + "keywords": (row["tags"] + row["openmoji_tags"]).split(", "), "char": row["emoji"], "name": row["annotation"].capitalize(), "shortcode": shortcode, diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b7453c3..5345e0a 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: emote -version: '3.0.2' +version: '3.0.3' license: GPL-3.0+ summary: Modern emoji picker built on GTK3 description: |