diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-12 23:33:51 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-12 23:33:51 +0800 |
commit | a84ae874f0334172900d611fc098de8433f54e4c (patch) | |
tree | 4f2b185dfa734ad5cf2ede916a07573efe8a310a /ChangeLog | |
parent | 59304aa1b2c6d278e76f72509183fee96bbb8cae (diff) | |
download | QMidiPlayer-a84ae874f0334172900d611fc098de8433f54e4c.tar.xz |
Now channel labels are displayed correctly.
Add an option to change the tint of the chequer board.
Show unsigned integer options in hexadecimal format.
Fixed a crash caused by attemting seeking when no file is being played.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2016-05-12 0.8.1 alpha +Now channel labels are displayed correctly. +Add an option to change the tint of the chequer board. +Show unsigned integer options in hexadecimal format. +Fixed a crash caused by attemting seeking when no file is +being played. + 2016-05-11 0.8.1 alpha Fixed a bug when piano is hidden but the option "arrange channels on a stair" is enabled. @@ -5,6 +12,9 @@ Fixed a crash caused by the visualization plugin. Add channel label display. However it's still buggy so it's currently disabled. +2016-05-09 0.8.1 alpha +Add visualization documentaion stub. + 2016-05-07 0.8.1 alpha Added two new options. Fixed several crashes related to options without a description. |