File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ Changelog
4
4
.. contents ::
5
5
6
6
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
+
7
23
Version 0.95.7 <2019-04-29>
8
24
===========================
9
25
Original file line number Diff line number Diff line change
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
+
1
15
autokey (0.95.7-0) bionic; urgency=medium
2
16
3
17
[Bug fixes]
You can’t perform that action at this time.
0 commit comments