aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-24 21:06:14 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-24 21:06:14 +0800
commit35a1a8ed05ba7def37fa849d23de0f65cc03b0d0 (patch)
tree848b8ae706515524b281044738225d5e5022c067 /ChangeLog
parentded6dd1c8f7cbe2991e90f69f95730b39eaa95cf (diff)
downloadQMidiPlayer-35a1a8ed05ba7def37fa849d23de0f65cc03b0d0.tar.xz
Correct return result of API functions when text encoding is set to Unicode.
Use QPointer to store pointer to dialogs to avoid crashes. (However crashes related to dbus are still not resolved.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62d2389..168d178 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2016-05-24 0.8.1 alpha
Add seeking with arrow buttons in visualization.
+Correct return result of API functions when text encoding is set to Unicode.
+Use QPointer to store pointer to dialogs to avoid crashes.
+(However crashes related to dbus are still not resolved.)
2016-05-23 0.8.1 alpha
Add horizontal visualization mode.