|
1 | 1 |
|
2 | 2 | ### 3.8.0rc1dev <- NOTE: the release version number will be 3.8.0 ### |
3 | 3 |
|
4 | | -- Mac: Updated to use Qt 5.12.10 for better compatibility with Big Sur (#1687). |
5 | | - This drops support for Yosemite and El Capitan in the distributed version. |
| 4 | +- Mac: Generate build with Qt 5.15.2 for better compatibility with Big Sur (#1687, #1768). |
| 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 |
6 | 8 | (contributed by @softins) |
7 | 9 |
|
8 | 10 | - Code: Added automatic code formatting with clang-format (#901, #1127). |
9 | 11 | (contributed by @passing) |
10 | 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 | + |
11 | 18 | - GUI: Added "About Qt" to the help menu to display version of Qt (#1685, #1692). |
12 | 19 | (contributed by @softins) |
13 | 20 |
|
|
27 | 34 | with Qt5 (#1655). |
28 | 35 | (contributed by @softins) |
29 | 36 |
|
30 | | -- GUI: Alignment of delay measurements display improved (#1606, #1617). |
31 | | - (contributed by @pljones) |
32 | | - |
33 | 37 | - GUI: Corrected handling of custom directory server in the server, to prevent |
34 | 38 | unintended registration with a directory server (#1624, #1627). |
35 | 39 | (contributed by @softins) |
|
45 | 49 | - GUI: Settings window has been reorganized into tabs (#1415, #1554, #1542): |
46 | 50 | * User Profile window has been integrated into the settings window. |
47 | 51 | * Input Pan has been moved to the newly created Advanced tab and removed from main window. |
48 | | - * Network and stats have been moved to the right in the Settings window. |
49 | 52 | (contributed by @dcorson-ticino-com, @pljones) |
50 | 53 |
|
51 | 54 | - GUI: Support for more than two mixer rows has been added (#1549, #1560). |
|
87 | 90 | - Client: A hint regarding non-default Jack support has been added (#1397, #1438). |
88 | 91 | (contributed by @djfun) |
89 | 92 |
|
90 | | -- Server: Support for Delay Panning has been added (#332, #567, #1151, #1417): |
| 93 | +- Server: Support for Delay Panning has been added (#332, #567, #1151, #1417, #1744): |
91 | 94 | This feature can be enabled on servers using the new --delaypan option. |
92 | 95 | Enabling this feature will slightly increase server CPU usage. |
93 | 96 | It can create a much more realistic spatial sound impression for clients |
94 | 97 | that are set to Stereo or Mono-in/Stereo-out mode. |
95 | | - (contributed by @DetlefHennings, @Hk1020, @softins) |
| 98 | + (contributed by @DetlefHennings, @Hk1020, @softins, @henkdegroot) |
96 | 99 |
|
97 | 100 | - Server: Half-connected clients will no longer receive audio (#1243, #1589): |
98 | 101 | Note: This breaks compatibility with client versions before 3.3.0 (Feb 2013). |
|
152 | 155 | - Internal legacy IP address variables have been cleaned up (#1400). |
153 | 156 | (contributed by @wferi) |
154 | 157 |
|
| 158 | +- Internal: New pull requests will now be checked for coding style automatically (#1735). |
| 159 | + (contributed by @passing) |
155 | 160 |
|
156 | 161 | ### 3.7.0 (2021-03-17) ### |
157 | 162 |
|
|
809 | 814 |
|
810 | 815 | - removed unnecessary settings and LED indicators |
811 | 816 |
|
812 | | -- bug fix: the fader level could not be changed if the fader was on solo |
| 817 | +- bug fix: the fader level could not be changed if the fader was on solo |
813 | 818 |
|
814 | 819 |
|
815 | 820 | ### 3.3.3 (2013-12-30) ### |
|
844 | 849 | - improved server performance under Linux |
845 | 850 |
|
846 | 851 | - changed the network buffer for improved OPUS PLC performance |
847 | | - |
| 852 | + |
848 | 853 | - added protocol overhead for DSL line for upload rate calculation |
849 | 854 |
|
850 | 855 | - fixed outstanding renaming from llcon to Jamulus |
|
0 commit comments