r_3_5_7
This commit is contained in:
parent
b43d3258b6
commit
b08865c50c
2 changed files with 13 additions and 13 deletions
24
ChangeLog
24
ChangeLog
|
@ -2,8 +2,19 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
3.5.8git
|
||||||
|
|
||||||
|
TODO add new register message which contains version and, e.g., max number of clients
|
||||||
|
|
||||||
|
TODO https://github.com/corrados/jamulus/issues/341#issuecomment-647172946
|
||||||
|
- generate .qm on compile time with lrelease
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.5.7git
|
|
||||||
|
3.5.7 (2020-06-28)
|
||||||
|
|
||||||
- add new "compact" skin, intended for large ensembles (#339)
|
- add new "compact" skin, intended for large ensembles (#339)
|
||||||
|
|
||||||
|
@ -30,17 +41,6 @@
|
||||||
- bug fix: server window stop updating after minimized, coded by AronVietti (#355, #383)
|
- bug fix: server window stop updating after minimized, coded by AronVietti (#355, #383)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TODO add new register message which contains version and, e.g., max number of clients
|
|
||||||
|
|
||||||
TODO https://github.com/corrados/jamulus/issues/341#issuecomment-647172946
|
|
||||||
- generate .qm on compile time with lrelease
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.5.6 (2020-06-09)
|
3.5.6 (2020-06-09)
|
||||||
|
|
||||||
- support sorting faders by channel name (#178)
|
- support sorting faders by channel name (#178)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 3.5.7git
|
VERSION = 3.5.7
|
||||||
|
|
||||||
# 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") {
|
||||||
|
|
Loading…
Reference in a new issue