|
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 Jamulus (legacy) with Qt 5.9.9 to support older versions of macOS; However |
| 6 | + Big Sur users should use the standard build. |
6 | 7 | (contributed by @softins) |
7 | 8 |
|
8 | 9 | - Code: Added automatic code formatting with clang-format (#901, #1127). |
|
87 | 88 | - Client: A hint regarding non-default Jack support has been added (#1397, #1438). |
88 | 89 | (contributed by @djfun) |
89 | 90 |
|
90 | | -- Server: Support for Delay Panning has been added (#332, #567, #1151, #1417): |
| 91 | +- Server: Support for Delay Panning has been added (#332, #567, #1151, #1417, #1744): |
91 | 92 | This feature can be enabled on servers using the new --delaypan option. |
92 | 93 | Enabling this feature will slightly increase server CPU usage. |
93 | 94 | It can create a much more realistic spatial sound impression for clients |
94 | 95 | that are set to Stereo or Mono-in/Stereo-out mode. |
95 | | - (contributed by @DetlefHennings, @Hk1020, @softins) |
| 96 | + (contributed by @DetlefHennings, @Hk1020, @softins, @henkdegroot) |
96 | 97 |
|
97 | 98 | - Server: Half-connected clients will no longer receive audio (#1243, #1589): |
98 | 99 | Note: This breaks compatibility with client versions before 3.3.0 (Feb 2013). |
|
152 | 153 | - Internal legacy IP address variables have been cleaned up (#1400). |
153 | 154 | (contributed by @wferi) |
154 | 155 |
|
| 156 | +- Internal: New pull requests will now be checked for coding style automatically (#1735). |
| 157 | + (contributed by @passing) |
155 | 158 |
|
156 | 159 | ### 3.7.0 (2021-03-17) ### |
157 | 160 |
|
|
809 | 812 |
|
810 | 813 | - removed unnecessary settings and LED indicators |
811 | 814 |
|
812 | | -- bug fix: the fader level could not be changed if the fader was on solo |
| 815 | +- bug fix: the fader level could not be changed if the fader was on solo |
813 | 816 |
|
814 | 817 |
|
815 | 818 | ### 3.3.3 (2013-12-30) ### |
|
844 | 847 | - improved server performance under Linux |
845 | 848 |
|
846 | 849 | - changed the network buffer for improved OPUS PLC performance |
847 | | - |
| 850 | + |
848 | 851 | - added protocol overhead for DSL line for upload rate calculation |
849 | 852 |
|
850 | 853 | - fixed outstanding renaming from llcon to Jamulus |
|
0 commit comments