aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-20 23:29:39 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-20 23:29:39 +0800
commit32568af90e5c521c68432a7e77b6dd8bf524adde (patch)
treee2bed775bf9953f26ad94531da2a20ec9f967482 /ChangeLog
parentb68f60e023175b144664de092c31416fa5b58880 (diff)
downloadQMidiPlayer-32568af90e5c521c68432a7e77b6dd8bf524adde.tar.xz
UI refinements and fix to two memory leaks.
Minor improvement in MIDI reading process.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4880631..9ae9c10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-2016-04-18 0.7.2 beta
+2016-04-20 0.7.2 beta
+UI refinements:
+ Use Qt layouts in most of the dialogs.
+ Allow seeking with a single click on the slider.
+ Remove file extension from the file name on main window.
+ Use QLCDNumber to display current polyphone.
+Fixed two memory leaks.
+Minor improvement in MIDI reading process.
+Added a function to dump midi file content (for debugging).
+
+2016-04-19 0.7.2 beta
Fixed several bugs in command line parsing (on Windows).
2016-04-18 0.7.2 beta