Update to 1.14.1
- If an exception happens when trying to play a sound, catch it. I have no idea how to reproduce that bug. But catching the exception should fix it, it should make ibus-table continue working normally if any such serious problem with playing sounds occurs. Without sound of course but it should not stop working. (Resolves: rhbz#1995955 https://bugzilla.redhat.com/show_bug.cgi?id=1995955) - When changing the error sound file with the setup tool, play it. To make the user hear immediately what kind of sound was selected. - Update translations from Weblate - Remove colons after “Auto select:”, “Auto wildcard:”, and “Use dark theme:” (Resolves: https://github.com/mike-fabian/ibus-table/issues/70#issuecomment-884664898)
This commit is contained in:
parent
c12e3b8a57
commit
caba761a83
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.13.6.tar.gz
|
||||
/ibus-table-1.13.7.tar.gz
|
||||
/ibus-table-1.14.0.tar.gz
|
||||
/ibus-table-1.14.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-table
|
||||
Version: 1.14.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.14.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
URL: http://code.google.com/p/ibus/
|
||||
@ -142,6 +142,21 @@ fi
|
||||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Aug 25 2021 Mike FABIAN <mfabian@redhat.com> - 1.14.1-1
|
||||
- If an exception happens when trying to play a sound, catch it.
|
||||
I have no idea how to reproduce that bug. But catching the
|
||||
exception should fix it, it should make ibus-table continue
|
||||
working normally if any such serious problem with playing
|
||||
sounds occurs. Without sound of course but it should not
|
||||
stop working.
|
||||
(Resolves: rhbz#1995955 https://bugzilla.redhat.com/show_bug.cgi?id=1995955)
|
||||
- When changing the error sound file with the setup tool, play
|
||||
it. To make the user hear immediately what kind of sound
|
||||
was selected.
|
||||
- Update translations from Weblate
|
||||
- Remove colons after “Auto select:”, “Auto wildcard:”, and “Use dark theme:”
|
||||
(Resolves: https://github.com/mike-fabian/ibus-table/issues/70#issuecomment-884664898)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-table-1.14.0.tar.gz) = 60e570b82c4f05200410e9e4e155089223a20ebcf66d1c039a783108005f63699e75bc528fc30cd370c1400b65e765ade0d069184bd2ab81e2eda9bade2e8ac9
|
||||
SHA512 (ibus-table-1.14.1.tar.gz) = a658c2d370d173d2fe2f38c02c6b822a17771754ac98a856f954c4c998e90a857f9d54ed652c74159af9545d445001d202e7b5578e7694f8767f928b42db9055
|
||||
|
Loading…
Reference in New Issue
Block a user