Accepting request 481023 from home:mike-fabian
- update to 1.5.28 - Allow query by code point even if Python’s unicodedata.name() does not know the character - Also read names from emoji-sequences.txt and emoji-zwj-sequences.txt - itb_emoji.py: Also read emoji-sequences.txt (from unicode.org) - Fix positioning of info popover (fix a typo in an “if” statement) - Show emoji properties from unicode.org when debugging is on - itb_emoji.py: Also read emoji-zwj-sequences.txt (from unicode.org) - Also use the emoji properties from unicode.org to decide whether to offer a lookup on emojipedia - Use property “Emoji_Modifier_Base” from emoji-data.txt to check whether an emoji supports skin tones - itb_emoji.py: Also read emoji-data.txt (from unicode.org) - Tentative skin tone support for families - Improve skin tone support: make it work for professions (roles) as well - Make skin tone popover scrollable and limit its maximum size OBS-URL: https://build.opensuse.org/request/show/481023 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=11
This commit is contained in:
parent
338180e204
commit
81fe5d2b6c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67d704b920c61351535179d9a3136c7b53c7ade020587e42a25bea79af48e6a3
|
||||
size 4895798
|
3
ibus-typing-booster-1.5.28.tar.gz
Normal file
3
ibus-typing-booster-1.5.28.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee889a2e9fa8e825b87bc080e4411bbeefe1d9a87db61dd72a6d2d549b795dd0
|
||||
size 4924597
|
@ -1,5 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 00:51:50 UTC 2017 - maiku.fabian@gmail.com
|
||||
Sat Mar 18 12:53:33 UTC 2017 - maiku.fabian@gmail.com
|
||||
|
||||
- update to 1.5.28
|
||||
- Allow query by code point even if Python’s unicodedata.name()
|
||||
does not know the character
|
||||
- Also read names from emoji-sequences.txt and emoji-zwj-sequences.txt
|
||||
- itb_emoji.py: Also read emoji-sequences.txt (from unicode.org)
|
||||
- Fix positioning of info popover (fix a typo in an “if” statement)
|
||||
- Show emoji properties from unicode.org when debugging is on
|
||||
- itb_emoji.py: Also read emoji-zwj-sequences.txt (from unicode.org)
|
||||
- Also use the emoji properties from unicode.org to decide whether
|
||||
to offer a lookup on emojipedia
|
||||
- Use property “Emoji_Modifier_Base” from emoji-data.txt to check
|
||||
whether an emoji supports skin tones
|
||||
- itb_emoji.py: Also read emoji-data.txt (from unicode.org)
|
||||
- Tentative skin tone support for families
|
||||
- Improve skin tone support: make it work for professions (roles) as well
|
||||
- Make skin tone popover scrollable and limit its maximum size
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 00:51:50 UTC 2017 - maiku.fabian@gmail.com
|
||||
|
||||
- update to 1.5.27
|
||||
- Update translations from zanata (pl, uk updated)
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%define __python3 /usr/bin/python3
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.27
|
||||
Version: 1.5.28
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user