Skip to content

Commit 8735c10

Browse files
committed
Release v0.95.8
1 parent 950d717 commit 8735c10

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Changelog
44
.. contents::
55

66

7+
Version 0.95.8 <2019-11-07>
8+
===========================
9+
10+
Bug fixes
11+
---------
12+
13+
- Qt GUI: Fix issue with Python 3.7.4 and PyQt 5.11-5.13.0 that prevented AutoKey from starting on certain
14+
distributions shipping this configuration, notably Kubuntu 19.10. Fixes issues #313, #301
15+
- Qt GUI: Fix crash when saving the currently edited item, after deselecting it in the tree view. Fixes issue #285
16+
- Qt GUI: Disable Main window -> Tools -> Insert Macro when not editing a Phrase. Fixes issue #276
17+
- Qt GUI: Add a warning that explains possible data loss when creating top level directories at used specified
18+
locations. See issue #171
19+
- GTK GUI: Fix application hang when setting a custom value for "Trigger on" in the Abbreviation settings dialogue.
20+
Fixes issue #315
21+
22+
723
Version 0.95.7 <2019-04-29>
824
===========================
925

debian/changelog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
autokey (0.95.8-0) bionic; urgency=medium
2+
3+
[Bug fixes]
4+
* Qt GUI: Fix issue with Python 3.7.4 and PyQt 5.11-5.13.0 that prevented AutoKey from starting on certain
5+
distributions shipping this configuration, notably Kubuntu 19.10. Fixes issues #313, #301
6+
* Qt GUI: Fix crash when saving the currently edited item, after deselecting it in the tree view. Fixes issue #285
7+
* Qt GUI: Disable Main window -> Tools -> Insert Macro when not editing a Phrase. Fixes issue #276
8+
* Qt GUI: Add a warning that explains possible data loss when creating top level directories at used specified
9+
locations. See issue #171
10+
* GTK GUI: Fix application hang when setting a custom value for "Trigger on" in the Abbreviation settings dialogue.
11+
Fixes issue #315
12+
13+
-- Thomas Hess <[email protected]> Sat, 7 Nov 2019 21:25:00 +0100
14+
115
autokey (0.95.7-0) bionic; urgency=medium
216

317
[Bug fixes]

0 commit comments

Comments
 (0)