Update to 2.18.4
- Get program name of focused window if do_focus_id doesn’t provide that already - Show lookup table *always* when display of related emoji or words is requested (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/350) - Translation update from Weblate (nl updated to 100%)
This commit is contained in:
parent
f7ec0983af
commit
f3f537afca
4
.gitignore
vendored
4
.gitignore
vendored
@ -246,3 +246,7 @@
|
||||
/ibus-typing-booster-2.17.2.tar.gz
|
||||
/ibus-typing-booster-2.17.3.tar.gz
|
||||
/ibus-typing-booster-2.18.0.tar.gz
|
||||
/ibus-typing-booster-2.18.1.tar.gz
|
||||
/ibus-typing-booster-2.18.2.tar.gz
|
||||
/ibus-typing-booster-2.18.3.tar.gz
|
||||
/ibus-typing-booster-2.18.4.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.18.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.18.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+ and ASL 2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -26,6 +26,8 @@ Recommends: langtable
|
||||
Recommends: python3-simpleaudio
|
||||
# Use better regexpressions if available:
|
||||
Recommends: python3-regex
|
||||
# To get the currently active window in a Gnome Wayland session:
|
||||
Recommends: python3-pyatspi
|
||||
%endif
|
||||
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7
|
||||
# Save some space in the binary rpm by requiring the Fedora
|
||||
@ -248,6 +250,13 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Jul 27 2022 Mike FABIAN <mfabian@redhat.com> - 2.18.4-1
|
||||
- Update to 2.18.4
|
||||
- Get program name of focused window if do_focus_id doesn’t provide that already
|
||||
- Show lookup table *always* when display of related emoji or words is requested
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/350)
|
||||
- Translation update from Weblate (nl updated to 100%)
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.18.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.18.0.tar.gz) = 11355bd254dbb9776005fac058541b8761bb2e68cc18f98afcef707a334049696d4698e490bc57bda69903820b37b692544fd1a789923649427d820c37d67a25
|
||||
SHA512 (ibus-typing-booster-2.18.4.tar.gz) = 12eeb137a6fbfd34689d544fc7cdc300afd93a353379b2f0c36b11bf91fa23ed0d8b24b800028dc139bbbae90fa322730d4f26cf9f438aab13e8b74c4de0f48a
|
||||
|
Loading…
Reference in New Issue
Block a user