r3_5_10
This commit is contained in:
parent
fbf43d34cb
commit
c301929e21
2 changed files with 11 additions and 9 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,7 +1,16 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.5.9git <- NOTE: the release version number will be 3.5.10
|
3.5.10git <- NOTE: the release version number will be 3.5.11
|
||||||
|
|
||||||
|
TODO improve multithreading
|
||||||
|
TODO use command line argument to enable multithreading instead of qmake CONFIG
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
3.5.10 (2020-08-16)
|
||||||
|
|
||||||
- do not change the server list order if the mouse is over the table to
|
- do not change the server list order if the mouse is over the table to
|
||||||
avoid selecting an incorrect server on a mouse double click (#293)
|
avoid selecting an incorrect server on a mouse double click (#293)
|
||||||
|
@ -30,13 +39,6 @@
|
||||||
- bug fix: --showallservers ping column sort is alphabetic (#201)
|
- bug fix: --showallservers ping column sort is alphabetic (#201)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TODO improve multithreading
|
|
||||||
TODO use command line argument to enable multithreading instead of qmake CONFIG
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.5.9 (2020-07-19)
|
3.5.9 (2020-07-19)
|
||||||
|
|
||||||
- new app icon for Jamulus, created by geheimerEichkater (#410)
|
- new app icon for Jamulus, created by geheimerEichkater (#410)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 3.5.9git
|
VERSION = 3.5.10
|
||||||
|
|
||||||
# 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