forked from salty-horse/ibus-uniemoji
-
Notifications
You must be signed in to change notification settings - Fork 1
/
HISTORY
50 lines (37 loc) · 1.95 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# 0.6.0 🐍🐍🐍📁 — 2016-10-15
- UniEmoji now requires Python 3
- The IBus window finally responds to mouse clicks (thanks Mike Fabian @mike-fabian)
- Currency symbols added to the list of candidates (Mike Fabian)
- The installation can now be customized with the variables PREFIX, SYSCONFDIR,
DATADIR, DESTDIR, PYTHON (thanks Brian Tarricone @kelnos, Roland Hieber @rohieb, Kirill Boltaev @aske)
# 0.5.0 🤜🤛 — 2016-06-22
- Update UnicodeData to 9.0
- Input using well-known “shortnames”, e.g. :grin: or :eggplant:.
The table of shortnames comes courtesy of [EmojiOne](http://emojione.com/).
Various EmojiOne aliases are also supported.
- Allow searching using punctuation. Useful for aliases such as ':)'
- Dashes have been added to the list of candidates (en-dash, em-dash, etc.)
- Project transferred to a new maintainer
# 0.4.0 👦🏽🌮 — 2015-10-24
- Update UnicodeData to 8.0
- Load custom substitutions from `/etc/xdg/uniemoji/custom.json` and
`~/.config/uniemoji/custom.json` (or rather, any dir in the XDG config
path if you have pyxdg installed, which modern distros do by default)
- Improve fuzzy search ranking. Search terms can be given out of order
- Welcome Ori Avtalion @salty-horse as a core developer. Yay,
ibus-uniemoji has a team now!
# 0.3.0: 🔍😕 — 2015-06-15
- Fuzzy search
- Use system default keyboard layout/variant
(Actually that's a lie! That's what IBus calls the option, but in reality
what it does is keep the previous layout/variant when you switch. So if
you're coming from a qwerty IM to uniemoji, you'll get qwerty; if you're
coming from a dvorak IM, you get dvorak, and so on.)
# 0.2.0: 🕴 ⤆ ¯\_(ツ)_/¯ — 2015-04-06
- Update UnicodeData to 7.0
- Include some more symbols
- Add uninstall to Makefile (thanks Stephen Chandler Paul @Lyude)
# 0.1.1: 😳🐛 — 2013-08-27
- Bugfix (first unicode code point range wasn't considered)
# 0.1.0: 🐱🚀 — 2013-01-14
- Initial release