|
2 | 2 | ### 3.8.0rc1dev <- NOTE: the release version number will be 3.8.0 ### |
3 | 3 |
|
4 | 4 | - Mac: Generate build with Qt 5.15.2 for better compatibility with Big Sur (#1687, #1768). |
5 | | - We still build Jamulus (legacy) with Qt 5.9.9 to support older versions of macOS; However |
6 | | - Big Sur users should use the standard build. |
| 5 | + We still build a legacy version with Qt 5.9.9 to support older versions of macOS: |
| 6 | + * Users of 10.13 (High sierra) or newer should use the standard build with Qt 5.15.2 |
| 7 | + * Users of Yosemite, El Capitan or Sierra should use the legacy build with Qt 5.9.9 |
7 | 8 | (contributed by @softins) |
8 | 9 |
|
9 | 10 | - Code: Added automatic code formatting with clang-format (#901, #1127). |
10 | 11 | (contributed by @passing) |
11 | 12 |
|
| 13 | +- GUI: Moved the Ping and Delay stats from the Settings window to the main window (#1762) |
| 14 | + This was partly to work around a Mac issue with updates to the settings window (#1643) |
| 15 | + and is actually an improvement anyway, as the settings window does not need to remain open. |
| 16 | + (contributed by @dcorson-ticino-com and @softins) |
| 17 | + |
12 | 18 | - GUI: Added "About Qt" to the help menu to display version of Qt (#1685, #1692). |
13 | 19 | (contributed by @softins) |
14 | 20 |
|
|
28 | 34 | with Qt5 (#1655). |
29 | 35 | (contributed by @softins) |
30 | 36 |
|
31 | | -- GUI: Alignment of delay measurements display improved (#1606, #1617). |
32 | | - (contributed by @pljones) |
33 | | - |
34 | 37 | - GUI: Corrected handling of custom directory server in the server, to prevent |
35 | 38 | unintended registration with a directory server (#1624, #1627). |
36 | 39 | (contributed by @softins) |
|
46 | 49 | - GUI: Settings window has been reorganized into tabs (#1415, #1554, #1542): |
47 | 50 | * User Profile window has been integrated into the settings window. |
48 | 51 | * Input Pan has been moved to the newly created Advanced tab and removed from main window. |
49 | | - * Network and stats have been moved to the right in the Settings window. |
50 | 52 | (contributed by @dcorson-ticino-com, @pljones) |
51 | 53 |
|
52 | 54 | - GUI: Support for more than two mixer rows has been added (#1549, #1560). |
|
0 commit comments