r3_5_6
This commit is contained in:
parent
cc9e854dc6
commit
55af62b348
3 changed files with 8 additions and 10 deletions
14
ChangeLog
14
ChangeLog
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.5.6git
|
|
||||||
|
|
||||||
|
|
||||||
|
3.5.6 (2020-06-09)
|
||||||
|
|
||||||
- support sorting faders by channel name (#178)
|
- support sorting faders by channel name (#178)
|
||||||
|
|
||||||
|
@ -16,21 +19,16 @@
|
||||||
|
|
||||||
- added ukulele/bass ukulele instrument icons created by dos1 (#319)
|
- added ukulele/bass ukulele instrument icons created by dos1 (#319)
|
||||||
|
|
||||||
- added check in acknowledge message, coded by atsampson (#302)
|
|
||||||
|
|
||||||
- avoid showing IP address if no name in the musician profile is given (#316)
|
- avoid showing IP address if no name in the musician profile is given (#316)
|
||||||
|
|
||||||
- show channel numbers if --ctrlmidich is used (#241, #95)
|
- show channel numbers if --ctrlmidich is used (#241, #95)
|
||||||
|
|
||||||
|
- added check in acknowledge message, coded by atsampson (#302)
|
||||||
|
|
||||||
- bug fix: on MacOS declare an activity to ensure the process doesn't get throttled
|
- bug fix: on MacOS declare an activity to ensure the process doesn't get throttled
|
||||||
by OS level Nap, Sleep, and Thread Priority systems, coded by AronVietti (#23)
|
by OS level Nap, Sleep, and Thread Priority systems, coded by AronVietti (#23)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.5.5 (2020-05-26)
|
3.5.5 (2020-05-26)
|
||||||
|
|
||||||
- added banjo/mandolin instrument icons created by atsampson (#283)
|
- added banjo/mandolin instrument icons created by atsampson (#283)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 3.5.6git
|
VERSION = 3.5.6
|
||||||
|
|
||||||
# use target name which does not use a captital letter at the beginning
|
# use target name which does not use a captital letter at the beginning
|
||||||
contains(CONFIG, "noupcasename") {
|
contains(CONFIG, "noupcasename") {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>345</width>
|
<width>345</width>
|
||||||
<height>363</height>
|
<height>465</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
|
Loading…
Reference in a new issue